freemarker: support for loading taglibs from classpath resources (jars and
folders) instead of WEB-INF/lib only
---------------------------------------------------------------------------------------------------------------
Key: MAGNOLIA-3092
URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-3092
Project: Magnolia
Issue Type: Improvement
Reporter: Manuel Molaschi
Assignee: Boris Kraft
it would be useful to have freemarker loading taglibs from classpath resources
(jars and folders) instead of WEB-INF/lib only.
I created the MagnoliaTaglibFactory class that, using some code inspired by
ClasspathResourceUtil, loads tlds searching in jars and folders derived from
classpath. Then, in method FreemarkerHelper.checkTaglibFactory, i changed line
taglibFactory = new TaglibFactory(servletContext);
to
taglibFactory = new MagnoliaTaglibFactory(servletContext);
If it's fine for you, i can commit it.
PS: i've submitted the patch to freemarker
(http://sourceforge.net/tracker/index.php?func=detail&aid=2954132&group_id=794&atid=100794#)
--
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]>
----------------------------------------------------------------