Author: markt
Date: Thu Jan 29 23:45:56 2015
New Revision: 1655885
URL: http://svn.apache.org/r1655885
Log:
Remove more unused JSSE code identified by the UCDetector.
This all looks to be BIO code that is now unused.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSESocketFactor
Author: markt
Date: Thu Jan 29 21:01:07 2015
New Revision: 1655859
URL: http://svn.apache.org/r1655859
Log:
getPeerCertificateChain(boolean) was always called with false so simplify.
Remove other unused code (now BIO has been removed) from JSSESupport.
Modified:
tomcat/trunk/java/org/apache/c
Author: markt
Date: Thu Jan 29 20:41:57 2015
New Revision: 1655849
URL: http://svn.apache.org/r1655849
Log:
Simplify to align NIO2 with NIO and APR.
Modified:
tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java
tomcat/trunk/java/org/apache/coyote/http11/Http11Nio2Proce
Author: markt
Date: Thu Jan 29 20:37:04 2015
New Revision: 1655847
URL: http://svn.apache.org/r1655847
Log:
Refactor obtaining the SSL attributes.
Add an AprSSLSupport wrapper which allows APR to be aligned with NIO/NIO2 and
then pulled up to the AbstractHttp11Processor
Added:
tomcat/trunk/j
Am 28.01.2015 um 20:35 schrieb Violeta Georgieva:
The proposed Apache Tomcat 7.0.59 release is now available for voting.
It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.59/
The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapach
Author: markt
Date: Thu Jan 29 19:31:05 2015
New Revision: 1655827
URL: http://svn.apache.org/r1655827
Log:
Clean-up imports.
Modified:
tomcat/trunk/java/org/apache/coyote/http11/Http11AprProcessor.java
Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11AprProcessor.java
URL:
http:/
Author: markt
Date: Thu Jan 29 19:12:19 2015
New Revision: 1655814
URL: http://svn.apache.org/r1655814
Log:
Remove unnecessary code
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java
Modified: tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java
URL:
http://svn
Author: markt
Date: Thu Jan 29 19:12:24 2015
New Revision: 1655815
URL: http://svn.apache.org/r1655815
Log:
Need to make sure timeouts are set for APR
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java
Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.ja
Author: markt
Date: Thu Jan 29 19:12:11 2015
New Revision: 1655812
URL: http://svn.apache.org/r1655812
Log:
Fix another NPE observed in logs during unit test runs
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/SocketWrapperBase.java
tomcat/trunk/java/org/apache/tomcat/websocket/s
Author: markt
Date: Thu Jan 29 19:12:15 2015
New Revision: 1655813
URL: http://svn.apache.org/r1655813
Log:
Only force a flush on a blocking write.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java
Modified: tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java
Author: markt
Date: Thu Jan 29 19:12:06 2015
New Revision: 1655811
URL: http://svn.apache.org/r1655811
Log:
Fix an NPE appearing in the unit test logs.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/LocalStrings.properties
tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.
Author: markt
Date: Thu Jan 29 19:11:57 2015
New Revision: 1655809
URL: http://svn.apache.org/r1655809
Log:
Fix refactoring bug that meant sockets instantly timeout out as soon as
they were accepted.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java
tomcat/trunk/java
Author: markt
Date: Thu Jan 29 19:12:01 2015
New Revision: 1655810
URL: http://svn.apache.org/r1655810
Log:
Fix a test failure after the timeout refactoring
Modified:
tomcat/trunk/java/org/apache/coyote/http11/upgrade/UpgradeProcessor.java
Modified:
tomcat/trunk/java/org/apache/coyote/http1
Author: markt
Date: Thu Jan 29 19:11:52 2015
New Revision: 1655808
URL: http://svn.apache.org/r1655808
Log:
Async processingdoesn't change the timeouts so no need to reset them.
Modified:
tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java
tomcat/trunk/java/org/apache/
Author: markt
Date: Thu Jan 29 19:11:47 2015
New Revision: 1655807
URL: http://svn.apache.org/r1655807
Log:
First pass at cleaning up timeouts.
Modified:
tomcat/trunk/java/org/apache/coyote/ajp/AjpProcessor.java
tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java
t
https://issues.apache.org/bugzilla/show_bug.cgi?id=57251
--- Comment #23 from Remy Maucherat ---
+1 for dropping that unpackWars feature, if the new resources won't support it
that well. It is not very useful, adds complexity, etc, and maybe it allows
improving the deployer further.
--
You are
https://issues.apache.org/bugzilla/show_bug.cgi?id=57251
--- Comment #22 from Mark Thomas ---
(In reply to Francisco A. Lozano from comment #20)
> (In reply to Mark Thomas from comment #19)
> > (In reply to Christopher Schultz from comment #17)
> > > (In reply to Mark Thomas from comment #16)
> >
Author: markt
Date: Thu Jan 29 16:56:30 2015
New Revision: 1655739
URL: http://svn.apache.org/r1655739
Log:
Push obtaining the remote port and local host/address/port down to the
SocketWrapper
Modified:
tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java
tomcat/trunk/
https://issues.apache.org/bugzilla/show_bug.cgi?id=57251
--- Comment #21 from Francisco A. Lozano ---
>From documentation
(http://tomcat.apache.org/tomcat-8.0-doc/config/context.html):
"Note that WAR files located outside of a Host's appBase are never unpacked."
>From that comment, not fixing t
On 29/01/2015 13:50, Rémy Maucherat wrote:
> 2015-01-29 13:57 GMT+01:00 :
>
>> Author: markt
>> Date: Thu Jan 29 12:57:50 2015
>> New Revision: 1655638
>>
>> URL: http://svn.apache.org/r1655638
>> Log:
>> Push obtaining the remote host and address down to the SocketWrapper
>>
>> Modified:
>> t
2015-01-29 13:57 GMT+01:00 :
> Author: markt
> Date: Thu Jan 29 12:57:50 2015
> New Revision: 1655638
>
> URL: http://svn.apache.org/r1655638
> Log:
> Push obtaining the remote host and address down to the SocketWrapper
>
> Modified:
> tomcat/trunk/java/org/apache/coyote/http11/Http11AprProces
https://issues.apache.org/bugzilla/show_bug.cgi?id=57508
Violeta Georgieva changed:
What|Removed |Added
Resolution|WORKSFORME |INVALID
--
You are receiving
https://issues.apache.org/bugzilla/show_bug.cgi?id=57508
conquer0715 changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Thu Jan 29 12:57:50 2015
New Revision: 1655638
URL: http://svn.apache.org/r1655638
Log:
Push obtaining the remote host and address down to the SocketWrapper
Modified:
tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java
tomcat/trunk/java/org/apache/c
Author: markt
Date: Thu Jan 29 12:54:24 2015
New Revision: 1655636
URL: http://svn.apache.org/r1655636
Log:
Correct Javadoc
Modified:
tomcat/trunk/java/org/apache/coyote/ActionCode.java
Modified: tomcat/trunk/java/org/apache/coyote/ActionCode.java
URL:
http://svn.apache.org/viewvc/tomcat/tr
https://issues.apache.org/bugzilla/show_bug.cgi?id=57251
--- Comment #20 from Francisco A. Lozano ---
(In reply to Mark Thomas from comment #19)
> (In reply to Christopher Schultz from comment #17)
> > (In reply to Mark Thomas from comment #16)
> > > There is nothing stopping users copying an exp
https://issues.apache.org/bugzilla/show_bug.cgi?id=57251
--- Comment #19 from Mark Thomas ---
(In reply to Christopher Schultz from comment #17)
> (In reply to Mark Thomas from comment #16)
> > There is nothing stopping users copying an exploded directory into the
> > appBase in the same way a WA
https://issues.apache.org/bugzilla/show_bug.cgi?id=57251
--- Comment #18 from Remy Maucherat ---
This "feature" should not have been added in the first place, that's for sure.
The [huge] amount of time that was spent on this should have been spent on a
better deployer back then.
--
You are rece
Author: markt
Date: Thu Jan 29 09:29:35 2015
New Revision: 169
URL: http://svn.apache.org/r169
Log:
Separate out the gc process from the background process so gc() can be called
independently.
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/java/org/apache/
Author: markt
Date: Thu Jan 29 09:28:07 2015
New Revision: 168
URL: http://svn.apache.org/r168
Log:
Separate out the gc process from the background process so gc() can be called
independently.
Modified:
tomcat/trunk/java/org/apache/catalina/WebResourceRoot.java
tomcat/trunk/java/
https://issues.apache.org/bugzilla/show_bug.cgi?id=57508
--- Comment #1 from Violeta Georgieva ---
Hi,
Did you specify the init params below for the JSPServlet?
compilerSourceVM
1.8
compilerTargetVM
1.8
Regard
On 28/01/2015 14:39, Christopher Schultz wrote:
> Mark,
>
> On 1/27/15 2:39 PM, ma...@apache.org wrote:
>> Author: markt
>> Date: Tue Jan 27 19:39:03 2015
>> New Revision: 1655132
>>
>> URL: http://svn.apache.org/r1655132
>> Log:
>> Start tends to make extensive use of resources. Trigger a clean-u
https://issues.apache.org/bugzilla/show_bug.cgi?id=57507
--- Comment #1 from Violeta Georgieva ---
Hi,
Can you post here also the configuration for the Host.
You can find it in server.xml Host element.
Thanks,
Violeta
--
You are receiving this mail because:
You are the assignee for the bug.
33 matches
Mail list logo