Author: markt
Date: Mon Mar 27 07:19:34 2017
New Revision: 1788834
URL: http://svn.apache.org/viewvc?rev=1788834&view=rev
Log:
Fix typo
Modified:
tomcat/trunk/java/org/apache/coyote/http2/LocalStrings.properties
Modified: tomcat/trunk/java/org/apache/coyote/http2/LocalStrings.properties
URL:
Author: markt
Date: Mon Mar 27 07:20:01 2017
New Revision: 1788835
URL: http://svn.apache.org/viewvc?rev=1788835&view=rev
Log:
Fix typo
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
tomcat/tc8.5.x/trunk/java/org/apache/coyote/http2/LocalStrings.properties
Propchange: tomcat/tc8.5.x/t
On 26/03/17 20:37, Martin Grigorov wrote:
>> Author: markt
>> Date: Sun Mar 26 19:31:25 2017
>> New Revision: 1788771
> Small typo in "tohave" - misses space.
Thanks for pointing that out. Fixed.
Mark
-
To unsubscribe, e-mail
https://bz.apache.org/bugzilla/show_bug.cgi?id=60362
--- Comment #39 from Violeta Georgieva ---
Hi,
I created a patch that adds an option for sending a reason phrase with the
response.
https://github.com/apache/tomcat85/pull/7
By default a reason phrase will not be sent and also this option is
https://bz.apache.org/bugzilla/show_bug.cgi?id=60362
--- Comment #40 from Remy Maucherat ---
-1. It should be removed at some point, so let it be now. It turns out (given
what I see) that we're going to maintain 7.0 and 8.0 for at least as long as
8.5, so it's good enough.
--
You are receiving
Author: markt
Date: Mon Mar 27 08:02:38 2017
New Revision: 1788841
URL: http://svn.apache.org/viewvc?rev=1788841&view=rev
Log:
Total data sent should agree with any content-length header
Found with the h2spec tool written by Moto Ishizawa.
Modified:
tomcat/trunk/java/org/apache/coyote/http2/H
https://bz.apache.org/bugzilla/show_bug.cgi?id=60362
--- Comment #41 from Mark Thomas ---
One of the main reasons 8.0.x is maintained is because this option isn't
available in 8.5.x. (The other is the sendfile issues which I think we are
getting to the bottom of).
The patch looks reasonable. A c
Author: markt
Date: Mon Mar 27 08:13:35 2017
New Revision: 1788843
URL: http://svn.apache.org/viewvc?rev=1788843&view=rev
Log:
Total data sent should agree with any content-length header
Found with the h2spec tool written by Moto Ishizawa.
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
https://bz.apache.org/bugzilla/show_bug.cgi?id=60362
--- Comment #42 from Remy Maucherat ---
Ok, I thought the 8.0 plan was long gone. But the patch is only for 8.5 then ?
If so, then I can withdraw the -1.
--
You are receiving this mail because:
You are the assignee for the bug.
--
https://bz.apache.org/bugzilla/show_bug.cgi?id=60362
--- Comment #43 from Violeta Georgieva ---
(In reply to Remy Maucherat from comment #42)
> Ok, I thought the 8.0 plan was long gone. But the patch is only for 8.5 then
> ? If so, then I can withdraw the -1.
The patch is only for Tomcat 8.5 and
https://bz.apache.org/bugzilla/show_bug.cgi?id=58433
gonzalad changed:
What|Removed |Added
CC||adr_gonza...@yahoo.fr
--
You are receiving
Author: markt
Date: Mon Mar 27 09:14:45 2017
New Revision: 1788852
URL: http://svn.apache.org/viewvc?rev=1788852&view=rev
Log:
Header table size agreed in HPACK should never exceed limit set by HTTP/2. Use
separate hard/soft limits to track the two.
Found with the h2spec tool written by Moto Ishi
Author: markt
Date: Mon Mar 27 09:15:20 2017
New Revision: 1788853
URL: http://svn.apache.org/viewvc?rev=1788853&view=rev
Log:
Header table size agreed in HPACK should never exceed limit set by HTTP/2. Use
separate hard/soft limits to track the two.
Found with the h2spec tool written by Moto Ishi
Author: markt
Date: Mon Mar 27 09:22:08 2017
New Revision: 1788860
URL: http://svn.apache.org/viewvc?rev=1788860&view=rev
Log:
Improve debug logging for HPACK errors.
Expose rather than swallow HpackException
Modified:
tomcat/trunk/java/org/apache/coyote/http2/ConnectionException.java
tom
Author: markt
Date: Mon Mar 27 09:23:46 2017
New Revision: 1788861
URL: http://svn.apache.org/viewvc?rev=1788861&view=rev
Log:
Improve debug logging for HPACK errors.
Expose rather than swallow HpackException
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
tomcat/tc8.5.x/trunk/java/org/
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/2225
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler schedu
https://bz.apache.org/bugzilla/show_bug.cgi?id=60362
--- Comment #44 from mgrigorov ---
+1 for the change!
--
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomc
https://bz.apache.org/bugzilla/show_bug.cgi?id=60854
Mark Thomas changed:
What|Removed |Added
Resolution|--- |WONTFIX
Status|NEW
https://bz.apache.org/bugzilla/show_bug.cgi?id=60918
Mark Thomas changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
Author: violetagg
Date: Mon Mar 27 10:38:29 2017
New Revision: 171
URL: http://svn.apache.org/viewvc?rev=171&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60362
Add a new Connector configuration sendReasonPhrase. When this attribute is set
to true, a reason phrase will
Author: violetagg
Date: Mon Mar 27 10:40:42 2017
New Revision: 172
URL: http://svn.apache.org/viewvc?rev=172&view=rev
Log:
ws police
Modified:
tomcat/tc8.5.x/trunk/java/org/apache/coyote/AbstractProtocol.java
Modified: tomcat/tc8.5.x/trunk/java/org/apache/coyote/AbstractProtocol.java
Author: violetagg
Date: Mon Mar 27 10:46:45 2017
New Revision: 173
URL: http://svn.apache.org/viewvc?rev=173&view=rev
Log:
Fixes having an issue number are sorted by their number, ascending.
Modified:
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/webapps/docs/changel
Author: violetagg
Date: Mon Mar 27 10:52:07 2017
New Revision: 174
URL: http://svn.apache.org/viewvc?rev=174&view=rev
Log:
Fixes having an issue number are sorted by their number, ascending.
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
tomcat/tc8.5.x/trunk/webapps/docs/change
Author: markt
Date: Mon Mar 27 10:59:54 2017
New Revision: 1788890
URL: http://svn.apache.org/viewvc?rev=1788890&view=rev
Log:
Improve sendfile handling when requests are pipelined.
Added:
tomcat/trunk/java/org/apache/tomcat/util/net/SendfileKeepAliveState.java
(with props)
Modified:
t
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/2226
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler sch
https://bz.apache.org/bugzilla/show_bug.cgi?id=60750
--- Comment #22 from Mark Thomas ---
9.0.x behaves as expected and closes the connection without a final chunk.
--
You are receiving this mail because:
You are the assignee for the bug.
Author: markt
Date: Mon Mar 27 11:13:25 2017
New Revision: 1788896
URL: http://svn.apache.org/viewvc?rev=1788896&view=rev
Log:
Tag 9.0.0.M19
Added:
tomcat/tags/TOMCAT_9_0_0_M19/
- copied from r1788895, tomcat/trunk/
Modified:
tomcat/tags/TOMCAT_9_0_0_M19/build.properties.default
https://bz.apache.org/bugzilla/show_bug.cgi?id=60362
Violeta Georgieva changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
Author: violetagg
Date: Mon Mar 27 11:40:44 2017
New Revision: 1788905
URL: http://svn.apache.org/viewvc?rev=1788905&view=rev
Log:
Add 500 ISE to the most common reason phrases that can happen.
Modified:
tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/http/HttpMessages.java
Modified:
tomca
Author: violetagg
Date: Mon Mar 27 11:49:52 2017
New Revision: 1788908
URL: http://svn.apache.org/viewvc?rev=1788908&view=rev
Log:
Add 500 ISE to the most common reason phrases that can happen.
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/java/org/apache/tomcat/u
Author: violetagg
Date: Mon Mar 27 11:52:06 2017
New Revision: 1788909
URL: http://svn.apache.org/viewvc?rev=1788909&view=rev
Log:
Add 500 ISE to the most common reason phrases that can happen.
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/tomcat/u
Author: markt
Date: Mon Mar 27 12:52:30 2017
New Revision: 18927
Log:
Upload 9.0.0.M19 for voting
Added:
dev/tomcat/tomcat-9/v9.0.0.M19/
dev/tomcat/tomcat-9/v9.0.0.M19/KEYS
dev/tomcat/tomcat-9/v9.0.0.M19/README.html
dev/tomcat/tomcat-9/v9.0.0.M19/RELEASE-NOTES
dev/tomcat/tomca
Author: markt
Date: Mon Mar 27 12:55:04 2017
New Revision: 1788926
URL: http://svn.apache.org/viewvc?rev=1788926&view=rev
Log:
Increment version for next development cycle
Modified:
tomcat/trunk/build.properties.default
tomcat/trunk/res/maven/mvn.properties.default
Modified: tomcat/trunk
Author: markt
Date: Mon Mar 27 12:55:53 2017
New Revision: 1788927
URL: http://svn.apache.org/viewvc?rev=1788927&view=rev
Log:
Increment version for next development cycle
Modified:
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apa
The proposed Apache Tomcat 9.0.0.M19 release is now available for voting.
This is a milestone release for the 9.0.x branch. It should be
noted that, as a milestone release:
- Servlet 4.0 is not finalised
- The EGs have not started work on JSP 2.4, EL 3.1 or WebSocket 1.2/2.0
The major changes com
https://bz.apache.org/bugzilla/show_bug.cgi?id=60362
--- Comment #46 from Remy Maucherat ---
Ok, it's a good compromise then if 8.0 indeed does not go on (I'll believe that
when it actually happens ;) ).
--
You are receiving this mail because:
You are the assignee for the bug.
-
https://bz.apache.org/bugzilla/show_bug.cgi?id=60750
--- Comment #23 from Mark Thomas ---
As does 8.5.x
--
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.
Author: markt
Date: Mon Mar 27 13:56:40 2017
New Revision: 1788932
URL: http://svn.apache.org/viewvc?rev=1788932&view=rev
Log:
Improve sendfile handling when requests are pipelined.
Added:
tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/net/SendfileKeepAliveState.java
(with props)
Modifi
Author: markt
Date: Mon Mar 27 14:21:01 2017
New Revision: 1788934
URL: http://svn.apache.org/viewvc?rev=1788934&view=rev
Log:
Tag 8.5.13
Added:
tomcat/tc8.5.x/TOMCAT_8_5_13/ (props changed)
- copied from r1788933, tomcat/tc8.5.x/trunk/
Modified:
tomcat/tc8.5.x/TOMCAT_8_5_13/build
Author: markt
Date: Mon Mar 27 14:22:35 2017
New Revision: 1788935
URL: http://svn.apache.org/viewvc?rev=1788935&view=rev
Log:
Correct tag location
Added:
tomcat/tc8.5.x/tags/TOMCAT_8_5_13/ (props changed)
- copied from r1788934, tomcat/tc8.5.x/TOMCAT_8_5_13/
Removed:
tomcat/tc8.5
Author: markt
Date: Mon Mar 27 14:54:46 2017
New Revision: 18928
Log:
Upload 8.5.13 for voting
Added:
dev/tomcat/tomcat-8/v8.5.13/
dev/tomcat/tomcat-8/v8.5.13/KEYS
dev/tomcat/tomcat-8/v8.5.13/README.html
dev/tomcat/tomcat-8/v8.5.13/RELEASE-NOTES
dev/tomcat/tomcat-8/v8.5.13/bin
The proposed Apache Tomcat 8.5.13 release is now available for voting.
The major changes compared to the 8.5.12 release are:
- Various HTTP/2 improvements
- Fixes for sendfile related issues that could cause subsequent requests
to experience IllegalStateExceptions
- Servlet 4.0 updates
It c
Hi,
2017-03-27 15:56 GMT+03:00 Mark Thomas :
>
> The proposed Apache Tomcat 9.0.0.M19 release is now available for voting.
>
> This is a milestone release for the 9.0.x branch. It should be
> noted that, as a milestone release:
> - Servlet 4.0 is not finalised
> - The EGs have not started work on
Author: markt
Date: Mon Mar 27 19:52:30 2017
New Revision: 1788999
URL: http://svn.apache.org/viewvc?rev=1788999&view=rev
Log:
Improve sendfile handling when requests are pipelined.
Added:
tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/net/SendfileKeepAliveState.java
(with props)
Modifi
Author: markt
Date: Mon Mar 27 20:01:52 2017
New Revision: 1789001
URL: http://svn.apache.org/viewvc?rev=1789001&view=rev
Log:
Increment version for next development cycle
Modified:
tomcat/tc8.5.x/trunk/build.properties.default
tomcat/tc8.5.x/trunk/res/maven/mvn.properties.default
tom
Author: markt
Date: Mon Mar 27 20:35:27 2017
New Revision: 1789008
URL: http://svn.apache.org/viewvc?rev=1789008&view=rev
Log:
Improve sendfile handling when requests are pipelined.
Added:
tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/net/SendfileKeepAliveState.java
- copied unchang
Author: markt
Date: Mon Mar 27 22:02:50 2017
New Revision: 1789024
URL: http://svn.apache.org/viewvc?rev=1789024&view=rev
Log:
Improve sendfile handling when requests are pipelined.
Added:
tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/SendfileKeepAliveState.java
- copied unchang
The Buildbot has detected a new failure on builder tomcat-6-trunk while
building . Full details are available at:
https://ci.apache.org/builders/tomcat-6-trunk/builds/215
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler sch
https://bz.apache.org/bugzilla/show_bug.cgi?id=60925
Bug ID: 60925
Summary: Running with SecurityManager - Property 'serverInfo'
not found on type
org.apache.catalina.core.ApplicationContextFacade
Product: Tomcat 8
https://bz.apache.org/bugzilla/show_bug.cgi?id=60925
Konstantin Kolinko changed:
What|Removed |Added
OS||All
--- Comment #1 from Konstanti
https://bz.apache.org/bugzilla/show_bug.cgi?id=60926
Bug ID: 60926
Summary: Servlet 4 method
ApplicationContextFacade.setSessionTimeout() calls
wrong method
Product: Tomcat 8
Version: 8.5.12
Hardware: PC
https://bz.apache.org/bugzilla/show_bug.cgi?id=60925
--- Comment #2 from Konstantin Kolinko ---
I think that this is triggered by the change in r1784768,
that changed inheritance hierarchy in ApplicationContextFacade
and the cause is that the solution implemented in r1644017 is incomplete:
metho
Author: markt
Date: Mon Mar 27 23:41:46 2017
New Revision: 1789031
URL: http://svn.apache.org/viewvc?rev=1789031&view=rev
Log:
Formatting
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11/AbstractInputBuffer.java
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11/Abstra
Author: violetagg
Date: Tue Mar 28 06:45:23 2017
New Revision: 1789051
URL: http://svn.apache.org/viewvc?rev=1789051&view=rev
Log:
A "space" in the property name is used in order to keep the "Property" column
at some specified width.
Modified:
tomcat/trunk/webapps/docs/config/systemprops.xml
Author: violetagg
Date: Tue Mar 28 06:52:18 2017
New Revision: 1789052
URL: http://svn.apache.org/viewvc?rev=1789052&view=rev
Log:
A "space" in the property name is used in order to keep the "Property" column
at some specified width.
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
tomc
https://bz.apache.org/bugzilla/show_bug.cgi?id=60927
Bug ID: 60927
Summary: JMX domain name for embed tomcat is inconsistent with
standard tomcat
Product: Tomcat 9
Version: 9.0.0.M18
Hardware: All
OS: All
Author: violetagg
Date: Tue Mar 28 06:59:15 2017
New Revision: 1789054
URL: http://svn.apache.org/viewvc?rev=1789054&view=rev
Log:
A "space" in the property name is used in order to keep the "Property" column
at some specified width.
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomc
57 matches
Mail list logo