[
http://jira.magnolia-cms.com/browse/MAGNOLIA-3092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Philipp Bärfuss updated MAGNOLIA-3092:
--------------------------------------
Fix Version/s: 4.4.x
The methods we would like to override are private and I don't like to copy
bigger parts of the code.
But we followed a different approach in the AbstractRenderTestCase. We fake the
existence of the jars in WEB-INF/lib by mocking the servlet context. We could
do the same thing in the FreemarkerHelper.addTaglibSupportData(Map<String,
Object>, WebContext)
> 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
> Security Level: Public
> Reporter: Manuel Molaschi
> Assignee: Boris Kraft
> Priority: Major
> Fix For: 4.4.x
>
>
> 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/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------