MessageManager should not set jstl basename in the servlet context
------------------------------------------------------------------
Key: MAGNOLIA-2488
URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-2488
Project: Magnolia
Issue Type: Bug
Reporter: Philipp Bracher
Assignee: Boris Kraft
Priority: Minor
Fix For: 4.0
Form the dev list:
I mailed on the user list about my <fmt:message> tags getting shafted when
introducing Magnolia in my already existing webapp. I want to work out a fix,
but thought it best to discuss it first.
The problem is MessagesManager.init() row 150:
context.setAttribute(Config.FMT_LOCALIZATION_CONTEXT,
MessagesManager.DEFAULT_BASENAME);
--> we actually don't use the jstl fmt features anymore (in our templates & in
the admin central) so we should indeed drop that.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[EMAIL PROTECTED]>
----------------------------------------------------------------