Bug 1062155
| Summary: | Missing javax.servlet.api dependency in org.jasig.cas.client module | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Portal Platform 6 | Reporter: | Anurag <adebnath> |
| Component: | Portal | Assignee: | mposolda |
| Status: | CLOSED UPSTREAM | QA Contact: | Tomas Kyjovsky <tkyjovsk> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6.1.0 | CC: | epp-bugs, laszlo.van.den.hoek, mposolda, nobody, ppalaga |
| Target Milestone: | ER02 | ||
| Target Release: | 6.2.0 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: |
Previously, when trying to use the cas-client-core-3.2.1.jar of /modules/system/layers/gatein/org/jasig/cas/client/main/ in an application by defining a dependency in the jboss-deployement-structure.xml file, a java.lang.ClassNotFoundException exception was thrown for the missing javax.servlet.http.HttpSessionListener dependency. This prevented the "org.jasig.cas.client" module from being used in a customer web application. The fix adds the missing dependency of Servlet API (javax.servlet.api module) to /modules/system/layers/gatein/org/jasig/cas/client/main/ which fixes the originally reported issue.
|
Story Points: | --- |
| Clone Of: | Environment: |
- JBoss Portal Platform
- 6.1
|
|
| Last Closed: | 2025-02-10 03:35:03 UTC | Type: | Enhancement |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Anurag
2014-02-06 10:51:19 UTC
It should be noted that using the newest cas-client-core (3.3.0) offers the added advantage of being able to use org.jasig.cas.client.jaas.Servlet3AuthenticationFilter (see https://issues.jasig.org/browse/CASC-174). This is necessary for authenticating with applications in a different security domain. In other words, reusing cas-client-core 3.2.1 doesn't make as much sense as would using 3.3.0 or higher. https://github.com/gatein/gatein-portal/pull/846 was merged in upstream. Reproduced with 6.1.0, fix verified with 6.2.0.ER2. This product has been discontinued or is no longer tracked in Red Hat Bugzilla. |