Uploaded image for project: 'Shiro'
  1. Shiro
  2. SHIRO-351

Shiro Native Session implementation cannot extract JSESSIONID From URL if JSESSIONID is URL parameter (not HTTP parameter)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.2.0
    • 1.2.2
    • Web
    • None
    • N/A

    Description

      The background for this issue is here:

      http://shiro-user.582556.n2.nabble.com/Shiro-Native-Sessions-quot-JSESSIONID-quot-or-quot-JSESSIONID-quot-td7367217.html

      In summary the issue is that Shiro supports extracting JSESSIONID from urls of this format:

      http://www.mycompany.com/myResource?JSESSIONID=ABCDEF

      but not of this format (this URL format is generated by HTTPServletResponse encodeURL method and is Servlet specification 2.5 compliant):

      http://www.mycompany.com/myResource;JSESSIONID=ABCDEF

      Shiro should be able to support both URL formats.

      Attachments

        Activity

          People

            Unassigned Unassigned
            gcollins Gareth Collins
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: