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

Fix Response#sendRedirect() if no request context exists. #479

Commits on Feb 24, 2022

  1. Fix Response#sendRedirect() if no request context exists.

    If no ROOT context is defined, the context may be null in special cases, e.g. RewriteValve may use Response#sendRedirect() without any application context associated.
    In this case, the Tomcat behaviors for the context attributes useRelativeRedirects and sendRedirectBody are assumed, but without considering org.apache.catalina.STRICT_SERVLET_COMPLIANCE.
    Knut Sander committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    b39ee90 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. Minor fixes

    markt-asf committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    be867f6 View commit details
    Browse the repository at this point in the history