https://bz.apache.org/bugzilla/show_bug.cgi?id=55675
Lahiru Wijewardana changed:
What|Removed |Added
CC||lahi.jo...@gmail.com
--
You are
Author: kfujino
Date: Wed Aug 3 08:38:58 2016
New Revision: 1755043
URL: http://svn.apache.org/viewvc?rev=1755043&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59923
Reduce the default value of validationInterval in order to avoid the potential
issue that continues to return a
Author: kfujino
Date: Wed Aug 3 08:40:26 2016
New Revision: 1755044
URL: http://svn.apache.org/viewvc?rev=1755044&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59923
Reduce the default value of validationInterval in order to avoid the potential
issue that continues to return a
Author: kfujino
Date: Wed Aug 3 08:41:17 2016
New Revision: 1755045
URL: http://svn.apache.org/viewvc?rev=1755045&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59923
Reduce the default value of validationInterval in order to avoid the potential
issue that continues to return a
Author: kfujino
Date: Wed Aug 3 08:45:25 2016
New Revision: 1755047
URL: http://svn.apache.org/viewvc?rev=1755047&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59923
Reduce the default value of validationInterval in order to avoid the potential
issue that continues to return a
https://bz.apache.org/bugzilla/show_bug.cgi?id=59904
Huxing Zhang changed:
What|Removed |Added
CC||huxing.zh...@gmail.com
Versi
The Buildbot has detected a restored build on builder tomcat-trunk while
building . Full details are available at:
https://ci.apache.org/builders/tomcat-trunk/builds/1537
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler sch
https://bz.apache.org/bugzilla/show_bug.cgi?id=59923
Keiichi Fujino changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bz.apache.org/bugzilla/show_bug.cgi?id=59904
Huxing Zhang changed:
What|Removed |Added
Target Milestone||-
Version|8.5.x-trunk
Author: kfujino
Date: Wed Aug 3 09:36:34 2016
New Revision: 1755056
URL: http://svn.apache.org/viewvc?rev=1755056&view=rev
Log:
Ensure that the ResultSet is returned as Proxy object when enabling the
StatementDecoratorInterceptor.
Modified:
tomcat/trunk/modules/jdbc-pool/src/main/java/org/
Author: kfujino
Date: Wed Aug 3 09:38:33 2016
New Revision: 1755058
URL: http://svn.apache.org/viewvc?rev=1755058&view=rev
Log:
Ensure that the ResultSet is returned as Proxy object when enabling the
StatementDecoratorInterceptor.
Modified:
tomcat/tc8.5.x/trunk/modules/jdbc-pool/src/main/j
Author: kfujino
Date: Wed Aug 3 09:40:13 2016
New Revision: 1755059
URL: http://svn.apache.org/viewvc?rev=1755059&view=rev
Log:
Ensure that the ResultSet is returned as Proxy object when enabling the
StatementDecoratorInterceptor.
Modified:
tomcat/tc8.0.x/trunk/modules/jdbc-pool/src/main/j
Author: kfujino
Date: Wed Aug 3 09:42:16 2016
New Revision: 1755060
URL: http://svn.apache.org/viewvc?rev=1755060&view=rev
Log:
Ensure that the ResultSet is returned as Proxy object when enabling the
StatementDecoratorInterceptor.
Modified:
tomcat/tc7.0.x/trunk/modules/jdbc-pool/src/main/j
https://bz.apache.org/bugzilla/show_bug.cgi?id=59871
--- Comment #6 from Michael Osipov <1983-01...@gmx.net> ---
(In reply to Mark Thomas from comment #5)
> This is now configurable in 9.0.x (for 9.0.0.M10 onwards) and 8.5.x (for
> 8.5.5) onwards.
Thank for the fix. Though, there is absolutely no
https://bz.apache.org/bugzilla/show_bug.cgi?id=58433
--- Comment #5 from Mike Roda ---
Perhaps there should be a new Valve to handle the root redirects, with the new
Valve coming after RemoteIpValve so it redirects properly, and the existing
functionality pulled out of CoyoteAdapter and Mapper.
https://bz.apache.org/bugzilla/show_bug.cgi?id=59939
Bug ID: 59939
Summary: NoSuchMethodException:
java.util.HashMap.get(java.lang.String)
Product: Tomcat 7
Version: 7.0.53
Hardware: PC
OS: Linux
https://bz.apache.org/bugzilla/show_bug.cgi?id=59939
--- Comment #1 from Hao ---
A logic should be added so that when there is no method overload, just return
the only method that matches the name, so that it is compatible with the
version 7.0.52. Current behavior broke our code in multiple place
https://bz.apache.org/bugzilla/show_bug.cgi?id=59939
Hao changed:
What|Removed |Added
CC||housev...@gmail.com
--
You are receiving this m
https://bz.apache.org/bugzilla/show_bug.cgi?id=59911
--- Comment #4 from jm009 ---
> There's probably some issue with your PEM key
If there was a problem with the PEM key, I would expect Tomcat to throw an
exception and stop. It would be a security problem, if Tomcat would use another
key than t
https://bz.apache.org/bugzilla/show_bug.cgi?id=59911
--- Comment #5 from Remy Maucherat ---
> > Please don't file duplicates on purpose
>
> #59910 is not a duplicate of what I have described.
The duplicate thing was a mistake, please ignore it.
> I just thought, that
> maybe #59910 could be a
https://bz.apache.org/bugzilla/show_bug.cgi?id=59940
Bug ID: 59940
Summary: Connector attribute certificateVerification in the new
SSLHostConfig section is not requiring a client
certificate
Product: Tomcat 8
Vers
Author: markt
Date: Thu Aug 4 01:01:53 2016
New Revision: 1755132
URL: http://svn.apache.org/viewvc?rev=1755132&view=rev
Log:
Trivial clean-up
Modified:
tomcat/trunk/java/org/apache/catalina/authenticator/AuthenticatorBase.java
Modified:
tomcat/trunk/java/org/apache/catalina/authenticator/
Am 3. August 2016 11:36:34 MESZ, schrieb kfuj...@apache.org:
>Author: kfujino
>Date: Wed Aug 3 09:36:34 2016
>New Revision: 1755056
>
>URL: http://svn.apache.org/viewvc?rev=1755056&view=rev
>Log:
>Ensure that the ResultSet is returned as Proxy object when enabling the
>StatementDecoratorIntercep
23 matches
Mail list logo