Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFC 2616 defines header values as case insensitive, so per default we… #1259

Open
wants to merge 1 commit into
base: 2.3
Choose a base branch
from

Commits on Mar 17, 2017

  1. RFC 2616 defines header values as case insensitive, so per default we…

    … should read/write headers values as case insensitive
    
     Currently only the getValues method use case insensitive per default, all other are case sensitive.
    
     This fixes problems behind a nginx reverse proxy, where "X-Forwarded-Proto" header is set as "X-forwarded-proto".
     The X-Forwarded-For is working because it's read in restlet with getValues method.
    notz committed Mar 17, 2017
    Configuration menu
    Copy the full SHA
    eb1c53f View commit details
    Browse the repository at this point in the history