https://issues.apache.org/bugzilla/show_bug.cgi?id=53737
--- Comment #3 from Jeremy Boynes <jboy...@apache.org> --- Created attachment 30504 --> https://issues.apache.org/bugzilla/attachment.cgi?id=30504&action=edit Add support for JspConfig to JspC's ServletContext Related to r1377509 (reverted), this patch adds support for identifying the effective version of an application and for setting up a JspConfigDescriptor for JspC that would match the one returned by a container at runtime. This should mean that Mark's original change would also work in JspC, allowing the two implementations to be consolidated. This patch does not yet attempt to merge in web-fragment.xml files as that functionality is not supported by the current JspC implementation either. I plan to add that later if this looks like a good way to go. There is also some duplication with implementations in o.a.c.core. Jasper does not have any dependencies on catalina so I did not reuse those. However, these could potentially be moved to o.a.tomcat.util and shared. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org