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

PortFilter not accepting custom port

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • Incubation, 1.0.0, 1.1.0
    • 1.1.0
    • Web
    • None
    • JDK 1.6, OSX 10.5

    Description

      The following shiro.ini code no worky. Tomcat running on port 8080, with SSL running on 8443.

      [main]
      ssl.port = 8443
      
      [urls]
      /admin/** = ssl
      

      Access to http://host:8080/admin/foo redirects to https://host:8080/admin/foo, not https://host:8443/admin/foo.

      (It looks to me like PortFilter.onAccessDenied() appends the request.getServerPort() instead of the port. If I now read this correctly [might not, this is my first foray into Shiro source], it appears that you can only have SSL on 443 or 80, or else it must be on the same port as the request itself )

      As far as I can tell, this occurs in all versions up until the current trunk.

      Attachments

        Activity

          People

            Unassigned Unassigned
            jalkanen Janne Jalkanen
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: