DO NOT REPLY [Bug 44697] AccessValveLog doesn't escape URIs like HTTPd

2008-03-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44697 Mark Thomas [EMAIL PROTECTED] changed: What|Removed |Added Severity|major |enhancement

Re: Tomcat 4.1.36 / .37 cant compile jsp on NetWare

2008-03-28 Thread Mark Thomas
Guenter Knauf wrote: I hope someone can give me some hints what's missing; my guess is that Ant 1.7 requires now some additional pieces with the classpath, whatever Not sure. It works for me with 1.4.2 on windows so it looks to be a platform specific issue. Is there anything else in

svn commit: r642386 - /tomcat/current/tc5.5.x/STATUS.txt

2008-03-28 Thread markt
Author: markt Date: Fri Mar 28 14:14:21 2008 New Revision: 642386 URL: http://svn.apache.org/viewvc?rev=642386view=rev Log: Propose fix. Issue seen on users list. Modified: tomcat/current/tc5.5.x/STATUS.txt Modified: tomcat/current/tc5.5.x/STATUS.txt URL:

svn commit: r642391 - /tomcat/trunk/java/org/apache/catalina/servlets/CGIServlet.java

2008-03-28 Thread markt
Author: markt Date: Fri Mar 28 14:18:25 2008 New Revision: 642391 URL: http://svn.apache.org/viewvc?rev=642391view=rev Log: Remove hack for getting env since JDK = 1.5 provide a suitable method. Fixes issue with CGI, env and vista. Modified:

Re: Tomcat 4.1.36 / .37 cant compile jsp on NetWare

2008-03-28 Thread Guenter Knauf
Hi Mark, Not sure. It works for me with 1.4.2 on windows so it looks to be a platform specific issue. Is there anything else in any of the logs? There should be something on stderr if nothing else. here's all what I could get: http://www.gknw.net/test/tomcat/ thanks, Guenter.

svn commit: r642408 - /tomcat/sandbox/tomcat-oacc/trunk/docs/oacc-howto.xml

2008-03-28 Thread pero
Author: pero Date: Fri Mar 28 15:29:42 2008 New Revision: 642408 URL: http://svn.apache.org/viewvc?rev=642408view=rev Log: update docs Modified: tomcat/sandbox/tomcat-oacc/trunk/docs/oacc-howto.xml Modified: tomcat/sandbox/tomcat-oacc/trunk/docs/oacc-howto.xml URL:

svn commit: r642409 - /tomcat/sandbox/tomcat-oacc/trunk/build.xml

2008-03-28 Thread pero
Author: pero Date: Fri Mar 28 15:30:18 2008 New Revision: 642409 URL: http://svn.apache.org/viewvc?rev=642409view=rev Log: fix membership ressource Modified: tomcat/sandbox/tomcat-oacc/trunk/build.xml Modified: tomcat/sandbox/tomcat-oacc/trunk/build.xml URL:

svn commit: r642411 - /tomcat/sandbox/tomcat-oacc/trunk/etc/cluster-server.xml

2008-03-28 Thread pero
Author: pero Date: Fri Mar 28 15:30:51 2008 New Revision: 642411 URL: http://svn.apache.org/viewvc?rev=642411view=rev Log: update tomcat 6 example Modified: tomcat/sandbox/tomcat-oacc/trunk/etc/cluster-server.xml Modified: tomcat/sandbox/tomcat-oacc/trunk/etc/cluster-server.xml URL:

svn commit: r642412 - /tomcat/sandbox/tomcat-oacc/trunk/docs/changelog.xml

2008-03-28 Thread pero
Author: pero Date: Fri Mar 28 15:31:20 2008 New Revision: 642412 URL: http://svn.apache.org/viewvc?rev=642412view=rev Log: add my last changes Modified: tomcat/sandbox/tomcat-oacc/trunk/docs/changelog.xml Modified: tomcat/sandbox/tomcat-oacc/trunk/docs/changelog.xml URL:

Re: Tomcat 4.1.36 / .37 cant compile jsp on NetWare

2008-03-28 Thread Mark Thomas
Guenter Knauf wrote: here's all what I could get: http://www.gknw.net/test/tomcat/ That's great. stderr.txt is exactly what I was looking for. This looks like the problem: Exception: \sys:\tomcat\4137\webapps\examples\WEB-INF\classes is not an absolute path at

DO NOT REPLY [Bug 44705] New: Tomcat 5.5. 26 - cookie with colon in name is parsed incorrectly

2008-03-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44705 Summary: Tomcat 5.5.26 - cookie with colon in name is parsed incorrectly Product: Tomcat 5 Version: 5.5.26 Platform: PC OS/Version: Windows XP Status: NEW

DO NOT REPLY [Bug 44705] Tomcat 5.5. 26 - cookie with colon in name is parsed incorrectly

2008-03-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44705 Filip Hanik [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 44679] Cookies are treated differently between 6.0. 16 and 6.0.14

2008-03-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44679 Filip Hanik [EMAIL PROTECTED] changed: What|Removed |Added CC||[EMAIL PROTECTED]

Re: Tomcat 4.1.36 / .37 cant compile jsp on NetWare

2008-03-28 Thread Guenter Knauf
Hi Mark, What I can't figure out is where the initial \ is coming from. Can you run the following code on your system and post the output? now that you pointed this out I remember that I came over same issue already with some other apps; and it turned out that they do check for absolute paths,