Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nette/http
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.4.5
Choose a base ref
...
head repository: nette/http
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.4.6
Choose a head ref
  • 7 commits
  • 52 files changed
  • 4 contributors

Commits on Mar 29, 2017

  1. RequestFactory: correctly ignores not-ip values in HTTP_X_FORWARDED_F…

    …OR & REMOTE_ADDR (#122)
    hrach authored and dg committed Mar 29, 2017
    Configuration menu
    Copy the full SHA
    422a270 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2017

  1. typo

    tomaspribyl authored and dg committed Jun 13, 2017
    Configuration menu
    Copy the full SHA
    d0803d6 View commit details
    Browse the repository at this point in the history
  2. RequestFactory: test that HTTP_X_FORWARDED_PROTO doesn't change the port

    Also added SERVER_NAME in order to prevent port being based on the scheme.
    grongor authored and dg committed Jun 13, 2017
    Configuration menu
    Copy the full SHA
    7135ddb View commit details
    Browse the repository at this point in the history
  3. RequestFactory: when proxy is used and HTTP_X_FORWARDED_PORT is not a…

    …vailable, uses default port [Closes #124]
    
    thanks to @grongor for test
    dg committed Jun 13, 2017
    Configuration menu
    Copy the full SHA
    5bedf1d View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2017

  1. Configuration menu
    Copy the full SHA
    c24dcad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0311cb View commit details
    Browse the repository at this point in the history
  3. coding style: fixes in code

    dg committed Jul 11, 2017
    Configuration menu
    Copy the full SHA
    920984c View commit details
    Browse the repository at this point in the history
Loading