[JIRA] Created: (JOST-187) Velocity initialization code uses an invalid key for the configuration properties set
Brent Putman (JIRA)
noreply at shibboleth.net
Wed May 2 00:32:03 BST 2012
Velocity initialization code uses an invalid key for the configuration properties set
-------------------------------------------------------------------------------------
Key: JOST-187
URL: https://issues.shibboleth.net/jira/browse/JOST-187
Project: OpenSAML 2 - Java
Issue Type: Bug
Components: SAML 1, SAML 2
Affects Versions: 2.5.3
Reporter: Brent Putman
Assignee: Brent Putman
Priority: Minor
Fix For: 2.5.4
Code is erroneously as a configuration properties key the constant RuntimeConstants.ENCODING_DEFAULT ("ISO-8859-1"). This is I believe the default value for a property, not a property key. There is no such Velocity prop key that I can find and it seems non-sensical to set such a key to the value "UTF-8". I believe the intent was to instead set the input coding key "input.encoding" to "UTF-8".
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the commits
mailing list