[jira] [Updated] (SLING-2998) SlingAuthenticator fails because of pathInfo being null

2013-09-13 Thread Oliver Lietz (JIRA)

 [ 
https://issues.apache.org/jira/browse/SLING-2998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oliver Lietz updated SLING-2998:


Fix Version/s: Auth Core 1.1.4

 SlingAuthenticator fails because of pathInfo being null
 ---

 Key: SLING-2998
 URL: https://issues.apache.org/jira/browse/SLING-2998
 Project: Sling
  Issue Type: Bug
  Components: Authentication
Affects Versions: Auth Core 1.1.2
 Environment: Sling, CQ
Reporter: Oliver Lietz
  Labels: security
 Fix For: Auth Core 1.1.4

 Attachments: SLING-2998.2013-09-12.patch, SLING-2998.patch


 - HttpServletRequest#getPathInfo():String returns null, use 
 HttpServletRequest#getServletPath():String instead
 - path should never be changed to /, instead return anonymous 
 credentials/false
 http://mail-archives.apache.org/mod_mbox/sling-users/201308.mbox/%3c201308021338.32243.apa...@oliverlietz.de%3e

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (SLING-2998) SlingAuthenticator fails because of pathInfo being null

2013-09-12 Thread Oliver Lietz (JIRA)

 [ 
https://issues.apache.org/jira/browse/SLING-2998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oliver Lietz updated SLING-2998:


Attachment: SLING-2998.2013-09-12.patch

improved patch
- concatenate servlet path and path info as their values are 
configuration/container dependent
- remove LoginServlet.SERVLET_PATH.equals(pathInfo) check as paths of 
LoginServlet and LogoutServlet are added to PathBasedHolderCache

 SlingAuthenticator fails because of pathInfo being null
 ---

 Key: SLING-2998
 URL: https://issues.apache.org/jira/browse/SLING-2998
 Project: Sling
  Issue Type: Bug
  Components: Authentication
Affects Versions: Auth Core 1.1.2
 Environment: Sling, CQ
Reporter: Oliver Lietz
  Labels: security
 Attachments: SLING-2998.2013-09-12.patch, SLING-2998.patch


 - HttpServletRequest#getPathInfo():String returns null, use 
 HttpServletRequest#getServletPath():String instead
 - path should never be changed to /, instead return anonymous 
 credentials/false
 http://mail-archives.apache.org/mod_mbox/sling-users/201308.mbox/%3c201308021338.32243.apa...@oliverlietz.de%3e

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (SLING-2998) SlingAuthenticator fails because of pathInfo being null

2013-08-06 Thread Oliver Lietz (JIRA)

 [ 
https://issues.apache.org/jira/browse/SLING-2998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oliver Lietz updated SLING-2998:


Attachment: SLING-2998.patch

 SlingAuthenticator fails because of pathInfo being null
 ---

 Key: SLING-2998
 URL: https://issues.apache.org/jira/browse/SLING-2998
 Project: Sling
  Issue Type: Bug
  Components: Authentication
Affects Versions: Auth Core 1.1.2
 Environment: Sling, CQ
Reporter: Oliver Lietz
  Labels: security
 Attachments: SLING-2998.patch


 - HttpServletRequest#getPathInfo():String returns null, use 
 HttpServletRequest#getServletPath():String instead
 - path should never be changed to /, instead return anonymous 
 credentials/false
 http://mail-archives.apache.org/mod_mbox/sling-users/201308.mbox/%3c201308021338.32243.apa...@oliverlietz.de%3e

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira