DO NOT REPLY [Bug 38346] InputBuffer breaks request.readLine()

2011-10-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=38346 --- Comment #8 from naani...@gmail.com 2011-10-25 06:49:15 UTC --- thi issue still occurs with tomcat 5.5.28. Could you please let me know, how to apply this patch to 5.5.28? -- Configure bugmail:

Re: Publishing zips to the maven repo

2011-10-25 Thread Henri Gomez
I have to search what it's done exactly with that. (BTW version is defined in poms with maven). I will try to work on that later this week. Thanks - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional

DO NOT REPLY [Bug 38346] InputBuffer breaks request.readLine()

2011-10-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=38346 --- Comment #9 from Rainer Jung rainer.j...@kippdata.de 2011-10-25 08:33:03 UTC --- This is very unlikely the same problem. Bugzilla is not a support form. Please post your problem description to the Tomcat users list. Regards, Rainer

DO NOT REPLY [Bug 52083] New: java.lang.NullPointerException at org.apache.catalina.connector.Request.getSession

2011-10-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52083 Bug #: 52083 Summary: java.lang.NullPointerException at org.apache.catalina.connector.Request.getSession Product: Tomcat 6 Version: 6.0.32 Platform: Other

DO NOT REPLY [Bug 52083] java.lang.NullPointerException at org.apache.catalina.connector.Request.getSession

2011-10-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52083 --- Comment #1 from kevinser...@sina.com 2011-10-25 08:37:31 UTC --- I use request.getSession(true) in code. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because:

DO NOT REPLY [Bug 52083] java.lang.NullPointerException at org.apache.catalina.connector.Request.getSession

2011-10-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52083 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

Re: svn commit: r1188399 - in /tomcat/trunk/java/org/apache/catalina: authenticator/ connector/

2011-10-25 Thread Rainer Jung
Hi Mark, since this mostly deprecates getters and setters, did you cross check, whether they were published via JMX? I guess your eclipse tooling wouldn't do that for you. I went through the list and there was nothing I could immediately spot, but it might be good if you (or others) check it as

Re: svn commit: r1188399 - in /tomcat/trunk/java/org/apache/catalina: authenticator/ connector/

2011-10-25 Thread Mark Thomas
On 25/10/2011 09:52, Rainer Jung wrote: Hi Mark, since this mostly deprecates getters and setters, did you cross check, whether they were published via JMX? I guess your eclipse tooling wouldn't do that for you. When reviewing the results from the UCDetector, I ignored a number of results

DO NOT REPLY [Bug 38346] InputBuffer breaks request.readLine()

2011-10-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=38346 --- Comment #10 from naani...@gmail.com 2011-10-25 09:02:16 UTC --- Thanks for your response Jung. We have an environment using HTTP connector. The issue does not occur, other environment using AJP connector. In code we are using

DO NOT REPLY [Bug 38346] InputBuffer breaks request.readLine()

2011-10-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=38346 --- Comment #11 from Rainer Jung rainer.j...@kippdata.de 2011-10-25 09:07:46 UTC --- Please discuss this on the Tomcat users list, see http://tomcat.apache.org/lists.html Thank you. -- Configure bugmail:

Re: svn commit: r1188313 [1/5] - in /tomcat/trunk/java: javax/el/ org/apache/catalina/authenticator/ org/apache/catalina/connector/ org/apache/catalina/core/ org/apache/catalina/deploy/ org/apache/cat

2011-10-25 Thread Konstantin Kolinko
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/deploy/LocalStrings.properties?r1=1188313r2=1188312pathrev=1188313 The new value of webXml.mergeConflictOrder is wrong, it is concatenation of two values. It is the only glitch that I noted. Is your tool able to find properties

svn commit: r1188612 - /tomcat/trunk/java/org/apache/catalina/deploy/LocalStrings.properties

2011-10-25 Thread markt
Author: markt Date: Tue Oct 25 11:25:56 2011 New Revision: 1188612 URL: http://svn.apache.org/viewvc?rev=1188612view=rev Log: Fix missing new line in r1188313 Modified: tomcat/trunk/java/org/apache/catalina/deploy/LocalStrings.properties Modified:

Re: svn commit: r1188313 [1/5] - in /tomcat/trunk/java: javax/el/ org/apache/catalina/authenticator/ org/apache/catalina/connector/ org/apache/catalina/core/ org/apache/catalina/deploy/ org/apache/cat

2011-10-25 Thread Mark Thomas
On 25/10/2011 12:06, Konstantin Kolinko wrote: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/deploy/LocalStrings.properties?r1=1188313r2=1188312pathrev=1188313 The new value of webXml.mergeConflictOrder is wrong, it is concatenation of two values. It is the only glitch

