Bug report for Tomcat Modules [2014/12/21]

2014-12-20 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Native [2014/12/21]

2014-12-20 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Connectors [2014/12/21]

2014-12-20 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Taglibs [2014/12/21]

2014-12-20 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 7 [2014/12/21]

2014-12-20 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 6 [2014/12/21]

2014-12-20 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 8 [2014/12/21]

2014-12-20 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

[Bug 57380] Misleading NameNotFoundException from DataSourceRealm

2014-12-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57380 --- Comment #2 from mitya --- (In reply to Konstantin Kolinko from comment #1) Konstantin, thank you for your tip, with localDataSource="true" I can see relevant stacktrace in the log. Still I can't get why does it work without localDataSo

[Bug 57380] Misleading NameNotFoundException from DataSourceRealm

2014-12-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57380 --- Comment #1 from Konstantin Kolinko --- Your assumptions are wrong. You are missing localDataSource="true" on your Realm. As such it looks for Resource defined in the Global JNDI Context (configured in server.xml). Thus you have a NameN

[Bug 57380] New: Misleading NameNotFoundException from DataSourceRealm

2014-12-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57380 Bug ID: 57380 Summary: Misleading NameNotFoundException from DataSourceRealm Product: Tomcat 8 Version: trunk Hardware: PC OS: Linux Status: NEW Sev

[GUMP@vmgump]: Project tomcat-native-make (in module tomcat-native) failed

2014-12-20 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-native-make has an issue affecting its community integration. This

svn commit: r1647051 - in /tomcat/trunk/java/org/apache: catalina/connector/ catalina/manager/ catalina/manager/host/ catalina/servlets/ catalina/users/ catalina/util/ catalina/valves/ tomcat/util/htt

2014-12-20 Thread markt
Author: markt Date: Sat Dec 20 20:32:39 2014 New Revision: 1647051 URL: http://svn.apache.org/r1647051 Log: Remove duplicate utility method. Modified: tomcat/trunk/java/org/apache/catalina/connector/Response.java tomcat/trunk/java/org/apache/catalina/manager/HTMLManagerServlet.java to

svn commit: r1647047 - in /tomcat/jk/trunk: conf/httpd-jk.conf xdocs/reference/apache.xml xdocs/reference/iis.xml xdocs/webserver_howto/apache.xml

2014-12-20 Thread rjung
Author: rjung Date: Sat Dec 20 20:04:28 2014 New Revision: 1647047 URL: http://svn.apache.org/r1647047 Log: Document new option for configuring handling of multiple adjacent slashes in request URLs. Modified: tomcat/jk/trunk/conf/httpd-jk.conf tomcat/jk/trunk/xdocs/reference/apache.xml

[Bug 57377] Incorrect use of standard SSL properties for JMX in JMXRemoteLifecycleListener

2014-12-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57377 --- Comment #1 from Mark Thomas --- (In reply to Ravi Sanwal from comment #0) > Would it be possible to have separate RMIServerSocketFactory for JMX/RMI and > RMI registry, one dictated by com.sun.management.jmxremote.ssl (which > results i

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

2014-12-20 Thread rjung
Author: rjung Date: Sat Dec 20 19:47:07 2014 New Revision: 1647045 URL: http://svn.apache.org/r1647045 Log: Make mod_jk bahavior for Apache 1.3 consistent with Apache 2.x w.r.t. handling of multiple adjacent slashes. Previously Apache 1.3 always collapsed them before checking for mounts orf unmou

[Bug 57363] Cannot check or debug reading of configuration file -Djava.util.logging.config.file=logging.props

2014-12-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57363 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1647044 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/juli/ClassLoaderLogManager.java webapps/docs/changelog.xml

2014-12-20 Thread markt
Author: markt Date: Sat Dec 20 19:43:29 2014 New Revision: 1647044 URL: http://svn.apache.org/r1647044 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57363 Log to stderr if LogManager is unable to read configuration files rather than swallowing the exception silently. Modified:

svn commit: r1647043 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/juli/ClassLoaderLogManager.java webapps/docs/changelog.xml

2014-12-20 Thread markt
Author: markt Date: Sat Dec 20 19:42:47 2014 New Revision: 1647043 URL: http://svn.apache.org/r1647043 Log: Log to stderr if LogManager is unable to read configuration files rather than swallowing the exception silently. Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/tr

svn commit: r1647042 - /tomcat/trunk/java/org/apache/juli/ClassLoaderLogManager.java

2014-12-20 Thread markt
Author: markt Date: Sat Dec 20 19:41:16 2014 New Revision: 1647042 URL: http://svn.apache.org/r1647042 Log: Log to stderr if LogManager is unable to read configuration files rather than swallowing the exception silently. Modified: tomcat/trunk/java/org/apache/juli/ClassLoaderLogManager.java

svn commit: r1647040 - in /tomcat/jk/trunk/native: apache-1.3/Makefile.in apache-2.0/Makefile.in common/Makefile.in configure.ac

