https://issues.apache.org/bugzilla/show_bug.cgi?id=56882
--- Comment #3 from Konstantin Kolinko <[email protected]> --- Created attachment 31938 --> https://issues.apache.org/bugzilla/attachment.cgi?id=31938&action=edit 2014-08-23_tc8_56882_v1.patch Patch that fixes the issue. Just a fix, no test case included. It is regression from Mapper rework. The new ContextVersion object was not registered in contextObjectToContextVersionMap map. The contextObjectToContextVersionMap map is specific to Tomcat 8 mapper implementation. In Tomcat 7 there are separate Mapper instances in Service and Context, and this map is a replacement for context-specific Mapper in Tomcat 8. It is used to implement mapping for context-scoped rd.include() and rd.forward() calls. Thus this bug is absent in 7.0.x, but it'd be better to add a testcase there as well. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
