Shapira, Yoav wrote:

Hi,
Can someone with access please run the Servlet and JSP TCKs against
Tomcat 5.5.5?  I'd like to have a stability vote starting Thursday.

I think you're going to hate me, but *32505* is a serious issue (which I misundurstood at first), so it needs at least one hotfix :(
AFAIK, the bug isn't a regression.


The change is very simple:

diff -u -r1.22 -r1.23
--- ManagerServlet.java 23 Sep 2004 07:03:27 -0000 1.22
+++ ManagerServlet.java 3 Dec 2004 15:35:25 -0000 1.23
@@ -737,6 +737,9 @@
protected void deploy(PrintWriter writer, String config,
String path, String war, boolean update) {
+ if (config != null && config.length() == 0) {
+ config = null;
+ }
if (war != null && war.length() == 0) {
war = null;
}



Rémy


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to