Incorrect logging category in CacheUserProfileFitler
----------------------------------------------------
Key: GTNPORTAL-1791
URL:
https://issues.jboss.org/browse/GTNPORTAL-1791
Project: GateIn Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 3.1.0-GA
Environment: Gatein trunk, revision 5668
Reporter: Marek Posolda
Priority: Trivial
In class org.exoplatform.web.CacheUserProfileFilter is incorrect logging category
private static Log log =
ExoLogger.getLogger("core.security.SetCurrentIdentityFilter");
This causes confusing exception messages, which seems to be thrown from
SetCurrentIdentityFilter even if they are thrown from CacheUserProfileFilter like:
[SetCurrentIdentityFilter]An error occured while cache user profile
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira