[jira] [Updated] (SLING-6053) SlingAuthenticator identifies wrong sibling node with AuthenticationInfo

2017-02-27 Thread Antonio Sanso (JIRA)

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

Antonio Sanso updated SLING-6053:
-
Attachment: SLING-6053-patch.txt

Attaching proposing patch. [~kwin] WDYT? 

> SlingAuthenticator identifies wrong sibling node with AuthenticationInfo
> 
>
> Key: SLING-6053
> URL: https://issues.apache.org/jira/browse/SLING-6053
> Project: Sling
>  Issue Type: Bug
>  Components: Authentication
>Affects Versions: Auth Core 1.3.18
>Reporter: Miklos Csere
>Assignee: Antonio Sanso
>Priority: Blocker
> Attachments: SLING-6053-patch.txt
>
>
> Issue can be reproduced with the following steps:
> Create node "/page" 
> Create sibling node "/page1"
> Define a protection handler for node: "/page"
> Expected: 
> "/page" has AuthenticationInfo
>  "/page1" does not have AuthenticationInfo (has anonymous)
>   
> Actual:  "/page" & "page1" are both having AuthenticationInfo
>  
> Reason: SlingAuthenticator.java line 726:  if (path.startsWith(holder.path)) 
> Warning: The same check is used in 4 more places in code with similar 
> behaviour.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (SLING-6053) SlingAuthenticator identifies wrong sibling node with AuthenticationInfo

2017-02-24 Thread Antonio Sanso (JIRA)

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

Antonio Sanso updated SLING-6053:
-
Priority: Blocker  (was: Major)

> SlingAuthenticator identifies wrong sibling node with AuthenticationInfo
> 
>
> Key: SLING-6053
> URL: https://issues.apache.org/jira/browse/SLING-6053
> Project: Sling
>  Issue Type: Bug
>  Components: Authentication
>Affects Versions: Auth Core 1.3.18
>Reporter: Miklos Csere
>Priority: Blocker
>
> Issue can be reproduced with the following steps:
> Create node "/page" 
> Create sibling node "/page1"
> Define a protection handler for node: "/page"
> Expected: 
> "/page" has AuthenticationInfo
>  "/page1" does not have AuthenticationInfo (has anonymous)
>   
> Actual:  "/page" & "page1" are both having AuthenticationInfo
>  
> Reason: SlingAuthenticator.java line 726:  if (path.startsWith(holder.path)) 
> Warning: The same check is used in 4 more places in code with similar 
> behaviour.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (SLING-6053) SlingAuthenticator identifies wrong sibling node with AuthenticationInfo

2016-09-13 Thread Miklos Csere (JIRA)

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

Miklos Csere updated SLING-6053:

Affects Version/s: Auth Core 1.3.18

> SlingAuthenticator identifies wrong sibling node with AuthenticationInfo
> 
>
> Key: SLING-6053
> URL: https://issues.apache.org/jira/browse/SLING-6053
> Project: Sling
>  Issue Type: Bug
>  Components: Authentication
>Affects Versions: Auth Core 1.3.18
>Reporter: Miklos Csere
>
> Issue can be reproduced with the following steps:
> Create node "/page" 
> Create sibling node "/page1"
> Define a protection handler for node: "/page"
> Expected: 
> "/page" has AuthenticationInfo
>  "/page1" does not have AuthenticationInfo (has anonymous)
>   
> Actual:  "/page" & "page1" are both having AuthenticationInfo
>  
> Reason: SlingAuthenticator.java line 726:  if (path.startsWith(holder.path)) 
> Warning: The same check is used in 4 more places in code with similar 
> behaviour.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (SLING-6053) SlingAuthenticator identifies wrong sibling node with AuthenticationInfo

2016-09-13 Thread Miklos Csere (JIRA)

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

Miklos Csere updated SLING-6053:

Summary: SlingAuthenticator identifies wrong sibling node with 
AuthenticationInfo  (was: SlingAuthenticator identifies wrong node with 
AuthenticationInfo)

> SlingAuthenticator identifies wrong sibling node with AuthenticationInfo
> 
>
> Key: SLING-6053
> URL: https://issues.apache.org/jira/browse/SLING-6053
> Project: Sling
>  Issue Type: Bug
>  Components: Authentication
>Reporter: Miklos Csere
>
> Issue can be reproduced with the following steps:
> Create node "/page" 
> Create sibling node "/page1"
> Define a protection handler for node: "/page"
> Expected: 
> "/page" has AuthenticationInfo
>  "/page1" does not have AuthenticationInfo (has anonymous)
>   
> Actual:  "/page" & "page1" are both having AuthenticationInfo
>  
> Reason: SlingAuthenticator.java line 726:  if (path.startsWith(holder.path)) 
> Warning: The same check is used in 4 more places in code with similar 
> behaviour.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)