svn commit: r1188644 - /tomcat/trunk/java/org/apache/catalina/authenticator/SingleSignOn.java

2011-10-25 Thread markt
Author: markt Date: Tue Oct 25 13:14:05 2011 New Revision: 1188644 URL: http://svn.apache.org/viewvc?rev=1188644view=rev Log: Remove unused code missed in earlier commit Modified: tomcat/trunk/java/org/apache/catalina/authenticator/SingleSignOn.java Modified:

DO NOT REPLY [Bug 52071] base.path basic choice (/usr/share/java) in build.properties.default is problematic

2011-10-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52071 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 46264] Shutting down tomcat with large number of contexts is slow

2011-10-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46264 Mark Thomas ma...@apache.org changed: What|Removed |Added Attachment #27772|0 |1 is

svn commit: r1188822 - in /tomcat/trunk/java/org/apache/catalina: ./ core/

2011-10-25 Thread markt
Author: markt Date: Tue Oct 25 17:42:43 2011 New Revision: 1188822 URL: http://svn.apache.org/viewvc?rev=1188822view=rev Log: Deprecate unused code in o.a.catalina.core Modified: tomcat/trunk/java/org/apache/catalina/Container.java

svn commit: r1188823 - /tomcat/trunk/java/org/apache/catalina/filters/

2011-10-25 Thread markt
Author: markt Date: Tue Oct 25 17:43:47 2011 New Revision: 1188823 URL: http://svn.apache.org/viewvc?rev=1188823view=rev Log: Clean-up. No functional change. Modified: tomcat/trunk/java/org/apache/catalina/filters/AddDefaultCharsetFilter.java

svn commit: r1188832 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/ java/org/apache/catalina/core/

2011-10-25 Thread markt
Author: markt Date: Tue Oct 25 17:53:29 2011 New Revision: 1188832 URL: http://svn.apache.org/viewvc?rev=1188832view=rev Log: Make unused code as deprecated prior to removal in Tomcat 8. Modified: tomcat/tc7.0.x/trunk/ (props changed)

Re: svn commit: r1187916 - in /tomcat/jk/trunk: native/iis/jk_isapi_plugin.c xdocs/miscellaneous/changelog.xml

