I am having a problem with setRequestProperty on pre 2.3 versions of
Android.  I am trying to implement an OAuth2 protocol to connect to a
website (which is not under my control), and it requires the header
field 'Authorization' to have the first letter capitalized.  Since
setRequestProperty is converting it to lower case my app fails on pre
2.3 devices.  Here is a thread that I found from 2010 that refers to
this problem:

http://code.google.com/p/android/issues/detail?id=6684

Does any have a workaround for this problem that will allow me to
create a version of my app which will work on pre 2.3 devices?

Thanks.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to