Bug 1085534
| Summary: | [GSS] (6.3.0) Backport PLINK-407 | |||
|---|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Derek Horton <dehort> | |
| Component: | PicketLink | Assignee: | Derek Horton <dehort> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Josef Cacek <jcacek> | |
| Severity: | unspecified | Docs Contact: | Russell Dickenson <rdickens> | |
| Priority: | unspecified | |||
| Version: | 6.2.1 | CC: | fbogyai, kkhan, pskopek, smumford | |
| Target Milestone: | ER2 | |||
| Target Release: | EAP 6.3.0 | |||
| 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: | 1084601 | |||
| : | 1085539 (view as bug list) | Environment: | ||
| Last Closed: | 2014-06-28 15:41:57 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: | ||||
| Bug Blocks: | 1084593, 1085539, 1091177 | |||
Verified in EAP 6.3.0.ER2 Anil Saldhana <anil.saldhana> updated the status of jira PLINK-407 to Resolved Replaced XML markup in release note text with asciidoc markup (required by the document export process) 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>