Improve Authentication Handling
-------------------------------
Key: SLING-309
URL: https://issues.apache.org/jira/browse/SLING-309
Project: Sling
Issue Type: Improvement
Components: Core
Affects Versions: 2.0.0
Reporter: Carsten Ziegeler
Fix For: 2.0.0
The following scheme should improve the authentication handling:
Anonymous user accesses content he's not allowed to access
- During resource resolution a access control exception is thrown
- This exception should be catch at this point and a request for authentication
should be send back
Authenticated user accesses content he's not allowed to access
- During resource resolution a access control exception is thrown
- a 404 should be send back
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.