https://bz.apache.org/bugzilla/show_bug.cgi?id=59641
Violeta Georgieva changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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
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
https://bz.apache.org/bugzilla/show_bug.cgi?id=59647
Coty Sutherland changed:
What|Removed |Added
Resolution|--- |INVALID
Status|NEW
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
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
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
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
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
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
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
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
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
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
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
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
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
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/
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)
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
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/
21 matches
Mail list logo