restlet / restlet-framework-java

The first REST API framework for Java
https://restlet.talend.com
648 stars 284 forks source link

HTTP RFC indicates that headers are case insensitive, we should ensure that framework supports that by default #1261

Open thboileau opened 7 years ago

thboileau commented 7 years ago

Reported by @notz

cf PR https://github.com/restlet/restlet-framework-java/pull/1259

notz commented 6 years ago

You should at least fix the Problem in ReferenceUtils.getOriginalRef. Behind an nginx proxy it's not detecting the correct schema. Wich maybe unsecure.