2014-12-20 Thread rjung
Author: rjung Date: Sat Dec 20 19:32:28 2014 New Revision: 1647040 URL: http://svn.apache.org/r1647040 Log: Make building module for Apache 1.3 and 2.x more consistent. Fix SHELL use in Makefiles for platforms with basic /bin/sh (like Soalris). More out of tree build fixes. Modified: tomcat

svn commit: r1647030 - in /tomcat/tc8.0.x/trunk: ./ test/org/apache/catalina/startup/TomcatBaseTest.java

2014-12-20 Thread markt
Author: markt Date: Sat Dec 20 18:02:16 2014 New Revision: 1647030 URL: http://svn.apache.org/r1647030 Log: Fix Rewrite unit tests (and any others that use SnoopResult) on Windows. Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/test/org/apache/catalina/startup/Tomc

svn commit: r1647029 - in /tomcat/tc8.0.x/trunk: ./ test/org/apache/catalina/startup/TomcatBaseTest.java test/org/apache/coyote/ajp/TestAbstractAjpProcessor.java

2014-12-20 Thread markt
Author: markt Date: Sat Dec 20 18:00:55 2014 New Revision: 1647029 URL: http://svn.apache.org/r1647029 Log: Fix IDE warnings Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/test/org/apache/catalina/startup/TomcatBaseTest.java tomcat/tc8.0.x/trunk/test/org/apach

svn commit: r1647026 - /tomcat/trunk/test/org/apache/catalina/startup/TomcatBaseTest.java

2014-12-20 Thread markt
Author: markt Date: Sat Dec 20 17:57:39 2014 New Revision: 1647026 URL: http://svn.apache.org/r1647026 Log: Fix Rewrite unit tests (and any others that use SnoopResult) on Windows. Modified: tomcat/trunk/test/org/apache/catalina/startup/TomcatBaseTest.java Modified: tomcat/trunk/test/org/apa

svn commit: r1647017 - in /tomcat/jk/trunk: native/apache-1.3/ native/apache-2.0/ native/common/ native/iis/ xdocs/miscellaneous/

2014-12-20 Thread rjung
Author: rjung Date: Sat Dec 20 16:47:18 2014 New Revision: 1647017 URL: http://svn.apache.org/r1647017 Log: Add option to control handling of multiple adjacent slashes in mount and unmount. New default is collapsing the slashes only in unmount. Before this change, adjacent slashes were never coll

svn commit: r1647015 - in /tomcat/jk/trunk/native: apache-1.3/Makefile.apxs.in apache-1.3/Makefile.in apache-2.0/Makefile.apxs.in apache-2.0/Makefile.in

2014-12-20 Thread rjung
Author: rjung Date: Sat Dec 20 16:43:31 2014 New Revision: 1647015 URL: http://svn.apache.org/r1647015 Log: More fixes to out of tree build. Modified: tomcat/jk/trunk/native/apache-1.3/Makefile.apxs.in tomcat/jk/trunk/native/apache-1.3/Makefile.in tomcat/jk/trunk/native/apache-2.0/Mak

[Bug 57376] host specified in worker is misunderstood

2014-12-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57376 --- Comment #2 from Alvaro C --- (In reply to Rainer Jung from comment #1) > Are you able to reproduce with 1.2.40 and JklogLevel debug? > Will do it ASAP Rainer Regards -- You are receiving this mail because: You are the assignee for t

[Bug 57376] host specified in worker is misunderstood

2014-12-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57376 Rainer Jung changed: What|Removed |Added OS||All --- Comment #1 from Rainer Jung

svn commit: r1646959 - /tomcat/jk/trunk/native/common/jk_uri_worker_map.c

2014-12-20 Thread rjung
Author: rjung Date: Sat Dec 20 12:06:02 2014 New Revision: 1646959 URL: http://svn.apache.org/r1646959 Log: Fix typo in comment. Modified: tomcat/jk/trunk/native/common/jk_uri_worker_map.c Modified: tomcat/jk/trunk/native/common/jk_uri_worker_map.c URL: http://svn.apache.org/viewvc/tomcat/j

svn commit: r1646958 - in /tomcat/jk/trunk/native: apache-1.3/mod_jk.c apache-2.0/mod_jk.c

2014-12-20 Thread rjung
Author: rjung Date: Sat Dec 20 11:54:23 2014 New Revision: 1646958 URL: http://svn.apache.org/r1646958 Log: Copy instead of reference another log note. Value was taken from service struct which doesn't live until logging phase. Modified: tomcat/jk/trunk/native/apache-1.3/mod_jk.c tomcat/

svn commit: r1646956 - in /tomcat/jk/trunk: native/apache-1.3/mod_jk.c native/apache-2.0/mod_jk.c xdocs/miscellaneous/changelog.xml

2014-12-20 Thread rjung
Author: rjung Date: Sat Dec 20 11:37:54 2014 New Revision: 1646956 URL: http://svn.apache.org/r1646956 Log: Apache: Copy log notes instead of using references to prevent access to memory from closed pool. Modified: tomcat/jk/trunk/native/apache-1.3/mod_jk.c tomcat/jk/trunk/native/apache-2