Hello,
i have changed to the new Tomcat3.2.2b3 Version, and it seems that the error
is gone ;-). Now i'll patch the version for session Tracking with mod_ssl,
and that's all i hope ;-))
Greetings, and a beautiful Sundy,
Michael
Wolle wrote:
> Hello,
> i have testet some Servlets, and i'm prof t
Costin,
Web based build will be a nice addition -- cool.
Small comment though. Keep in mind that I don't have a complete understanding
of all associated code, but at first glance, it appears that AntTag won't work
correctly if tag pooling is being used. I think the fix is simple though. Just
duh... too fast to type, too slow to think! how about move the clears to
the end of doEndTag instead of doStartTag. :)
-casey
Casey Lucas wrote:
>
> Costin,
>
> Web based build will be a nice addition -- cool.
>
> Small comment though. Keep in mind that I don't have a complete understandi
marcsaeg01/04/29 19:51:53
Modified:src/share/org/apache/jasper/servlet Tag: tomcat_32
JspServlet.java
Log:
Third times the charm. Now it'll even compile.
Revision ChangesPath
No revision
No revision
marcsaeg01/04/29 20:06:48
Modified:src/share/org/apache/tomcat/facade Tag: tomcat_32
HttpServletResponseFacade.java
Log:
Fixes problem encoding URLs that have an anchor but no query string.
PR: 1182
Revision ChangesPath
No
After reading Mike Bremford's workaround and spending a little
more time troubleshooting, I've found a workaround which works
with the ApJServAction and rewrite directives. Here's a summary
note and a patch.
rob
---
Here's what I noticed while trying to convert from JServ
to Tomcat using Apache