Uploaded image for project: 'Wicket'
  1. Wicket
  2. WICKET-540

ServletWebRequest.getContextPath() ignores ContextPath as set by user (accesses HttpServletRequest directly)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • 1.2.5
    • 1.2.7
    • wicket
    • None

    Description

      I'm running Wicket behind a front-end proxy. To fix certain issues with this I have set the ContextPath value in my application settings (and/or in Web.xml), However, when using functions that attempt to get at the context path (e.g. continueToOriginalDestination()) the app does not respect my setting.

      This is because in ServletWebRequest, getContextPath() directly accesses HttpServletRequest without checking the application settings.

      I believe it should first check the application settings, and only if ContextPath is /not/ set, then access the HttpServletRequest.

      Attachments

        Activity

          People

            almaw Alastair Maw
            fattymelt Seth Green
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: