+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
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
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
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
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
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
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
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
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=57363
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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:
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
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
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
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
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
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
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
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
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=57376
Rainer Jung changed:
What|Removed |Added
OS||All
--- Comment #1 from Rainer Jung
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
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/
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
30 matches
Mail list logo