Bug 36415 - Wrong cache content on permission
Summary: Wrong cache content on permission
Status: NEW
Alias: None
Product: Slide
Classification: Unclassified
Component: Security (show other bugs)
Version: 2.1
Hardware: PC Windows 2000
: P2 major (vote)
Target Milestone: ---
Assignee: Slide Developer List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-30 13:13 UTC by Vincent JAMMET
Modified: 2005-08-30 05:13 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vincent JAMMET 2005-08-30 13:13:33 UTC
After granting a write permission on a node, this permission can be seen in
database as grant on the right node for the right role.
But trying to update content of the node raise an AccessDeniedException.
Debugging show that the check of credential read a hash map cache (although
permission-cache-size is set to 0). And it return a negative permission which
was previously revoked and that is no more in database...