Kaloyan Spiridonov created WSS-590:
--------------------------------------

             Summary: WSS4J relies on deafult locale
                 Key: WSS-590
                 URL: https://issues.apache.org/jira/browse/WSS-590
             Project: WSS4J
          Issue Type: Bug
    Affects Versions: 2.1.4
            Reporter: Kaloyan Spiridonov
            Assignee: Colm O hEigeartaigh
            Priority: Minor


In several places wss4j does not use proper toLower()/toUpper(). The issue is 
that if the server relies on the default locale and if the process was started 
with some non English compatible locale such as Turkish, toUpper/Lower will 
yield an incorrect result. For instance "URI".toLowerCase() will result in 
"urı" instead of "uri". The same applies to toUpperCase -> "uri".toUpperCase() 
will become "URİ" and checks like "string.toUpperCase().equals(someConstant)" 
will fail.

It's about AttachmentContentSignatureTransform class lines 83 and 179



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to