Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-4623

LogoutHandler.java misspells the referer header

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • None
    • None
    • Domain Management
    • None
    • Hide

      Mod_proxy requests from a client using HTTPS (but with the proxy requests over HTTP).

      Show
      Mod_proxy requests from a client using HTTPS (but with the proxy requests over HTTP).
    • Low

      Original code is:
      String referrer = responseHeaders.getFirst("Referrer");

      But the HTTP Referer header is actually spelled "Referer". Pull request with fix is here:
      https://github.com/jbossas/jboss-as/pull/2139

            jgreene@redhat.com Jason Greene
            jsightle@redhat.com Jess Sightler
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: