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: elixir-plug/plug
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: se-apc/plug
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 3 files changed
  • 7 contributors

Commits on Sep 1, 2020

  1. Configuration menu
    Copy the full SHA
    6d01633 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from se-apc/logging_update

    Use explicit Logger macros to allow for compile-time purging
    alanj853 authored Sep 1, 2020
    Configuration menu
    Copy the full SHA
    f3ded3f View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

  1. Merge remote-tracking branch 'upstream/master'

    Adriana Gonzalez committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    71d5f33 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. fix for TLS 1.3

    Adriana Gonzalez committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    b300be9 View commit details
    Browse the repository at this point in the history
  2. change tlsv1.3 keyfind in options

    Adriana Gonzalez committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    786b5be View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from se-apc/issue/fix_for_tls1.3

    fix for TLS 1.3
    adrigonzo authored Feb 8, 2021
    Configuration menu
    Copy the full SHA
    ab79ac2 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. Configuration menu
    Copy the full SHA
    d10e8cd View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. Merge pull request #3 from se-apc/upstream_merge

    Upstream merge
    alanj853 authored Feb 4, 2022
    Configuration menu
    Copy the full SHA
    2e6f2e1 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Replace raise with Logger.error

    - Raise throws an error all the way to the browser, even on production builds. So a customer would see it.
    alanj853 committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    bcae2ad View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from se-apc/static_update

    Replace raise with Logger.error
    alanj853 authored Sep 8, 2022
    Configuration menu
    Copy the full SHA
    9aba847 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Add error raise on invalid path

    david.naughton committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    877bd0f View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Change to returning connection unchanged rather than raising

    david.naughton committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    de80bb4 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Merge pull request #5 from se-apc/bug/AGILIS-26192_pentest_path_trave…

    …rsal
    
    Add error raise on invalid path
    david-naughton authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    9510586 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Changing exception fail whilst given imparsable params i.e.: /login?r…

    …eturnUrl=%%30%30 to a Logger error print-out and binary "" as an evaluated value
    Tomasz Kazimierz Motyl committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    eebc04f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6 from se-apc/bugfix/changing_exception_raise_for…

    …_param_parsing_to_a_gentle_fail
    
    Changing exception fail whilst given imparsable params i.e.: /login?r…
    metelik authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    85eee54 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    4814ef9 View commit details
    Browse the repository at this point in the history
  2. tidy up after merge

    alanj853 committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    a8fe036 View commit details
    Browse the repository at this point in the history
  3. tidy up logger

    alanj853 committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    aa52549 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #8 from se-apc/upstream_merger

    Upstream merger
    alanj853 authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    05c8440 View commit details
    Browse the repository at this point in the history
Loading