javaswift / joss

Java library for OpenStack Storage, aka Swift
http://javaswift.org
117 stars 108 forks source link

HTTP Headers are case-insensitive #176

Closed bartlaarhoven closed 4 years ago

bartlaarhoven commented 4 years ago

HTTP Headers are case-insensitive. My provider or my HTTP library returned the headers as all-lowercase and therefore the Object headers were not returned correctly.

According to the official HTTP specs, HTTP headers should be case insensitive. I suggest we implement that here as well.

bartlaarhoven commented 4 years ago

Sorry, huge duplicate of #171