Bug 1085539
| Summary: | [GSS] (6.2.x) Backport PLINK-407 | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Derek Horton <dehort> |
| Component: | PicketLink | Assignee: | Peter Skopek <pskopek> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Josef Cacek <jcacek> |
| Severity: | unspecified | Docs Contact: | Russell Dickenson <rdickens> |
| Priority: | unspecified | ||
| Version: | 6.2.1 | CC: | bbaranow, fbogyai, smumford |
| Target Milestone: | CR2 | ||
| Target Release: | EAP 6.2.3 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Enhancement | |
| Doc Text: |
An update to this release of JBoss EAP 6 introduces an upstream PicketLink feature that allows the `FormAuthenticator` +characterEncoding+ parameter to be used for requests in `IDPWebBrowserSSOValve`.
|
Story Points: | --- |
| Clone Of: | 1085534 | Environment: | |
| Last Closed: | 2014-06-09 12:45:56 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1085534 | ||
| Bug Blocks: | 1067532, 1084584 | ||
Assigning to pskopek since he pleaded to PL issues for EAP6 Committed to the prod-eap6.2.3 branch Anil Saldhana <anil.saldhana> updated the status of jira PLINK-407 to Resolved Verified in 6.2.3.CR2 Removed example code from Release Note text as per bug 1099049. |
Backport PLINK-407 Functionality can be enabled as shown here: <valve> <class-name>org.picketlink.identity.federation.bindings.tomcat.idp.IDPWebBrowserSSOValve</class-name> <param> <param-name>characterEncoding</param-name> <param-value>UTF-8</param-value> </param> </valve>