Author: kfujino
Date: Tue Aug 30 07:25:23 2016
New Revision: 1758335
URL: http://svn.apache.org/viewvc?rev=1758335&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60043
Ensure that the suspectTimeout works without removing connection when the
removeAbandoned is disabled.
Modifie
Author: kfujino
Date: Tue Aug 30 07:26:40 2016
New Revision: 1758337
URL: http://svn.apache.org/viewvc?rev=1758337&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60043
Ensure that the suspectTimeout works without removing connection when the
removeAbandoned is disabled.
Modifie
Author: kfujino
Date: Tue Aug 30 07:27:57 2016
New Revision: 1758338
URL: http://svn.apache.org/viewvc?rev=1758338&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60043
Ensure that the suspectTimeout works without removing connection when the
removeAbandoned is disabled.
Modifie
Author: kfujino
Date: Tue Aug 30 07:28:58 2016
New Revision: 1758339
URL: http://svn.apache.org/viewvc?rev=1758339&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60043
Ensure that the suspectTimeout works without removing connection when the
removeAbandoned is disabled.
Modifie
https://bz.apache.org/bugzilla/show_bug.cgi?id=60043
Keiichi Fujino changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bz.apache.org/bugzilla/show_bug.cgi?id=60064
Bug ID: 60064
Summary: error in version.sh
Product: Tomcat 7
Version: 7.0.0
Hardware: PC
OS: Linux
Status: NEW
Severity: major
Priority: P2
https://bz.apache.org/bugzilla/show_bug.cgi?id=60064
Jayani sumudini changed:
What|Removed |Added
CC||msjs.sumud...@gmail.com
--
You are
https://bz.apache.org/bugzilla/show_bug.cgi?id=60064
--- Comment #1 from Jayani sumudini ---
error occur at the java/org/apache/catalina/util/ServerInfo.java
When compile that code 3 errors happened.
Errors are :-
1)package org.apache.tomcat.util does not exist
import org.apache.tomcat.util.Ex
https://bz.apache.org/bugzilla/show_bug.cgi?id=60064
Jayani sumudini changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bz.apache.org/bugzilla/show_bug.cgi?id=60064
--- Comment #2 from Jayani sumudini ---
Created attachment 34185
--> https://bz.apache.org/bugzilla/attachment.cgi?id=34185&action=edit
I change the java/org/apache/catalina/util/ServerInfo.java
change the import java package in java/org/apa
Author: markt
Date: Tue Aug 30 11:48:45 2016
New Revision: 1758369
URL: http://svn.apache.org/viewvc?rev=1758369&view=rev
Log:
Add a feature to the Digester that enables it to pass the encoding of the
source XML document to the object being populated.
Added:
tomcat/trunk/java/org/apache/tomc
Author: violetagg
Date: Tue Aug 30 12:32:20 2016
New Revision: 1758378
URL: http://svn.apache.org/viewvc?rev=1758378&view=rev
Log:
Format the code. No functional changes.
Modified:
tomcat/trunk/java/org/apache/catalina/connector/CoyoteOutputStream.java
Modified:
tomcat/trunk/java/org/apache
Hi,
2016-08-24 16:44 GMT+03:00 Violeta Georgieva :
>
> Hi,
>
> Currently it is not possible to use
ServletInputStream.read/ServletOutputStream.write methods with ByteBuffer.
To enable such scenarios in Tomcat I would like to extend the Tomcat’s
internal implementation (CoyoteInputStream/CoyoteOutp
Author: violetagg
Date: Tue Aug 30 12:56:53 2016
New Revision: 1758383
URL: http://svn.apache.org/viewvc?rev=1758383&view=rev
Log:
Format the code. No functional changes.
Modified:
tomcat/trunk/java/org/apache/catalina/connector/OutputBuffer.java
tomcat/trunk/java/org/apache/tomcat/util/b
Author: markt
Date: Tue Aug 30 13:10:48 2016
New Revision: 1758384
URL: http://svn.apache.org/viewvc?rev=1758384&view=rev
Log:
Use a default method to simplify implementations
Modified:
tomcat/trunk/java/org/apache/catalina/Context.java
tomcat/trunk/java/org/apache/catalina/core/StandardC
https://bz.apache.org/bugzilla/show_bug.cgi?id=60067
Bug ID: 60067
Summary: Tomcat building bug with ant
Product: Tomcat 8
Version: 8.0.3
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Prior
https://bz.apache.org/bugzilla/show_bug.cgi?id=60068
Mark Thomas changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|NEW
https://bz.apache.org/bugzilla/show_bug.cgi?id=60067
--- Comment #1 from Mark Thomas ---
*** Bug 60068 has been marked as a duplicate of this bug. ***
--
You are receiving this mail because:
You are the assignee for the bug.
-
https://bz.apache.org/bugzilla/show_bug.cgi?id=60068
--- Comment #2 from Mark Thomas ---
The users list is the place to seek help with your network issues.
--
You are receiving this mail because:
You are the assignee for the bug.
https://bz.apache.org/bugzilla/show_bug.cgi?id=60068
Bug ID: 60068
Summary: Tomcat 8 building bug with ant
Product: Tomcat 8
Version: 8.0.3
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Pri
https://bz.apache.org/bugzilla/show_bug.cgi?id=60067
Mark Thomas changed:
What|Removed |Added
Resolution|--- |INVALID
Status|NEW
It's traditional. We wait for the last minute to get our talk proposals
in for conferences.
Well, the last minute has arrived. The CFP for ApacheCon Seville closes
on September 9th, which is less than 2 weeks away. It's time to get your
talks in, so that we can make this the best ApacheCon yet.
I
Author: violetagg
Date: Tue Aug 30 16:29:55 2016
New Revision: 1758421
URL: http://svn.apache.org/viewvc?rev=1758421&view=rev
Log:
o.a.catalina.connector.OutputBuffer is now using ByteBuffer/CharBuffer instead
of ByteChunk/CharChunk.
Modified:
tomcat/trunk/java/org/apache/catalina/connector/
Modified: tomcat/trunk/test/org/apache/catalina/core/TestAsyncContextImpl.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/catalina/core/TestAsyncContextImpl.java?rev=1758423&r1=1758422&r2=1758423&view=diff
Modified:
tomcat/trunk/test/org/apache/tomcat/websocket/TestWebSocketFrameClient.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/tomcat/websocket/TestWebSocketFrameClient.java?rev=1758423&r1=1758422&r2=1758423&view=diff
=
Author: markt
Date: Tue Aug 30 16:41:12 2016
New Revision: 1758423
URL: http://svn.apache.org/viewvc?rev=1758423&view=rev
Log: (empty)
Modified:
tomcat/trunk/java/org/apache/catalina/Context.java
tomcat/trunk/java/org/apache/catalina/core/ApplicationFilterRegistration.java
tomcat/tr
Author: markt
Date: Tue Aug 30 16:43:33 2016
New Revision: 1758425
URL: http://svn.apache.org/viewvc?rev=1758425&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60013
Fix encoding issues when using the RewriteValve with UTF-8 query strings or
UTF-8 redirect URLs.
Modified:
t
https://bz.apache.org/bugzilla/show_bug.cgi?id=60013
--- Comment #13 from Mark Thomas ---
Progress is being made.
The test cases uncovered some inconsistencies in handling of encoded
urlPatterns obtained from web.xml. These have been fixed in trunk (r1758423).
I have added the test cases (some
Author: markt
Date: Tue Aug 30 16:49:23 2016
New Revision: 1758426
URL: http://svn.apache.org/viewvc?rev=1758426&view=rev
Log:
Update change log (file wasn't saved for previous commit)
Modified:
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
h
Author: markt
Date: Tue Aug 30 16:52:04 2016
New Revision: 1758427
URL: http://svn.apache.org/viewvc?rev=1758427&view=rev
Log:
Add another test case for bug 60013
Modified:
tomcat/trunk/test/org/apache/catalina/valves/rewrite/TestRewriteValve.java
Modified:
tomcat/trunk/test/org/apache/cata
Author: markt
Date: Tue Aug 30 16:54:23 2016
New Revision: 1758428
URL: http://svn.apache.org/viewvc?rev=1758428&view=rev
Log:
Remove deprecated code
Modified:
tomcat/trunk/java/org/apache/catalina/Context.java
Modified: tomcat/trunk/java/org/apache/catalina/Context.java
URL:
http://svn.apa
Author: markt
Date: Tue Aug 30 16:59:06 2016
New Revision: 1758430
URL: http://svn.apache.org/viewvc?rev=1758430&view=rev
Log:
Reduce code duplication
Added:
tomcat/trunk/java/org/apache/tomcat/util/descriptor/web/XmlEncodingBase.java
(with props)
Modified:
tomcat/trunk/java/org/apach
Am 30.08.2016 um 18:41 schrieb ma...@apache.org:
Author: markt
Date: Tue Aug 30 16:41:12 2016
New Revision: 1758423
URL: http://svn.apache.org/viewvc?rev=1758423&view=rev
Log: (empty)
Intentionally empty log message?
Rainer
---
On 30/08/2016 19:14, Rainer Jung wrote:
> Am 30.08.2016 um 18:41 schrieb ma...@apache.org:
>> Author: markt
>> Date: Tue Aug 30 16:41:12 2016
>> New Revision: 1758423
>>
>> URL: http://svn.apache.org/viewvc?rev=1758423&view=rev
>> Log: (empty)
>
> Intentionally empty log message?
No. I'll fix thi
Author: markt
Revision: 1758423
Modified property: svn:log
Modified: svn:log at Tue Aug 30 18:40:35 2016
--
--- svn:log (original)
+++ svn:log Tue Aug 30 18:40:35 2016
@@ -0,0 +1 @@
+Consistently decode URL patterns provid
https://bz.apache.org/bugzilla/show_bug.cgi?id=60064
Christopher Schultz changed:
What|Removed |Added
Resolution|FIXED |INVALID
--- Comment #3 from Chri
Author: violetagg
Date: Tue Aug 30 19:07:20 2016
New Revision: 1758443
URL: http://svn.apache.org/viewvc?rev=1758443&view=rev
Log:
Websocket write implementation now uses SocketWrapperBase.write(boolean,
ByteBuffer)
Modified:
tomcat/trunk/java/org/apache/tomcat/websocket/server/WsRemoteEndp
Author: markt
Date: Tue Aug 30 19:36:55 2016
New Revision: 1758448
URL: http://svn.apache.org/viewvc?rev=1758448&view=rev
Log:
Fix IDE nag
Modified:
tomcat/trunk/java/org/apache/tomcat/util/buf/C2BConverter.java
Modified: tomcat/trunk/java/org/apache/tomcat/util/buf/C2BConverter.java
URL:
h
Author: markt
Date: Tue Aug 30 19:40:04 2016
New Revision: 1758449
URL: http://svn.apache.org/viewvc?rev=1758449&view=rev
Log:
Add a feature to the Digester that enables it to pass the encoding of the
source XML document to the object being populated.
Added:
tomcat/tc8.5.x/trunk/java/org/ap
Author: markt
Date: Tue Aug 30 19:40:31 2016
New Revision: 1758450
URL: http://svn.apache.org/viewvc?rev=1758450&view=rev
Log:
Add a feature to the Digester that enables it to pass the encoding of the
source XML document to the object being populated.
Added:
tomcat/tc8.0.x/trunk/java/org/ap
Modified:
tomcat/tc8.5.x/trunk/test/org/apache/tomcat/websocket/TestConnectionLimit.java
URL:
http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/test/org/apache/tomcat/websocket/TestConnectionLimit.java?rev=1758452&r1=1758451&r2=1758452&view=diff
===
Author: markt
Date: Tue Aug 30 19:52:28 2016
New Revision: 1758452
URL: http://svn.apache.org/viewvc?rev=1758452&view=rev
Log:
Consistently decode URL patterns provided via web.xml using the encoding of the
web.xml file where specifified or UTF-8 where no explicit encoding is
specified.
Added:
Modified:
tomcat/tc8.5.x/trunk/test/org/apache/catalina/core/TestAsyncContextImpl.java
URL:
http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/test/org/apache/catalina/core/TestAsyncContextImpl.java?rev=1758452&r1=1758451&r2=1758452&view=diff
===
Author: markt
Date: Tue Aug 30 19:53:51 2016
New Revision: 1758453
URL: http://svn.apache.org/viewvc?rev=1758453&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60013
Fix encoding issues when using the RewriteValve with UTF-8 query strings or
UTF-8 redirect URLs.
Modified:
t
Modified:
tomcat/tc8.0.x/trunk/test/org/apache/tomcat/websocket/TestWebSocketFrameClient.java
URL:
http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/test/org/apache/tomcat/websocket/TestWebSocketFrameClient.java?rev=1758456&r1=1758455&r2=1758456&view=diff
=
Author: markt
Date: Tue Aug 30 20:08:50 2016
New Revision: 1758456
URL: http://svn.apache.org/viewvc?rev=1758456&view=rev
Log:
Consistently decode URL patterns provided via web.xml using the encoding of the
web.xml file where specified or UTF-8 where no explicit encoding is specified.
Added:
Modified:
tomcat/tc8.0.x/trunk/test/org/apache/catalina/core/TestApplicationContextGetRequestDispatcher.java
URL:
http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/test/org/apache/catalina/core/TestApplicationContextGetRequestDispatcher.java?rev=1758456&r1=1758455&r2=1758456&view=diff
===
Author: markt
Date: Tue Aug 30 20:09:50 2016
New Revision: 1758457
URL: http://svn.apache.org/viewvc?rev=1758457&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60013
Fix encoding issues when using the RewriteValve with UTF-8 query strings or
UTF-8 redirect URLs.
Modified:
t
Author: markt
Date: Tue Aug 30 20:11:51 2016
New Revision: 1758459
URL: http://svn.apache.org/viewvc?rev=1758459&view=rev
Log:
Fix typo
Modified:
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/
https://bz.apache.org/bugzilla/show_bug.cgi?id=60013
Mark Thomas changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
Author: markt
Date: Tue Aug 30 20:12:25 2016
New Revision: 1758460
URL: http://svn.apache.org/viewvc?rev=1758460&view=rev
Log:
Fix typo
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml
Propchange: tomcat/tc8.5.x/trunk/
https://bz.apache.org/bugzilla/show_bug.cgi?id=55770
--- Comment #3 from Mark Thomas ---
The solution is to replace the SSLContext. That should be fairly simple for
JSSE. It is a little more 'interesting' for OpenSSL since you need to destroy
the SSLContext and you can't do that while it is in us
Author: markt
Date: Tue Aug 30 22:21:38 2016
New Revision: 1758483
URL: http://svn.apache.org/viewvc?rev=1758483&view=rev
Log:
Log a warning at start up if a JSSE TLS connector is configured with a trusted
certificate that is either not yet valid or has expired.
Modified:
tomcat/trunk/java/o
Author: markt
Date: Tue Aug 30 22:26:11 2016
New Revision: 1758484
URL: http://svn.apache.org/viewvc?rev=1758484&view=rev
Log:
Refactor the JSSE client certificate validation so that the effectiveness of
the certificateVerificationDepth configuration attribute does not depend on the
presence of
Author: markt
Date: Tue Aug 30 22:28:01 2016
New Revision: 1758485
URL: http://svn.apache.org/viewvc?rev=1758485&view=rev
Log:
Log a warning at start up if a JSSE TLS connector is configured with a trusted
certificate that is either not yet valid or has expired.
Modified:
tomcat/tc8.5.x/trun
Author: markt
Date: Tue Aug 30 22:35:33 2016
New Revision: 1758486
URL: http://svn.apache.org/viewvc?rev=1758486&view=rev
Log:
Clean-up. Use longer lines.
Modified:
tomcat/trunk/java/org/apache/jasper/servlet/JspServlet.java
Modified: tomcat/trunk/java/org/apache/jasper/servlet/JspServlet.ja
Author: markt
Date: Tue Aug 30 22:35:38 2016
New Revision: 1758487
URL: http://svn.apache.org/viewvc?rev=1758487&view=rev
Log:
Ignore some JSP options when running under a SecurityManager
Modified:
tomcat/trunk/conf/web.xml
tomcat/trunk/java/org/apache/jasper/EmbeddedServletOptions.java
Author: markt
Date: Tue Aug 30 22:37:30 2016
New Revision: 1758488
URL: http://svn.apache.org/viewvc?rev=1758488&view=rev
Log:
Clean-up. Use longer lines.
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
tomcat/tc8.5.x/trunk/java/org/apache/jasper/servlet/JspServlet.java
Propchange: tom
Author: markt
Date: Tue Aug 30 22:37:51 2016
New Revision: 1758489
URL: http://svn.apache.org/viewvc?rev=1758489&view=rev
Log:
Clean-up. Use longer lines.
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/java/org/apache/jasper/servlet/JspServlet.java
Propchange: tom
Author: markt
Date: Tue Aug 30 22:39:13 2016
New Revision: 1758490
URL: http://svn.apache.org/viewvc?rev=1758490&view=rev
Log:
Clean-up. Use longer lines.
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/jasper/servlet/JspServlet.java
Propchange: tom
Author: markt
Date: Tue Aug 30 22:42:34 2016
New Revision: 1758492
URL: http://svn.apache.org/viewvc?rev=1758492&view=rev
Log:
Clean-up. Use longer lines.
Fix a handful of IDE warnings.
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/jasper/servlet/JspServlet.java
Modified: tomcat/tc6.0.x/tru
Author: markt
Date: Tue Aug 30 22:43:25 2016
New Revision: 1758493
URL: http://svn.apache.org/viewvc?rev=1758493&view=rev
Log:
Ignore some JSP options when running under a SecurityManager
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
tomcat/tc8.5.x/trunk/conf/web.xml
tomcat/tc8.5.
Author: markt
Date: Tue Aug 30 22:43:56 2016
New Revision: 1758494
URL: http://svn.apache.org/viewvc?rev=1758494&view=rev
Log:
Ignore some JSP options when running under a SecurityManager
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/conf/web.xml
tomcat/tc8.0.
Author: markt
Date: Tue Aug 30 22:45:07 2016
New Revision: 1758495
URL: http://svn.apache.org/viewvc?rev=1758495&view=rev
Log:
Ignore some JSP options when running under a SecurityManager
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/conf/web.xml
tomcat/tc7.0.
Author: markt
Date: Tue Aug 30 22:48:16 2016
New Revision: 1758496
URL: http://svn.apache.org/viewvc?rev=1758496&view=rev
Log:
Ignore some JSP options when running under a SecurityManager
Modified:
tomcat/tc6.0.x/trunk/ (props changed)
tomcat/tc6.0.x/trunk/conf/web.xml
tomcat/tc6.0.
The Buildbot has detected a new failure on builder tomcat-trunk while building
. Full details are available at:
https://ci.apache.org/builders/tomcat-trunk/builds/1645
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler schedu
Author: markt
Date: Tue Aug 30 22:55:29 2016
New Revision: 1758499
URL: http://svn.apache.org/viewvc?rev=1758499&view=rev
Log:
Make timing attacks against the Realm implementations harder. (schultz)
Modified:
tomcat/trunk/java/org/apache/catalina/realm/DataSourceRealm.java
tomcat/trunk/j
Author: markt
Date: Tue Aug 30 22:56:03 2016
New Revision: 1758500
URL: http://svn.apache.org/viewvc?rev=1758500&view=rev
Log:
Make timing attacks against the Realm implementations harder. (schultz)
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
tomcat/tc8.5.x/trunk/java/org/apache/ca
Author: markt
Date: Tue Aug 30 22:56:26 2016
New Revision: 1758501
URL: http://svn.apache.org/viewvc?rev=1758501&view=rev
Log:
Make timing attacks against the Realm implementations harder. (schultz)
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/java/org/apache/ca
Author: markt
Date: Tue Aug 30 23:00:35 2016
New Revision: 1758502
URL: http://svn.apache.org/viewvc?rev=1758502&view=rev
Log:
Make timing attacks against the Realm implementations harder. (schultz)
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/cat
The Buildbot has detected a new failure on builder tomcat-8-trunk while
building . Full details are available at:
https://ci.apache.org/builders/tomcat-8-trunk/builds/745
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler sch
Author: markt
Date: Tue Aug 30 23:33:05 2016
New Revision: 1758506
URL: http://svn.apache.org/viewvc?rev=1758506&view=rev
Log:
Make timing attacks against the Realm implementations harder. (schultz/markt)
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/catalina/realm/MemoryRealm.java
tomca
Author: markt
Date: Tue Aug 30 23:36:32 2016
New Revision: 1758507
URL: http://svn.apache.org/viewvc?rev=1758507&view=rev
Log:
Fix broken test
Modified:
tomcat/tc8.0.x/trunk/test/org/apache/catalina/realm/TestMemoryRealm.java
Modified:
tomcat/tc8.0.x/trunk/test/org/apache/catalina/realm/Tes
https://bz.apache.org/bugzilla/show_bug.cgi?id=55770
--- Comment #4 from Christopher Schultz ---
SSLServerSocketFactory doesn't have any methods that allow us to replace the
SSLContext, and neither does JSSESocketFactory. I think we have to re-bind to
the port in order to actually change anything
https://bz.apache.org/bugzilla/show_bug.cgi?id=59654
--- Comment #4 from Evan Greensmith ---
I think this should just be a warning in older releases of Tomcat. Our
application does place taglibs here. The application was built against servlet
spec 2.5 (as declared in the web.xml) and the accompan
https://bz.apache.org/bugzilla/show_bug.cgi?id=59654
--- Comment #5 from Evan Greensmith ---
(In reply to Mark Thomas from comment #3)
> Patch applied to 7.0.x for 7.0.70 onwards and 6.0p.x for 6.0.46 onwards.
I think applying this to 6.0.x is a bug. The "which version?" page
http://tomcat.apach
https://bz.apache.org/bugzilla/show_bug.cgi?id=59654
Evan Greensmith changed:
What|Removed |Added
CC||evan.greensm...@exari.com
--
You ar
77 matches
Mail list logo