Bug 1085539

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

Description Derek Horton 2014-04-08 20:44:14 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 baranowb 2014-04-11 06:37:10 UTC
Assigning to pskopek since he pleaded to PL issues for EAP6

Comment 2 Derek Horton 2014-04-16 18:14:45 UTC
Committed to the prod-eap6.2.3 branch

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

Comment 4 FIlip Bogyai 2014-05-09 09:18:09 UTC
Verified in 6.2.3.CR2

Comment 6 Scott Mumford 2014-05-22 01:18:28 UTC
Removed example code from Release Note text as per bug 1099049.