https://bz.apache.org/bugzilla/show_bug.cgi?id=57154
Huxing Zhang <huxing.zh...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |huxing.zh...@gmail.com --- Comment #6 from Huxing Zhang <huxing.zh...@gmail.com> --- Created attachment 32749 --> https://bz.apache.org/bugzilla/attachment.cgi?id=32749&action=edit backport the feature from bug 57155 to Tomcat 7.0.x Hi @Konstantin and @Mark, I have backported the feature from bug 57155 to Tomcat 7.0.x. Would you please kindly review the attached fix? The main idea is borrowed from Mark's implementation in Tomcat 8.0.x. The changes in the patch mainly includes: 1) an EmptyDirContext implementation which is not backed by a file system. 2) an enhancement in StandardContext that allows an application to be configured to have no docBase, precisely speaking, to have docBase to be null. 3) changes in test cases that replacing unnecessary file system doc base with null doc base. -- 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