Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Issue 391 fix http 302 redirects behind proxy #393

Merged
merged 1 commit into from Jan 29, 2019
Merged

Issue 391 fix http 302 redirects behind proxy #393

merged 1 commit into from Jan 29, 2019

Commits on Jan 29, 2019

  1. Avoid wrong Location when redirecting to other pages

    - When Aggregate is running behind a proxy, Swing will generate wrong Location URLs (wrong domain, wrong port number, or even removing the port number)
    - Also, make the multimode and the change password redirect urls static and absolute to leave no space for Swing messing up stuff (the tradeoff is coupling the multimode login servlet to the actual location of the redirected pages, which is not desirable under normal circumstances)
    ggalmazor committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    7f2071b View commit details
    Browse the repository at this point in the history