svn commit: r1655885 - /tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java

2015-01-29 Thread markt
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

svn commit: r1655859 - in /tomcat/trunk/java/org/apache: coyote/http11/ tomcat/util/net/ tomcat/util/net/jsse/

2015-01-29 Thread markt
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

svn commit: r1655849 - in /tomcat/trunk/java/org/apache/coyote/http11: AbstractHttp11Processor.java Http11Nio2Processor.java

2015-01-29 Thread markt
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

svn commit: r1655847 - in /tomcat/trunk/java/org/apache: coyote/ coyote/ajp/ coyote/http11/ coyote/http11/upgrade/ tomcat/util/net/

2015-01-29 Thread markt
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

Re: [VOTE] Release Apache Tomcat 7.0.59

2015-01-29 Thread Felix Schumacher
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

svn commit: r1655827 - /tomcat/trunk/java/org/apache/coyote/http11/Http11AprProcessor.java

2015-01-29 Thread markt
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:/

svn commit: r1655814 - /tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java

2015-01-29 Thread markt
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

svn commit: r1655815 - /tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java

2015-01-29 Thread markt
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

svn commit: r1655812 - in /tomcat/trunk/java/org/apache/tomcat: util/net/SocketWrapperBase.java websocket/server/WsRemoteEndpointImplServer.java

2015-01-29 Thread markt
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

svn commit: r1655813 - /tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java

2015-01-29 Thread markt
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

svn commit: r1655811 - in /tomcat/trunk/java/org/apache/tomcat/util/net: LocalStrings.properties Nio2Endpoint.java

2015-01-29 Thread markt
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.

svn commit: r1655809 - in /tomcat/trunk/java/org/apache/tomcat/util/net: NioEndpoint.java SocketWrapperBase.java

2015-01-29 Thread markt
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

svn commit: r1655810 - /tomcat/trunk/java/org/apache/coyote/http11/upgrade/UpgradeProcessor.java

2015-01-29 Thread markt
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

svn commit: r1655808 - in /tomcat/trunk/java/org/apache/coyote/http11: AbstractHttp11Processor.java Http11AprProcessor.java Http11Nio2Processor.java Http11NioProcessor.java

2015-01-29 Thread markt
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/

svn commit: r1655807 - in /tomcat/trunk/java/org/apache: coyote/ajp/ coyote/http11/ coyote/http11/upgrade/ tomcat/util/net/

2015-01-29 Thread markt
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

[Bug 57251] WAR deployment unbelievably slow when unpackWARs=false

2015-01-29 Thread bugzilla
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

[Bug 57251] WAR deployment unbelievably slow when unpackWARs=false

2015-01-29 Thread bugzilla
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) > >

svn commit: r1655739 - in /tomcat/trunk/java/org/apache: coyote/http11/ tomcat/util/net/

2015-01-29 Thread markt
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/

[Bug 57251] WAR deployment unbelievably slow when unpackWARs=false

2015-01-29 Thread bugzilla
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

Re: svn commit: r1655638 - in /tomcat/trunk/java/org/apache: coyote/http11/ tomcat/util/net/

2015-01-29 Thread Mark Thomas
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

Re: svn commit: r1655638 - in /tomcat/trunk/java/org/apache: coyote/http11/ tomcat/util/net/

2015-01-29 Thread Rémy Maucherat
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

[Bug 57508] tomcat-8.0.17 Unable to compile class for JSP on JDK8

2015-01-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57508 Violeta Georgieva changed: What|Removed |Added Resolution|WORKSFORME |INVALID -- You are receiving

[Bug 57508] tomcat-8.0.17 Unable to compile class for JSP on JDK8

2015-01-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57508 conquer0715 changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1655638 - in /tomcat/trunk/java/org/apache: coyote/http11/ tomcat/util/net/

2015-01-29 Thread markt
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

svn commit: r1655636 - /tomcat/trunk/java/org/apache/coyote/ActionCode.java

2015-01-29 Thread markt
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

[Bug 57251] WAR deployment unbelievably slow when unpackWARs=false

2015-01-29 Thread bugzilla
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

[Bug 57251] WAR deployment unbelievably slow when unpackWARs=false

2015-01-29 Thread bugzilla
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

[Bug 57251] WAR deployment unbelievably slow when unpackWARs=false

2015-01-29 Thread bugzilla
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

svn commit: r1655559 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/ java/org/apache/catalina/core/ java/org/apache/catalina/webresources/

2015-01-29 Thread markt
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/

svn commit: r1655558 - in /tomcat/trunk/java/org/apache/catalina: ./ core/ webresources/

2015-01-29 Thread markt
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/

[Bug 57508] tomcat-8.0.17 Unable to compile class for JSP on JDK8

2015-01-29 Thread bugzilla
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

Re: svn commit: r1655132 - /tomcat/trunk/java/org/apache/catalina/core/StandardContext.java

2015-01-29 Thread Mark Thomas
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

[Bug 57507] Deploying new Context fails if the context file is already present in the catalina directory

2015-01-29 Thread bugzilla
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.