On 18/12/2014 07:31, Konstantin Kolinko wrote:
> 2014-12-18 1:48 GMT+03:00 :
>> Author: markt
>> Date: Wed Dec 17 22:48:48 2014
>> New Revision: 1646359
>>
>> URL: http://svn.apache.org/r1646359
>> Log:
>> Remove code highlighted as unused by UCDetector
>>
>> Modified:
>> tomcat/trunk/java/org
Author: violetagg
Date: Thu Dec 18 09:51:32 2014
New Revision: 1646420
URL: http://svn.apache.org/r1646420
Log:
Provide the correct array size when invoking toArray()
Modified:
tomcat/trunk/java/org/apache/catalina/webresources/StandardRoot.java
Modified: tomcat/trunk/java/org/apache/catalin
Author: violetagg
Date: Thu Dec 18 09:56:21 2014
New Revision: 1646423
URL: http://svn.apache.org/r1646423
Log:
Merged revision 1646420 from tomcat/trunk:
Provide the correct array size when invoking toArray()
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/java/org
https://issues.apache.org/bugzilla/show_bug.cgi?id=56021
--- Comment #3 from Asanka ---
1. Make sure you have the correct keyAlias, following openssl command should
show alias as the common name (CN) - openssl pkcs12 -info -in filename.pfx
2. Certificate needs to be installed to the LocalMachine\
Author: markt
Date: Thu Dec 18 12:54:17 2014
New Revision: 1646445
URL: http://svn.apache.org/r1646445
Log:
Remove unused method
Modified:
tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/net/SSLSupport.java
tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/net/jsse/JSSESupport.java
Modif
Author: markt
Date: Thu Dec 18 12:56:16 2014
New Revision: 1646446
URL: http://svn.apache.org/r1646446
Log:
Servlet API requires java.security.cert.X509Certificate[] so be explicit about
this in the support class.
Modified:
tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/net/SSLSupport.java
Author: markt
Date: Thu Dec 18 13:00:04 2014
New Revision: 1646448
URL: http://svn.apache.org/r1646448
Log:
Remove unused method
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/SSLSupport.java
tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSESupport.java
Modified: tomcat/trun
Author: markt
Date: Thu Dec 18 13:01:41 2014
New Revision: 1646449
URL: http://svn.apache.org/r1646449
Log:
Servlet API requires java.security.cert.X509Certificate[] so be explicit about
this in the support class.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/SSLSupport.java
tom
https://issues.apache.org/bugzilla/show_bug.cgi?id=57340
--- Comment #6 from Nikita Zyulyaev ---
(In reply to Mark Thomas from comment #5)
> I have committed a fix for this to trunk (Tomcat 9.0.x). Are you able to
> check out trunk from svn, build it and comfirm whether or not this fixes the
> is
https://issues.apache.org/bugzilla/show_bug.cgi?id=57340
--- Comment #7 from Mark Thomas ---
Are you able to build 7.0.x from svn and test against that?
--
You are receiving this mail because:
You are the assignee for the bug.
---
https://issues.apache.org/bugzilla/show_bug.cgi?id=57340
--- Comment #8 from Nikita Zyulyaev ---
(In reply to Mark Thomas from comment #7)
> Are you able to build 7.0.x from svn and test against that?
Of course.
--
You are receiving this mail because:
You are the assignee for the bug.
---
https://issues.apache.org/bugzilla/show_bug.cgi?id=57340
--- Comment #9 from Mark Thomas ---
Great - not all users are able/willing to do that. I'll get the back-ports done
now.
--
You are receiving this mail because:
You are the assignee for the bug.
--
Author: markt
Date: Thu Dec 18 13:31:16 2014
New Revision: 1646456
URL: http://svn.apache.org/r1646456
Log:
Simplify. NioChannel.getAttachment(boolean) was only ever called with a
parameter of false.
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/java/org/apache/c
Author: markt
Date: Thu Dec 18 13:56:19 2014
New Revision: 1646458
URL: http://svn.apache.org/r1646458
Log:
Small improvement to the test
Modified:
tomcat/tc8.0.x/trunk/test/org/apache/catalina/comet/TestCometProcessor.java
Modified:
tomcat/tc8.0.x/trunk/test/org/apache/catalina/comet/TestC
Author: markt
Date: Thu Dec 18 14:05:05 2014
New Revision: 1646460
URL: http://svn.apache.org/r1646460
Log:
Use the provided atomic method to replace the attachment and return a reference
to the old value.
Modified:
tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java
Modif
Author: markt
Date: Thu Dec 18 14:14:50 2014
New Revision: 1646461
URL: http://svn.apache.org/r1646461
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57340
Ensure that Socket and SocketWrapper are only returned to the cache once on
socket close (it is possible for multiple threads to
Author: markt
Date: Thu Dec 18 14:16:47 2014
New Revision: 1646462
URL: http://svn.apache.org/r1646462
Log:
Update changelog
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
Propchange: tomcat/tc8.0.x/trunk/
---
Author: markt
Date: Thu Dec 18 14:21:07 2014
New Revision: 1646464
URL: http://svn.apache.org/r1646464
Log:
Small improvement to the test
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/test/org/apache/catalina/comet/TestCometProcessor.java
Propchange: tomcat/tc7.0
Author: markt
Date: Thu Dec 18 14:24:09 2014
New Revision: 1646465
URL: http://svn.apache.org/r1646465
Log:
Simplify. NioChannel.getAttachment(boolean) was only ever called with a
parameter of false.
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/coyote/ajp/AjpNioProcessor.java
tomcat/tc
Author: markt
Date: Thu Dec 18 14:26:01 2014
New Revision: 1646466
URL: http://svn.apache.org/r1646466
Log:
Use the provided atomic method to replace the attachment and return a reference
to the old value.
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java
Modif
Hi,
2014-12-10 17:43 GMT+02:00 Christopher Schultz :
>
> Violetta,
>
> On 12/8/14 4:04 AM, violet...@apache.org wrote:
> > Author: violetagg
> > Date: Mon Dec 8 09:04:56 2014
> > New Revision: 1643766
> >
> > URL: http://svn.apache.org/r1643766
> > Log:
> > Extract several "protected" methods in
Author: markt
Date: Thu Dec 18 14:31:41 2014
New Revision: 1646468
URL: http://svn.apache.org/r1646468
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57340
Ensure that Socket and SocketWrapper are only returned to the cache once on
socket close (it is possible for multiple threads to
https://issues.apache.org/bugzilla/show_bug.cgi?id=57340
--- Comment #10 from Mark Thomas ---
Fix applied to 8.0.x for 8.0.16 onwards and to 7.0.x for 7.0.58 onwards.
You should be good to build 7.0.x from svn trunk and test now.
--
You are receiving this mail because:
You are the assignee for
Author: markt
Date: Thu Dec 18 14:44:28 2014
New Revision: 1646470
URL: http://svn.apache.org/r1646470
Log:
Remove unused method spotted by kfujino
Modified:
tomcat/trunk/java/org/apache/catalina/authenticator/SingleSignOn.java
Modified: tomcat/trunk/java/org/apache/catalina/authenticator/Si
Author: markt
Date: Thu Dec 18 14:59:48 2014
New Revision: 1646471
URL: http://svn.apache.org/r1646471
Log:
kfujino review of BZ 57338 fix.
Need to replicate updates to SSOEntry
Modified:
tomcat/trunk/java/org/apache/catalina/authenticator/SingleSignOn.java
tomcat/trunk/java/org/apache/
Author: markt
Date: Thu Dec 18 15:23:45 2014
New Revision: 1646476
URL: http://svn.apache.org/r1646476
Log:
kfujino review of BZ 57338 fix.
Add configuration options for mapSendOptions and terminateOnStartFailure.
Document the configuration options.
Modified:
tomcat/trunk/java/org/apache/ca
https://issues.apache.org/bugzilla/show_bug.cgi?id=57340
--- Comment #11 from Nikita Zyulyaev ---
(In reply to Mark Thomas from comment #10)
> Fix applied to 8.0.x for 8.0.16 onwards and to 7.0.x for 7.0.58 onwards.
>
> You should be good to build 7.0.x from svn trunk and test now.
I faced a ve
https://issues.apache.org/bugzilla/show_bug.cgi?id=57340
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=57367
Bug ID: 57367
Summary: If JAR scan experiences a stack overflow, give the URL
from which each class in the loop was loaded in the
complaint
Product: Tomcat 7
https://issues.apache.org/bugzilla/show_bug.cgi?id=57367
Edward Kuns changed:
What|Removed |Added
OS||All
--- Comment #1 from Edward Kuns
https://issues.apache.org/bugzilla/show_bug.cgi?id=57340
--- Comment #13 from Konstantin Kolinko ---
(In reply to Nikita Zyulyaev from comment #11)
> (In reply to Mark Thomas from comment #10)
> > Fix applied to 8.0.x for 8.0.16 onwards and to 7.0.x for 7.0.58 onwards.
> >
> > You should be good
https://issues.apache.org/bugzilla/show_bug.cgi?id=56438
Edward Kuns changed:
What|Removed |Added
CC||eddie.k...@gmail.com
--
You are rec
https://issues.apache.org/bugzilla/show_bug.cgi?id=56884
Jason changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Mark,
On 12/16/14 5:52 PM, Mark Thomas wrote:
> The fix for BZ 57338 (SSO + cluster) ended up making some fairly
> invasive changes so that the implementation was sensible. I'd like to
> discuss which - if any - of these changes we'd be happy to back-port to
> Tomcat 8 and Tomcat 7.
I think you s
Author: markt
Date: Thu Dec 18 22:28:26 2014
New Revision: 1646559
URL: http://svn.apache.org/r1646559
Log:
Avoid unnecessary object creation
Modified:
tomcat/trunk/java/org/apache/catalina/authenticator/SingleSignOn.java
Modified: tomcat/trunk/java/org/apache/catalina/authenticator/SingleSi
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
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
37 matches
Mail list logo