-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: PLINK_2.1.6
-
Fix Version/s: PLINK_2.1.8
-
Component/s: SAML
-
Labels:None
-
Environment:
JBoss 7.1.0, JBoss 7.1.1
-
Git Pull Request:
When PL reads parameters from the Request object the default encoding is used. This leads to mojibake in POSTed values for any special characters in UTF-8 applications. The FormAuthenticator has the parameter characterEncoding that is set in the Request object right before reading parameters. Unfortunately this is not used in PL.