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

Detect and trim any invalid incoming req header name #1276

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jun 20, 2018

  1. Detect and trim any incoming req header that start or end with whites…

    …pace in name
    Dino committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    1438b2d View commit details
    Browse the repository at this point in the history
  2. Decreased indent from 4 to 2 in added code

    Dino committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    de7d295 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2018

  1. If whitespace inside header name is not at start or end, replace it w…

    …ith dash to preserve header in correct format
    Dino committed Jun 21, 2018
    Configuration menu
    Copy the full SHA
    6d65ac0 View commit details
    Browse the repository at this point in the history