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

Matthiasblaesing fixes #258

Merged
merged 3 commits into from
Jul 16, 2023
Merged

Matthiasblaesing fixes #258

merged 3 commits into from
Jul 16, 2023

Commits on Jul 16, 2023

  1. Fix compatibility with mod_rewrite in proxy mode

    mod_rewrite passes cookies to the backend servers when run in proxy
    mode. For us this is helpful as our single-sign-on solution is cookie
    based. We use mod_rewrite to map backend APIs to our frontend servers
    and thus fix the CORS problem.
    
    When testing urlrewritefilter as an alternative solution I noticed,
    that my requests were all redirected to our authentication servers and
    the dropped cookies would cause that behavior. This triggered my
    investigation.
    matthiasblaesing committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    e5c7362 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40afc72 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #234 from matthiasblaesing/fixes

    Fix compatibility with mod_rewrite in proxy mode
    paultuckey authored Jul 16, 2023
    Configuration menu
    Copy the full SHA
    8a2df53 View commit details
    Browse the repository at this point in the history