I would like to rename the UpdateDeniedException to AccessDeniedException. AddDeniedException, DeleteDeniedException currently extend it.
jena-permissions will then extend that to create: ReadDeniedException -- for read restrictions UpdateDeniedException -- for update restrictions (modifying triples that already exists as opposed to adding new triples) I think that this will allow Fuskei to properly respond to the case where jena-permissions is in place and there are update restrictions in place. Currently Fuseki returns this as a 500 error. Once we have a common permission denied exception we can return either authentication required or access denied as appropriate. Thoughts? Claude -- I like: Like Like - The likeliest place on the web <http://like-like.xenei.com> LinkedIn: http://www.linkedin.com/in/claudewarren
