[
https://issues.apache.org/jira/browse/OLINGO-305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stephan Klevenz updated OLINGO-305:
-----------------------------------
Fix Version/s: V2 1.3.0
> 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
> Fix For: V2 1.3.0
>
>
> 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)