[Bug 59654] Jsp spec violation in tld identifying?

2016-06-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59654 --- Comment #1 from Huxing Zhang --- Created attachment 33908 --> https://bz.apache.org/bugzilla/attachment.cgi?id=33908=edit patch against tomcat 7 trunk -- You are receiving this mail because: You are the assignee

[Bug 59654] New: Jsp spec violation in tld identifying?

2016-06-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59654 Bug ID: 59654 Summary: Jsp spec violation in tld identifying? Product: Tomcat 7 Version: trunk Hardware: All OS: All Status: NEW Severity: major

[Bug 59653] Bug Tracker

2016-06-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59653 Chuck Caldarale changed: What|Removed |Added Resolution|FIXED |INVALID

[Bug 59653] Bug Tracker

2016-06-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59653 Arijit Dey changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 59653] New: Bug Tracker

2016-06-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59653 Bug ID: 59653 Summary: Bug Tracker Product: Tomcat 8 Version: 8.5.x-trunk Hardware: PC Status: NEW Severity: normal Priority: P2 Component: Catalina

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

2016-06-01 Thread markt
Author: markt Date: Wed Jun 1 22:31:34 2016 New Revision: 1746509 URL: http://svn.apache.org/viewvc?rev=1746509=rev Log: Follow-up to r1746503. Need to return used SocketProcessors to the cache. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java Modified:

svn commit: r1746507 - in /tomcat/trunk/java/org/apache/tomcat/util/net: Nio2Endpoint.java NioEndpoint.java

2016-06-01 Thread markt
Author: markt Date: Wed Jun 1 22:29:01 2016 New Revision: 1746507 URL: http://svn.apache.org/viewvc?rev=1746507=rev Log: Remove unnecessary code. The caches are cleared in stop(). Modified: tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java

svn commit: r1746506 - in /tomcat/trunk/java/org/apache/tomcat/util/net: Nio2Endpoint.java NioEndpoint.java

2016-06-01 Thread markt
Author: markt Date: Wed Jun 1 22:27:31 2016 New Revision: 1746506 URL: http://svn.apache.org/viewvc?rev=1746506=rev Log: Simplify. Method is only called from a single location. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java

svn commit: r1746505 - in /tomcat/trunk/java/org/apache/tomcat/util/net: AbstractEndpoint.java AprEndpoint.java Nio2Endpoint.java NioEndpoint.java

2016-06-01 Thread markt
Author: markt Date: Wed Jun 1 22:25:02 2016 New Revision: 1746505 URL: http://svn.apache.org/viewvc?rev=1746505=rev Log: Pull up processSocket and definition of processorCache Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java

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

2016-06-01 Thread markt
Author: markt Date: Wed Jun 1 21:55:59 2016 New Revision: 1746504 URL: http://svn.apache.org/viewvc?rev=1746504=rev Log: Remove unnecessary sync block. SocketProcessor.run() will acquire a lock on the SocketWrapper and there is nothing that happens before that point that requires a lock to be

Re: Information about submitting patches.

2016-06-01 Thread Mark Thomas
On 01/06/2016 22:49, Sadik Kalia wrote: > Hello, > > I am new to Apache Tomcat and i do not know how to submit a patch. The > patch does not have to do with a bug fix but it is a change in code that i > think will give better performance. > Can you please me explain the way to submit it ? Create

Information about submitting patches.

2016-06-01 Thread Sadik Kalia
Hello, I am new to Apache Tomcat and i do not know how to submit a patch. The patch does not have to do with a bug fix but it is a change in code that i think will give better performance. Can you please me explain the way to submit it ? Thank you, Sadik Kalia

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

2016-06-01 Thread markt
Author: markt Date: Wed Jun 1 21:44:37 2016 New Revision: 1746503 URL: http://svn.apache.org/viewvc?rev=1746503=rev Log: Add a SocketProcessor cache to align with NIO/NIO2 Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java Modified:

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

2016-06-01 Thread markt
Author: markt Date: Wed Jun 1 21:37:12 2016 New Revision: 1746501 URL: http://svn.apache.org/viewvc?rev=1746501=rev Log: Make processSocket() more like NIO/NIO2 Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java Modified:

svn commit: r1746500 - in /tomcat/trunk/java/org/apache/tomcat/util/net: Nio2Endpoint.java NioEndpoint.java

2016-06-01 Thread markt
Author: markt Date: Wed Jun 1 21:31:07 2016 New Revision: 1746500 URL: http://svn.apache.org/viewvc?rev=1746500=rev Log: Align processSocket() implementations for NIO and NIO2. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java

buildbot success in on tomcat-trunk

2016-06-01 Thread buildbot
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/1415 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

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

2016-06-01 Thread markt
Author: markt Date: Wed Jun 1 21:27:14 2016 New Revision: 1746499 URL: http://svn.apache.org/viewvc?rev=1746499=rev Log: status -> event Simplify. The endpoint.warn.noExector was added to handle Comet related issues on connector stop so is no longer required. Modified:

svn commit: r1746496 - in /tomcat/trunk/java/org/apache/tomcat/util/net: Nio2Endpoint.java NioEndpoint.java

2016-06-01 Thread markt
Author: markt Date: Wed Jun 1 21:17:18 2016 New Revision: 1746496 URL: http://svn.apache.org/viewvc?rev=1746496=rev Log: Merge duplicate methods. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java

buildbot exception in on tomcat-trunk

2016-06-01 Thread buildbot
The Buildbot has detected a build exception on builder tomcat-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-trunk/builds/1414 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

svn commit: r1746495 - in /tomcat/trunk/java/org/apache/tomcat/util/net: AbstractEndpoint.java AprEndpoint.java Nio2Endpoint.java NioEndpoint.java

2016-06-01 Thread markt
Author: markt Date: Wed Jun 1 21:06:43 2016 New Revision: 1746495 URL: http://svn.apache.org/viewvc?rev=1746495=rev Log: Add a boolean return to the abstract processSocket() method facilitate the merging of the two processSocket() methods in each of the end points. Modified:

buildbot success in on tomcat-trunk

2016-06-01 Thread buildbot
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/1413 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

[Bug 59604] Invalid url-pattern in servlet mapping on s390x

2016-06-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59604 --- Comment #26 from Dave --- Thanks for the speedy fix. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe,

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

2016-06-01 Thread markt
Author: markt Date: Wed Jun 1 19:29:28 2016 New Revision: 1746492 URL: http://svn.apache.org/viewvc?rev=1746492=rev Log: Experimental. Remove sync. I can't see why it is needed and I suspect the CI tests are failing due to a deadlock caused by the SocketProcessor switching to a sync on the

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

2016-06-01 Thread markt
Author: markt Date: Wed Jun 1 19:16:48 2016 New Revision: 1746490 URL: http://svn.apache.org/viewvc?rev=1746490=rev Log: Remove unnecessary method Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java

[Bug 59650] NIO2 connector does not respect executor bounds, reuses NIO.2 threads for processing request on connections

2016-06-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59650 Remy Maucherat changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 59650] New: NIO2 connector does not respect executor bounds, reuses NIO.2 threads for processing request on connections

2016-06-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59650 Bug ID: 59650 Summary: NIO2 connector does not respect executor bounds, reuses NIO.2 threads for processing request on connections Product: Tomcat 8 Version:

buildbot success in on tomcat-8-trunk

2016-06-01 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-8-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-8-trunk/builds/643 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

[Bug 59649] org.apache.coyote.http11.Http11Processor.service Error parsing HTTP request header

2016-06-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59649 Mark Thomas changed: What|Removed |Added Severity|critical|major --- Comment #2

[Bug 59649] org.apache.coyote.http11.Http11Processor.service Error parsing HTTP request header

2016-06-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59649 Mark Thomas changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment

[Bug 59640] provide better error message on TldCache.getTaglibXml TldResourcePath problem

2016-06-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59640 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1746475 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/jasper/compiler/TagLibraryInfoImpl.java java/org/apache/jasper/compiler/TldCache.java java/org/apache/jasper/resources/LocalStrings.

