Bug 1085534

Summary: [GSS] (6.3.0) Backport PLINK-407
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Derek Horton <dehort>
Component: PicketLinkAssignee: Derek Horton <dehort>
Status: CLOSED CURRENTRELEASE QA Contact: Josef Cacek <jcacek>
Severity: unspecified Docs Contact: Russell Dickenson <rdickens>
Priority: unspecified    
Version: 6.2.1CC: 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    

Description Derek Horton 2014-04-08 20:39:34 UTC
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>

Comment 1 FIlip Bogyai 2014-04-24 10:13:22 UTC
Verified in EAP 6.3.0.ER2

Comment 2 JBoss JIRA Server 2014-05-05 21:20:14 UTC
Anil Saldhana <anil.saldhana> updated the status of jira PLINK-407 to Resolved

Comment 3 Scott Mumford 2014-05-13 00:11:21 UTC
Replaced XML markup in release note text with asciidoc markup (required by the document export process)

Comment 4 Scott Mumford 2014-05-22 01:19:02 UTC
Removed example code from Release Note text as per bug 1099049.