DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22802>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22802
mappedfile option not working
------- Additional Comments From ecarmich@alumni.rice.edu 2003-08-29 02:56 -------
This is very likely the same issue fixed in Tomcat 5 as Bugzilla Bug 22266.
I've never looked at the Tomcat 4.1 code, so I don't know how hard it would be
to port the fix to Tomcat 4.1, but the implementation in Tomcat 5 may be
changing (to incorporate Kin-Man's suggestion of doing the consolidation in a
separate pass), so I don't know that it makes a whole lot of sense to port the
current code. Of course other committers may see it differently.
On the other hand if you're anxious for a fix to this (I see you marked the
Severity as "Critical"), and are able to work on it yourself, you might be
able to save yourself some time by porting from Tomcat 5 instead of starting
from scratch. Look for isTemplateText() in Parser.java.
My only other suggestion would be to upgrade to Tomcat 5, but it's only beta,
and supports different servlet and JSP specs than Tomcat 4.1, so it may not be
appropriate for your environment.
|