Eugenio Lentini created OLINGO-305:
--------------------------------------

             Summary: case-sensitive vs case-insensitive
                 Key: OLINGO-305
                 URL: https://issues.apache.org/jira/browse/OLINGO-305
             Project: Olingo
          Issue Type: Bug
          Components: odata2-core
            Reporter: Eugenio Lentini


Basically before updating to release 1.2.0 this code was working correctly
String auth = ctx.getRequestHeader("Authorization");

after I have to use
String auth = ctx.getRequestHeader("authorization");

because probably the method has been change to case-sensitive, I guess this 
could led to some issues to other people.

Thanks a lot for the attention.
Eugenio



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to