[Bug 57420] Wrong class names generated since URL_ENCODER in DirContextURLConnection is not thread safe

2015-01-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57420 Marc Buetikofer changed: What|Removed |Added CC||marc.buetiko...@ergon.ch

[Bug 57421] Farming default directories

2015-01-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57421 Eugène Adell changed: What|Removed |Added CC||aterrest...@gmail.com -- You are r

[Bug 57421] New: Farming default directories

2015-01-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57421 Bug ID: 57421 Summary: Farming default directories Product: Tomcat 8 Version: trunk Hardware: All OS: All Status: NEW Severity: enhancement

[Bug 56005] ISAPI redirector WEB-INF/META-INF Path Check false positive (#51769 is back)

2015-01-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56005 Rainer Jung changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #2 from Rainer

[Bug 54112] ISAPI redirector not working when IIS recycles

2015-01-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54112 Rainer Jung changed: What|Removed |Added Status|REOPENED|NEEDINFO --- Comment #8 from Rainer

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

2015-01-07 Thread rjung
Author: rjung Date: Wed Jan 7 11:21:47 2015 New Revision: 1650036 URL: http://svn.apache.org/r1650036 Log: Fix annoying redefine warnings for the autoconf PACKAGE defines during configure based builds. Modified: tomcat/jk/trunk/native/common/jk_global.h tomcat/jk/trunk/xdocs/miscellaneou

Re: [mod_jk] Modify how common/config.h gets built

2015-01-07 Thread Rainer Jung
Am 07.01.2015 um 03:15 schrieb Konstantin Kolinko: 2015-01-07 2:25 GMT+03:00 Christopher Schultz : All, I give up. I can't seem to figure out exactly how common/config.h comes into existence during the "configure" process. It is created from common/config.h.in. Whereas most of the .in-based

svn commit: r1650037 - /tomcat/jk/trunk/xdocs/reference/workers.xml

2015-01-07 Thread rjung
Author: rjung Date: Wed Jan 7 11:32:43 2015 New Revision: 1650037 URL: http://svn.apache.org/r1650037 Log: Minor doc fix. Modified: tomcat/jk/trunk/xdocs/reference/workers.xml Modified: tomcat/jk/trunk/xdocs/reference/workers.xml URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/xdocs/refe

svn commit: r1650038 - /tomcat/jk/trunk/xdocs/reference/workers.xml

2015-01-07 Thread rjung
Author: rjung Date: Wed Jan 7 11:36:10 2015 New Revision: 1650038 URL: http://svn.apache.org/r1650038 Log: Reorder attributes. Modified: tomcat/jk/trunk/xdocs/reference/workers.xml Modified: tomcat/jk/trunk/xdocs/reference/workers.xml URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/xdocs

svn commit: r1650043 - in /tomcat/jk/trunk/native/common: jk_global.h jk_lb_worker.c

2015-01-07 Thread rjung
Author: rjung Date: Wed Jan 7 11:54:50 2015 New Revision: 1650043 URL: http://svn.apache.org/r1650043 Log: Add warning if LB method busyness is used, but no atomics support detected. Modified: tomcat/jk/trunk/native/common/jk_global.h tomcat/jk/trunk/native/common/jk_lb_worker.c Modifie

[Bug 44454] busy count reported in mod_jk inflated, causes incorrect balancing

2015-01-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44454 --- Comment #31 from Rainer Jung --- Warning added in r1650043: [Wed Jan 07 12:53:10.882 2015] [6976:1] [warn] init::jk_lb_worker.c (1908): Missing support for atomics: LB method 'busyness' not recommended -- You are receiving this mail

Re: [VOTE] Release Apache Tomcat 8.0.16

2015-01-07 Thread Mark Thomas
On 07/01/2015 07:42, Violeta Georgieva wrote: > Hi, > > 2015-01-05 15:13 GMT+02:00 Mark Thomas >: >> >> The proposed Apache Tomcat 8.0.16 release is now available for voting. >> >> The main changes since 8.0.15 are: >> - Correct a regression in annotation scanning introdu

Re: [mod_jk] Modify how common/config.h gets built

2015-01-07 Thread Christopher Schultz
Rainer, On 1/7/15 6:24 AM, Rainer Jung wrote: > Am 07.01.2015 um 03:15 schrieb Konstantin Kolinko: >> 2015-01-07 2:25 GMT+03:00 Christopher Schultz >> : >>> All, >>> >>> I give up. I can't seem to figure out exactly how common/config.h comes >>> into existence during the "configure" process. > >

Re: [mod_jk] Modify how common/config.h gets built

2015-01-07 Thread Rainer Jung
Am 07.01.2015 um 15:05 schrieb Christopher Schultz: On 1/7/15 6:24 AM, Rainer Jung wrote: Am 07.01.2015 um 03:15 schrieb Konstantin Kolinko: 2015-01-07 2:25 GMT+03:00 Christopher Schultz : All, I give up. I can't seem to figure out exactly how common/config.h comes into existence during the "

svn commit: r1650072 - in /tomcat/jk/trunk/native/common: jk_lb_worker.c jk_shm.h

2015-01-07 Thread rjung
Author: rjung Date: Wed Jan 7 14:51:42 2015 New Revision: 1650072 URL: http://svn.apache.org/r1650072 Log: Remove busy counter for sub worker. It simply shadows the ajp busy counter. Modified: tomcat/jk/trunk/native/common/jk_lb_worker.c tomcat/jk/trunk/native/common/jk_shm.h Modified:

svn commit: r1650073 - /tomcat/jk/trunk/native/common/jk_lb_worker.c

2015-01-07 Thread rjung
Author: rjung Date: Wed Jan 7 14:52:08 2015 New Revision: 1650073 URL: http://svn.apache.org/r1650073 Log: Reword log message. Modified: tomcat/jk/trunk/native/common/jk_lb_worker.c Modified: tomcat/jk/trunk/native/common/jk_lb_worker.c URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/nat

svn commit: r1650081 - /tomcat/trunk/test/org/apache/catalina/core/TestStandardHostValve.java

2015-01-07 Thread violetagg
Author: violetagg Date: Wed Jan 7 15:18:27 2015 New Revision: 1650081 URL: http://svn.apache.org/r1650081 Log: Test case that reproduces ServletRequestListener.requestDestroyed problem. Mark it with @Ignore in order to keep the build 'green'. Modified: tomcat/trunk/test/org/apache/catalina/

Re: [VOTE] Release Apache Tomcat 8.0.16

2015-01-07 Thread Violeta Georgieva
Hi, 2015-01-07 15:02 GMT+02:00 Mark Thomas : > > On 07/01/2015 07:42, Violeta Georgieva wrote: > > Hi, > > > > 2015-01-05 15:13 GMT+02:00 Mark Thomas > >: > >> > >> The proposed Apache Tomcat 8.0.16 release is now available for voting. > >> > >> The main changes since 8.0

svn commit: r1650095 - in /tomcat/jk/trunk: native/common/jk_status.c xdocs/miscellaneous/changelog.xml

2015-01-07 Thread rjung
Author: rjung Date: Wed Jan 7 16:05:12 2015 New Revision: 1650095 URL: http://svn.apache.org/r1650095 Log: Use multi-line table headers and fix invalid xml output in status worker. Modified: tomcat/jk/trunk/native/common/jk_status.c tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml Modi

svn commit: r1650098 - in /tomcat/jk/trunk: native/common/ xdocs/miscellaneous/ xdocs/reference/

2015-01-07 Thread rjung
Author: rjung Date: Wed Jan 7 16:15:28 2015 New Revision: 1650098 URL: http://svn.apache.org/r1650098 Log: BZ 44571: Implement an optional limit on concurrent requests allowed for a worker (attribute "busy_limit"). Original patch contributed by zealot0630 at gmail dot com. The feature is docume

[Bug 44571] Limits busy per worker to a threshold

2015-01-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44571 --- Comment #4 from Rainer Jung --- I have changed my opinion. This can be configured using the connection_pool_size only for the ISAPI redirector. For the common mod_jk case, "busy" is a global counter, whereas the connection_pool_size is

svn commit: r1650107 - /tomcat/jk/trunk/native/common/jk_ajp_common.c

2015-01-07 Thread rjung
Author: rjung Date: Wed Jan 7 16:30:39 2015 New Revision: 1650107 URL: http://svn.apache.org/r1650107 Log: Fix typo in new log message. Modified: tomcat/jk/trunk/native/common/jk_ajp_common.c Modified: tomcat/jk/trunk/native/common/jk_ajp_common.c URL: http://svn.apache.org/viewvc/tomcat/j

svn commit: r1650114 - in /tomcat/trunk: java/org/apache/coyote/http11/InternalNio2OutputBuffer.java test/org/apache/coyote/http11/TestInternalOutputBuffer.java

2015-01-07 Thread remm
Author: remm Date: Wed Jan 7 16:42:26 2015 New Revision: 1650114 URL: http://svn.apache.org/r1650114 Log: Add flush to send ack in the NIO2 connector, and enable the test which now passes. Modified: tomcat/trunk/java/org/apache/coyote/http11/InternalNio2OutputBuffer.java tomcat/trunk/te

svn commit: r1650115 - in /tomcat/tc8.0.x/trunk: java/org/apache/coyote/http11/InternalNio2OutputBuffer.java webapps/docs/changelog.xml

2015-01-07 Thread remm
Author: remm Date: Wed Jan 7 16:43:20 2015 New Revision: 1650115 URL: http://svn.apache.org/r1650115 Log: Port: Add flush to send ack in the NIO2 connector. Modified: tomcat/tc8.0.x/trunk/java/org/apache/coyote/http11/InternalNio2OutputBuffer.java tomcat/tc8.0.x/trunk/webapps/docs/chang

Unused code in tcnative

2015-01-07 Thread Christopher Schultz
All, There is a function in src/jnilib.c starting on line 119 called tcn_new_stringn that appears to be unused: jstring tcn_new_stringn(JNIEnv *env, const char *str, size_t l) clang brought it to my attention because it's got a logical error in it: size_t len = l; [...] if (l < 0)

svn commit: r1650119 - /tomcat/native/trunk/native/src/multicast.c

2015-01-07 Thread schultz
Author: schultz Date: Wed Jan 7 17:16:17 2015 New Revision: 1650119 URL: http://svn.apache.org/r1650119 Log: Removed superfluous ; characters after close-braces to eliminate compiler warnin gs. Modified: tomcat/native/trunk/native/src/multicast.c Modified: tomcat/native/trunk/native/src/mul

svn commit: r1650120 - in /tomcat/native/branches/1.1.x: ./ native/src/multicast.c

2015-01-07 Thread schultz
Author: schultz Date: Wed Jan 7 17:17:37 2015 New Revision: 1650120 URL: http://svn.apache.org/r1650120 Log: Back-port r1650119 to remove superfluous semicolons after close-braces to eliminate compiler warnings. Modified: tomcat/native/branches/1.1.x/ (props changed) tomcat/native/bra

svn commit: r1650127 - /tomcat/native/trunk/native/src/sslext.c

2015-01-07 Thread schultz
Author: schultz Date: Wed Jan 7 17:46:03 2015 New Revision: 1650127 URL: http://svn.apache.org/r1650127 Log: Predicate use of SSL_set_session_ticket_ext and SSL_get_session_ticket_ext with availability of SSL_F_SSL_SET_SESSION_TICKET_EXT. Modified: tomcat/native/trunk/native/src/sslext.c M

svn commit: r1650129 - /tomcat/native/trunk/native/src/sslext.c

2015-01-07 Thread schultz
Author: schultz Date: Wed Jan 7 17:52:24 2015 New Revision: 1650129 URL: http://svn.apache.org/r1650129 Log: Bytes should be signed char, not unsigned char Modified: tomcat/native/trunk/native/src/sslext.c Modified: tomcat/native/trunk/native/src/sslext.c URL: http://svn.apache.org/viewvc/

tcnative trunk versus 1.1 branch

2015-01-07 Thread Christopher Schultz
All, As far as I can tell, the 1.1 branch has gotten way out of sync with the trunk, here. Rainer has been doing a lot of work on the trunk, lately, with nothing being back-ported. Is anyone interested in an effort to bring these two back into sync with each other? There are whole features (e.g.

[tcnative] Unused function in src/poll.c

2015-01-07 Thread Christopher Schultz
All, There is a function in src/poll.c that is completely unused: 450737 mturk static void remove_all(tcn_pollset_t *p) 450737 mturk { 450737 mturk apr_int32_t i; 450737 mturk for (i = 0; i < p->nelts; i++) { 450737 mturk apr_pollset_remove(p->pollset

[Bug 57425] New: ReplicatedContext implementation throws NullPointerException for attributes with null value

2015-01-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57425 Bug ID: 57425 Summary: ReplicatedContext implementation throws NullPointerException for attributes with null value Product: Tomcat 7 Version: 7.0.25 Hardware: PC

[Bug 57425] ReplicatedContext implementation throws NullPointerException for attributes with null value

2015-01-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57425 Josh Landin changed: What|Removed |Added OS||All --- Comment #1 from Josh Landin

[GUMP@vmgump]: Project tomcat-tc8.0.x-test-apr (in module tomcat-8.0.x) failed

2015-01-07 Thread Bill Barker
it/target/junit-4.13-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-APR -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150107-native-src.tar.gz -Dexampl

[GUMP@vmgump]: Project tomcat-trunk-validate (in module tomcat-trunk) failed

2015-01-07 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk-validate has an issue affecting its community integration. Th

Release of Apache Taglibs

2015-01-07 Thread Jeremy Boynes
I made a couple of minor improvements to Apache Taglibs last year related to XML parsing and to how we load libraries (it now uses the TCCL which means the jars can be shared between webapps as well as be included in a webapp as before). I would like to perform a minor release (1.2.2) to include

svn commit: r1650217 - /tomcat/trunk/test/org/apache/coyote/http11/TestInternalOutputBuffer.java

2015-01-07 Thread markt
Author: markt Date: Thu Jan 8 07:50:57 2015 New Revision: 1650217 URL: http://svn.apache.org/r1650217 Log: Fix Checkstyle/IDE/Gump nags Modified: tomcat/trunk/test/org/apache/coyote/http11/TestInternalOutputBuffer.java Modified: tomcat/trunk/test/org/apache/coyote/http11/TestInternalOutput

Re: Release of Apache Taglibs

2015-01-07 Thread Mark Thomas
On 08/01/2015 06:42, Jeremy Boynes wrote: > I made a couple of minor improvements to Apache Taglibs last year related to > XML parsing and to how we load libraries (it now uses the TCCL which means > the jars can be shared between webapps as well as be included in a webapp as > before). I would