Andreas Hartmann wrote:
Hi Jörn,
[EMAIL PROTECTED] schrieb:
Author: nettings
Date: Sun Aug 5 14:08:25 2007
New Revision: 562961
URL: http://svn.apache.org/viewvc?view=rev&rev=562961
Log:
move UsecaseAuthorizer, impl and helper classes from usecase to ac
module to avoid circular dependencies
IMO this is not a good idea. I consider the access control a very
fundamental functionality, and I think that we should keep the module
minimal. The UsecaseAuthorizer is not a generic access control service,
so IMO it doesn't belong in the access control module.
i agree.
the problem comes from the fact that i bastardized the policy authorizer
(which *is* in ac) - it now delegates to the usecase authorizer.
the correct solution imho is to get rid of it altogether and to have
just the usecase authorizer. then it can move back to the usecase module
without dependency issues.
--
Jörn Nettingsmeier
"One of my most productive days was throwing away 1000 lines of code."
- Ken Thompson.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]