https://issues.apache.org/bugzilla/show_bug.cgi?id=53737
Jeremy Boynes <jboy...@apache.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #30504|0 |1 is obsolete| | --- Comment #4 from Jeremy Boynes <jboy...@apache.org> --- Created attachment 30533 --> https://issues.apache.org/bugzilla/attachment.cgi?id=30533&action=edit Add changes from r1377509 Update previous patch to merge in changes from r1377509 that were reverted due to issues with JspC. This removes need for Jasper's compiler to parse a web.xml, instead relying on a ServletContext provided by the container or now by the JspC shell. Jasper's WebXml class was deprecated in r1377509, it is not longer referenced in Jasper and could be removed. Ran test-bio with no failures, and ran JspC separately on a simple webapp to verify <jsp-config> is being handled (checked default-content-type is picked up from web.xml). Patch still has todo's to add web-fragment support when JspC builds its ServletContext. -- 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