[Bug 59641] getRequestDispatcher encodes URI

2016-05-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59641 Violeta Georgieva changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

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

2016-05-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59604 --- Comment #23 from Mark Thomas --- Comment on attachment 33897 --> https://bz.apache.org/bugzilla/attachment.cgi?id=33897 log file with bare bones conf/web.xml Interesting. The exception is happening in the WebSocket ServletContainerInitia

[Bug 59647] New: International Flight Tickets to Bloomington 1844.313.4854 International Air Ticket to Bloomington

2016-05-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59647 Bug ID: 59647 Summary: International Flight Tickets to Bloomington 1844.313.4854 International Air Ticket to Bloomington Product: Tomcat 9 Version: 9.0.0.M1 Hardware: PC

[Bug 59647] International Flight Tickets to Bloomington 1844.313.4854 International Air Ticket to Bloomington

2016-05-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59647 Coty Sutherland changed: What|Removed |Added Resolution|--- |INVALID Status|NEW

svn commit: r1746304 - /tomcat/trunk/java/org/apache/coyote/http2/StreamProcessor.java

2016-05-31 Thread markt
Author: markt Date: Tue May 31 17:29:54 2016 New Revision: 1746304 URL: http://svn.apache.org/viewvc?rev=1746304&view=rev Log: Be consistent in ordering of method calls. Modified: tomcat/trunk/java/org/apache/coyote/http2/StreamProcessor.java Modified: tomcat/trunk/java/org/apache/coyote/htt

svn commit: r1746306 - /tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.java

2016-05-31 Thread markt
Author: markt Date: Tue May 31 17:37:25 2016 New Revision: 1746306 URL: http://svn.apache.org/viewvc?rev=1746306&view=rev Log: Simplify. If getErrorState().isError() is true then response.getErrorException() will always be null. Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11Proc

svn commit: r1746307 - /tomcat/trunk/java/org/apache/coyote/http2/StreamProcessor.java

2016-05-31 Thread markt
Author: markt Date: Tue May 31 17:40:56 2016 New Revision: 1746307 URL: http://svn.apache.org/viewvc?rev=1746307&view=rev Log: Be consistent in ordering of method calls. Missed this in r1746304. Modified: tomcat/trunk/java/org/apache/coyote/http2/StreamProcessor.java Modified: tomcat/trunk/j

Re: [PATCH]

2016-05-31 Thread Felix Schumacher
Am 27.05.2016 um 23:42 schrieb gradstud: Good afternoon, Your emails back and forth are all going through our graduate admissions email, can you please find another place for your Bugzilla, Apache, Tomcat business. You should find instructions to unsubscribe yourself from this mailinglist at th

svn commit: r1746319 - /tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java

2016-05-31 Thread markt
Author: markt Date: Tue May 31 18:50:12 2016 New Revision: 1746319 URL: http://svn.apache.org/viewvc?rev=1746319&view=rev Log: Refactor Modified: tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java Modified: tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java URL: http

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

2016-05-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59604 --- Comment #24 from Dave --- OK. Mark, I will send the z/OS shell access info to you. -- You are receiving this mail because: You are the assignee for the bug. - To unsubs

svn commit: r1746327 - /tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java

2016-05-31 Thread markt
Author: markt Date: Tue May 31 19:19:46 2016 New Revision: 1746327 URL: http://svn.apache.org/viewvc?rev=1746327&view=rev Log: Ensure all flushes will trigger an Exception if one has been set. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java Modified: tomcat/trunk/jav

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

2016-05-31 Thread markt
Author: markt Date: Tue May 31 20:09:09 2016 New Revision: 1746338 URL: http://svn.apache.org/viewvc?rev=1746338&view=rev Log: Pull up error. It is going to be used more widely for propagating IOExceptions in non-blocking reads and writes. Modified: tomcat/trunk/java/org/apache/tomcat/util/n

svn commit: r1746340 - /tomcat/trunk/java/org/apache/tomcat/util/net/SocketWrapperBase.java

2016-05-31 Thread markt
Author: markt Date: Tue May 31 20:34:35 2016 New Revision: 1746340 URL: http://svn.apache.org/viewvc?rev=1746340&view=rev Log: No need to take defensive copy Modified: tomcat/trunk/java/org/apache/tomcat/util/net/SocketWrapperBase.java Modified: tomcat/trunk/java/org/apache/tomcat/util/net/S

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

2016-05-31 Thread markt
Author: markt Date: Tue May 31 20:35:15 2016 New Revision: 1746341 URL: http://svn.apache.org/viewvc?rev=1746341&view=rev Log: Introduce SocketProcessorBase and start to pull common SocketProcessor functionality into it. Added: tomcat/trunk/java/org/apache/tomcat/util/net/SocketProcessorBase

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

2016-05-31 Thread markt
Author: markt Date: Tue May 31 21:03:17 2016 New Revision: 1746344 URL: http://svn.apache.org/viewvc?rev=1746344&view=rev Log: SocketWrapperBase.socket is final and is always created non-null. Remove unnecessary null checks Modified: tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java

svn commit: r1746346 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/http2/StreamProcessor.java

2016-05-31 Thread markt
Author: markt Date: Tue May 31 21:04:50 2016 New Revision: 1746346 URL: http://svn.apache.org/viewvc?rev=1746346&view=rev Log: Be consistent in ordering of method calls. Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/coyote/http2/StreamProcessor.jav

svn commit: r1746347 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/http11/Http11Processor.java

2016-05-31 Thread markt
Author: markt Date: Tue May 31 21:05:12 2016 New Revision: 1746347 URL: http://svn.apache.org/viewvc?rev=1746347&view=rev Log: If getErrorState().isError() is true then response.getErrorException() will always be null. Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trun

svn commit: r1746348 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/util/net/Nio2Endpoint.java

2016-05-31 Thread markt
Author: markt Date: Tue May 31 21:06:07 2016 New Revision: 1746348 URL: http://svn.apache.org/viewvc?rev=1746348&view=rev Log: Refactor Ensure all flushes will trigger an Exception if one has been set. Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/

svn commit: r1746349 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/util/net/Nio2Endpoint.java java/org/apache/tomcat/util/net/SocketWrapperBase.java

2016-05-31 Thread markt
Author: markt Date: Tue May 31 21:06:47 2016 New Revision: 1746349 URL: http://svn.apache.org/viewvc?rev=1746349&view=rev Log: Pull up error. It is going to be used more widely for propagating IOExceptions in non-blocking reads and writes. Modified: tomcat/tc8.5.x/trunk/ (props changed)

svn commit: r1746350 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/util/net/

2016-05-31 Thread markt
Author: markt Date: Tue May 31 21:07:17 2016 New Revision: 1746350 URL: http://svn.apache.org/viewvc?rev=1746350&view=rev Log: Introduce SocketProcessorBase and start to pull common SocketProcessor functionality into it. Added: tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/net/SocketProc

svn commit: r1746351 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/ java/org/apache/coyote/http11/ java/org/apache/tomcat/util/net/

2016-05-31 Thread markt
Author: markt Date: Tue May 31 21:17:59 2016 New Revision: 1746351 URL: http://svn.apache.org/viewvc?rev=1746351&view=rev Log: SocketWrapperBase.socket is final and is always created non-null. Remove unnecessary null checks Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/