2011-10-25 Thread Christopher Schultz
Rainer, On 10/23/2011 12:19 PM, rj...@apache.org wrote: +/* + * Find the first occurrence of path in uri tokenized by /. + * The comparison is done case insensitive. + */ +static const char *find_path_in_uri(const char *uri, const char *path) +{ +size_t len = strlen(path); +while

Re: svn commit: r1187916 - in /tomcat/jk/trunk: native/iis/jk_isapi_plugin.c xdocs/miscellaneous/changelog.xml

2011-10-25 Thread Christopher Schultz
Rainer, On 10/23/2011 12:19 PM, rj...@apache.org wrote: +static const char *find_path_in_uri(const char *uri, const char *path) +{ +size_t len = strlen(path); +while (uri = strchr(uri, '/')) { +uri++; +if (!strncmp(uri, path, len) +(*(uri + len) == '/'

DO NOT REPLY [Bug 35959] mod_jk not independant of UseCanonicalName

2011-10-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=35959 Rainer Jung rainer.j...@kippdata.de changed: What|Removed |Added Status|REOPENED|RESOLVED

DO NOT REPLY [Bug 39967] mod_jk gives segmentation fault when apache is started as root

2011-10-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=39967 Rainer Jung rainer.j...@kippdata.de changed: What|Removed |Added Status|NEEDINFO|RESOLVED

svn commit: r1188841 - in /tomcat/trunk/java/org/apache/catalina: ./ core/ loader/

2011-10-25 Thread markt
Author: markt Date: Tue Oct 25 18:13:51 2011 New Revision: 1188841 URL: http://svn.apache.org/viewvc?rev=1188841view=rev Log: Remove deprecated code from o.a.catalina.core Modified: tomcat/trunk/java/org/apache/catalina/Container.java

DO NOT REPLY [Bug 40208] Request-Dump when ErrorDocument in httpd.conf is a jsp

2011-10-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=40208 Rainer Jung rainer.j...@kippdata.de changed: What|Removed |Added Status|NEEDINFO|RESOLVED

DO NOT REPLY [Bug 42366] Memory leak in newer mod_jk version when connection is abortet by the client

2011-10-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42366 --- Comment #7 from Rainer Jung rainer.j...@kippdata.de 2011-10-25 18:22:20 UTC --- No response for 3.5 years. Closing as invalid. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving

DO NOT REPLY [Bug 42366] Memory leak in newer mod_jk version when connection is abortet by the client

2011-10-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42366 Rainer Jung rainer.j...@kippdata.de changed: What|Removed |Added Status|NEEDINFO|RESOLVED

DO NOT REPLY [Bug 44290] mod_jk/1.2.26: retry is not useful for an important use case

2011-10-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44290 Rainer Jung rainer.j...@kippdata.de changed: What|Removed |Added Status|NEW |NEEDINFO ---

DO NOT REPLY [Bug 43968] [patch] support ipv6 with mod_jk

2011-10-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43968 Rainer Jung rainer.j...@kippdata.de changed: What|Removed |Added Status|NEW |NEEDINFO --

DO NOT REPLY [Bug 44349] mod_jk/1.2.26 module does not read worker.status.sticky_session_force property correctly

2011-10-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44349 Rainer Jung rainer.j...@kippdata.de changed: What|Removed |Added Status|NEW |NEEDINFO ---

DO NOT REPLY [Bug 45395] MsgAjp dump method does not dump packet when being written

2011-10-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45395 Rainer Jung rainer.j...@kippdata.de changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1188856 - in /tomcat/jk/trunk: native/common/jk_mt.h xdocs/miscellaneous/changelog.xml

2011-10-25 Thread rjung
Author: rjung Date: Tue Oct 25 19:04:27 2011 New Revision: 1188856 URL: http://svn.apache.org/viewvc?rev=1188856view=rev Log: 47038: Fix compiler warning when using --enable-flock for configure. Modified: tomcat/jk/trunk/native/common/jk_mt.h

DO NOT REPLY [Bug 47038] USE_FLOCK_LK redefined compiler warning when using --enable-flock

2011-10-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47038 Rainer Jung rainer.j...@kippdata.de changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 35959] mod_jk not independant of UseCanonicalName

2011-10-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=35959 Sven sven.koeh...@gmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED

DO NOT REPLY [Bug 47327] remote_user not logged in apache logfile

2011-10-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47327 --- Comment #1 from Rainer Jung rainer.j...@kippdata.de 2011-10-25 19:05:40 UTC --- This would be a protocol enhancement for AJP. You can work around the issue by using a filter that returns the user id as a response header. Response

DO NOT REPLY [Bug 47617] include time spent doing ajp_get_endpoint() in error log

2011-10-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47617 --- Comment #1 from Rainer Jung rainer.j...@kippdata.de 2011-10-25 19:09:37 UTC --- I hesitate to add yet another call to the clock here (for each request). Usually the wait time will be close to the defined acquire timeout. Do you have

DO NOT REPLY [Bug 47617] include time spent doing ajp_get_endpoint() in error log

2011-10-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47617 Rainer Jung rainer.j...@kippdata.de changed: What|Removed |Added Status|NEW |NEEDINFO --

DO NOT REPLY [Bug 47750] Loss of worker settings when changing via jkstatus

2011-10-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47750 Rainer Jung rainer.j...@kippdata.de changed: What|Removed |Added Component|Common |isapi --

DO NOT REPLY [Bug 47840] A broken worker name is written in the log file.

2011-10-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47840 --- Comment #6 from Rainer Jung rainer.j...@kippdata.de 2011-10-25 19:12:18 UTC --- Eiji: Does this problem still exist in 1.2.32? -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving

svn commit: r1188865 - /tomcat/jk/trunk/native/apache-2.0/mod_jk.c

2011-10-25 Thread timw
Author: timw Date: Tue Oct 25 19:18:21 2011 New Revision: 1188865 URL: http://svn.apache.org/viewvc?rev=1188865view=rev Log: Fixing mod_jk build on Windows with strict C style variable declarations. Modified: tomcat/jk/trunk/native/apache-2.0/mod_jk.c Modified:

DO NOT REPLY [Bug 49413] Apache Mod_jk 1.2.30 is shutting down communication with tomcat and getting socket error read.

2011-10-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49413 Rainer Jung rainer.j...@kippdata.de changed: What|Removed |Added Status|REOPENED|RESOLVED

svn commit: r1188878 - /tomcat/jk/trunk/native/apache-1.3/mod_jk.c

2011-10-25 Thread rjung
Author: rjung Date: Tue Oct 25 19:32:25 2011 New Revision: 1188878 URL: http://svn.apache.org/viewvc?rev=1188878view=rev Log: Fixing mod_jk build on Windows with strict C style variable declarations. Port of Tim's fix from apache-2.0 to apache-1.3. Modified:

Re: svn commit: r1187916 - in /tomcat/jk/trunk: native/iis/jk_isapi_plugin.c xdocs/miscellaneous/changelog.xml

2011-10-25 Thread Rainer Jung
On 25.10.2011 20:07, Christopher Schultz wrote: Rainer, On 10/23/2011 12:19 PM, rj...@apache.org wrote: +static const char *find_path_in_uri(const char *uri, const char *path) +{ +size_t len = strlen(path); +while (uri = strchr(uri, '/')) { +uri++; +if (!strncmp(uri,

Re: svn commit: r1187916 - in /tomcat/jk/trunk: native/iis/jk_isapi_plugin.c xdocs/miscellaneous/changelog.xml

2011-10-25 Thread Rainer Jung
On 25.10.2011 20:03, Christopher Schultz wrote: Rainer, On 10/23/2011 12:19 PM, rj...@apache.org wrote: +/* + * Find the first occurrence of path in uri tokenized by /. + * The comparison is done case insensitive. + */ +static const char *find_path_in_uri(const char *uri, const char *path)

Re: svn commit: r1187916 - in /tomcat/jk/trunk: native/iis/jk_isapi_plugin.c xdocs/miscellaneous/changelog.xml

2011-10-25 Thread Christopher Schultz
All, On 10/25/2011 2:03 PM, Christopher Schultz wrote: On 10/23/2011 12:19 PM, rj...@apache.org wrote: +if (!strncmp(uri, path, len) strncmp doesn't use case-insensitive compare: will this ever match if you use web-inf (as below)? Duh just saw Konstantin's response. Apologies for

Re: svn commit: r1187916 - in /tomcat/jk/trunk: native/iis/jk_isapi_plugin.c xdocs/miscellaneous/changelog.xml

2011-10-25 Thread Konstantin Kolinko
2011/10/25 Christopher Schultz ch...@christopherschultz.net: All, On 10/25/2011 2:03 PM, Christopher Schultz wrote: On 10/23/2011 12:19 PM, rj...@apache.org wrote: +        if (!strncmp(uri, path, len) strncmp doesn't use case-insensitive compare: will this ever match if you use web-inf

Re: svn commit: r1187916 - in /tomcat/jk/trunk: native/iis/jk_isapi_plugin.c xdocs/miscellaneous/changelog.xml

2011-10-25 Thread Christopher Schultz
Rainer, On 10/25/2011 3:37 PM, Rainer Jung wrote: On 25.10.2011 20:07, Christopher Schultz wrote: Rainer, On 10/23/2011 12:19 PM, rj...@apache.org wrote: +static const char *find_path_in_uri(const char *uri, const char *path) +{ +size_t len = strlen(path); +while (uri = strchr(uri,

DO NOT REPLY [Bug 51744] JNDI Lookup Error after a Context is closed

2011-10-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51744 Leonid Mikhailov lmikhai...@esri.com changed: What|Removed |Added Version|7.0.14 |7.0.22

svn commit: r1188930 - /tomcat/trunk/test/webapp-3.0/welcome-files/sub/.gitignore

2011-10-25 Thread markt
Author: markt Date: Tue Oct 25 21:34:21 2011 New Revision: 1188930 URL: http://svn.apache.org/viewvc?rev=1188930view=rev Log: Git ignores empty directories and the unit tests require this directory to be present for the welcome file tests to pass. The presence of this file doesn't break the

svn commit: r1188931 - /tomcat/trunk/test/org/apache/tomcat/util/http/mapper/TestMapperWelcomeFiles.java

2011-10-25 Thread markt
Author: markt Date: Tue Oct 25 21:35:04 2011 New Revision: 1188931 URL: http://svn.apache.org/viewvc?rev=1188931view=rev Log: Remove unnecessary code Modified: tomcat/trunk/test/org/apache/tomcat/util/http/mapper/TestMapperWelcomeFiles.java Modified:

svn commit: r1188932 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/tomcat/util/http/mapper/TestMapperWelcomeFiles.java

2011-10-25 Thread markt
Author: markt Date: Tue Oct 25 21:35:49 2011 New Revision: 1188932 URL: http://svn.apache.org/viewvc?rev=1188932view=rev Log: Remove unused code Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/test/org/apache/tomcat/util/http/mapper/TestMapperWelcomeFiles.java

Re: svn commit: r1188930 - /tomcat/trunk/test/webapp-3.0/welcome-files/sub/.gitignore

2011-10-25 Thread Konstantin Kolinko
Can you add descriptive comment in the file itself and ASL license? 2011/10/26 ma...@apache.org: Author: markt Date: Tue Oct 25 21:34:21 2011 New Revision: 1188930 URL: http://svn.apache.org/viewvc?rev=1188930view=rev Log: Git ignores empty directories and the unit tests require this

Executor threadRenewalDelay questions

2011-10-25 Thread Rohit Kelapure
Dear All, After going through the thread renewal code in /tomcat-8.0.x/java/org/apache/tomcat/util/threads/TaskQueue.java , /tomcat-8.0.x/java/org/apache/tomcat/util/threads/ThreadPoolExecutor.java and the bug (Improve ThreadLocal memory leak clean-up)