2016-06-01 Thread markt
Author: markt Date: Wed Jun 1 15:07:37 2016 New Revision: 1746475 URL: http://svn.apache.org/viewvc?rev=1746475=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59640 Back port remm's NPE fix for missing TLDs Modified: tomcat/tc8.0.x/trunk/ (props changed)

svn commit: r1746474 - in /tomcat/tc8.5.x/trunk: ./ webapps/docs/changelog.xml

2016-06-01 Thread markt
Author: markt Date: Wed Jun 1 15:03:47 2016 New Revision: 1746474 URL: http://svn.apache.org/viewvc?rev=1746474=rev Log: Since reported as a bug so add the reference Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml Propchange:

svn commit: r1746473 - /tomcat/trunk/webapps/docs/changelog.xml

2016-06-01 Thread markt
Author: markt Date: Wed Jun 1 15:03:13 2016 New Revision: 1746473 URL: http://svn.apache.org/viewvc?rev=1746473=rev Log: Since reported as a bug so add the reference Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL:

Re: Early Access builds of JDK 9 b118 & JDK 9 with Project Jigsaw, b118 (#4987) are available on java.net

2016-06-01 Thread Rory O'Donnell
Hi Mark, JDK-8158237 : JVMTI hides critical debug information for memory leak tracing Is closed as a duplicate of JDK-8033735 : make Throwable.backtrace visible to Class.getDeclaredField

[Bug 59649] org.apache.coyote.http11.Http11Processor.service Error parsing HTTP request header

2016-06-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59649 ismeet changed: What|Removed |Added CC|

[Bug 59649] New: org.apache.coyote.http11.Http11Processor.service Error parsing HTTP request header

2016-06-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59649 Bug ID: 59649 Summary: org.apache.coyote.http11.Http11Processor.service Error parsing HTTP request header Product: Tomcat 9 Version: 9.0.0.M6 Hardware: PC

[Bug 59642] Mention localDataSource in realm-howto.html

2016-06-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59642 --- Comment #1 from Christopher Schultz --- Would you care to propose a patch? It should be very easy, and you an get your name in the changelog. ;) -- You are receiving this mail because: You are the assignee

buildbot failure in on tomcat-trunk

2016-06-01 Thread buildbot
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/1410 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

buildbot failure in on tomcat-8-trunk

2016-06-01 Thread buildbot
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/642 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

svn commit: r1746441 - in /tomcat/trunk/java/org/apache/tomcat/util/net: AprEndpoint.java Nio2Endpoint.java NioEndpoint.java SocketProcessorBase.java

2016-06-01 Thread markt
Author: markt Date: Wed Jun 1 11:56:03 2016 New Revision: 1746441 URL: http://svn.apache.org/viewvc?rev=1746441=rev Log: Pull up synchronization block Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java

[Bug 59604] Invalid url-pattern in servlet mapping on s390x

2016-06-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59604 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED

svn commit: r1746430 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/tomcat/util/buf/UDecoder.java webapps/docs/changelog.xml

2016-06-01 Thread markt
Author: markt Date: Wed Jun 1 11:20:23 2016 New Revision: 1746430 URL: http://svn.apache.org/viewvc?rev=1746430=rev Log: Correct the assumption made in the URL decoding that the default platform encoding is always compatible with ISO-8859-1. This assumption is not always valid, e.g. on z/OS.

svn commit: r1746428 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/util/buf/UDecoder.java webapps/docs/changelog.xml

2016-06-01 Thread markt
Author: markt Date: Wed Jun 1 11:19:31 2016 New Revision: 1746428 URL: http://svn.apache.org/viewvc?rev=1746428=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59604 Correct the assumption made in the URL decoding that the default platform encoding is always compatible with

svn commit: r1746427 - in /tomcat/trunk: java/org/apache/tomcat/util/buf/UDecoder.java webapps/docs/changelog.xml

2016-06-01 Thread markt
Author: markt Date: Wed Jun 1 11:18:45 2016 New Revision: 1746427 URL: http://svn.apache.org/viewvc?rev=1746427=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59604 Correct the assumption made in the URL decoding that the default platform encoding is always compatible with