You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shiro.apache.org by "Brian Demers (Jira)" <ji...@apache.org> on 2020/10/19 14:58:00 UTC

[jira] [Created] (SHIRO-795) Disable session path rewriting by default

Brian Demers created SHIRO-795:
----------------------------------

             Summary: Disable session path rewriting by default
                 Key: SHIRO-795
                 URL: https://issues.apache.org/jira/browse/SHIRO-795
             Project: Shiro
          Issue Type: Improvement
            Reporter: Brian Demers


After the addition of the "Invalid Request Filter", URL session rewriting is disabled.
{code:java}
# Enable the configuraiton in the session manager
sessionManager.sessionIdUrlRewritingEnabled = true

# and the invalid request filter
invalidRequest.blockSemicolon = false{code}
 

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)