On 21/07/2013 18:36, Jeremy Boynes wrote:

> With r1505235 JspC is now merging in <jsp-config> from web fragments.
> It is still not handling resources found in those jars e.g. if they
> are referenced by an include directive or from a prelude/coda
> configuration.

It also needs to compile any JSPs found as they could be accessed directly.

> This should be handled through the ServletContext so
> I'd suggest approaching it using the new webresource support.
> However, that has dependencies on Catalina (e.g. Lifecycle) that JspC
> would not need - how hard would that be to decouple?

There is a lot of code there that JspC just doesn't need. I wonder if,
at this stage, it would be simpler to just check each JAR for static
resources and process any JSPs found. That balance might change once
overlays are introduced but even then I suspect it won't.

> In the meantime, I'm going to look at refactoring the TLD support as
> described above.

Nice. See my note about TLD processing in the TOMCAT-NEXT.txt file in
the root on trunk.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to