Author: remm
Date: Fri Feb 9 09:02:49 2018
New Revision: 1823620
URL: http://svn.apache.org/viewvc?rev=1823620&view=rev
Log:
Add minor HPACK fixes, based on fixes by Stuart Douglas.
Modified:
tomcat/trunk/java/org/apache/coyote/http2/HpackDecoder.java
tomcat/trunk/webapps/docs/changelog.
Author: remm
Date: Fri Feb 9 09:06:23 2018
New Revision: 1823621
URL: http://svn.apache.org/viewvc?rev=1823621&view=rev
Log:
Add minor HPACK fixes, based on fixes by Stuart Douglas.
Modified:
tomcat/tc8.5.x/trunk/java/org/apache/coyote/http2/HpackDecoder.java
tomcat/tc8.5.x/trunk/webapps
Author: remm
Date: Fri Feb 9 09:12:34 2018
New Revision: 1823622
URL: http://svn.apache.org/viewvc?rev=1823622&view=rev
Log:
Add minor HPACK fixes, based on fixes by Stuart Douglas. (merge info ...)
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
Propchange: tomcat/tc8.5.x/trunk/
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/3043
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler sch
GitHub user m-czernek opened a pull request:
https://github.com/apache/tomcat/pull/98
Fix for BZ62048
Hi,
providing a small workaround for
https://bz.apache.org/bugzilla/show_bug.cgi?id=62048 as suggested by
Christopher in the BZ.
I tried to make the logout link
On Tue, Feb 6, 2018 at 6:33 PM, Mark Thomas wrote:
> The proposed Apache Tomcat 8.5.28 release is now available for voting.
>
> The major changes compared to the 8.5.27 release are:
>
> - Fix truncated request input streams when using NIO2 with TLS.
>
> - Improved error handling and reporting for
On Tue, Feb 6, 2018 at 5:08 PM, Mark Thomas wrote:
> The proposed Apache Tomcat 9.0.5 release is now available for voting.
>
> The major changes compared to the 9.0.4 release are:
>
> - Refactor error handling to enable errors that occur before processing
> is passed to the application to be han
https://bz.apache.org/bugzilla/show_bug.cgi?id=62048
--- Comment #3 from Michael Osipov <1983-01...@gmx.net> ---
(In reply to Mark Thomas from comment #1)
> They use BASIC auth. You can't logout from BASIC auth.
Why do you think so? I have swapped it for SPNEGO auth.
> We could change the auth m
Author: markt
Date: Fri Feb 9 12:18:36 2018
New Revision: 1823645
URL: http://svn.apache.org/viewvc?rev=1823645&view=rev
Log:
Cosmetic fixes
- @Override
- ws police
Modified:
tomcat/trunk/java/org/apache/coyote/http2/Http2AsyncParser.java
Modified: tomcat/trunk/java/org/apache/coyote/http2/
Author: markt
Date: Fri Feb 9 12:22:52 2018
New Revision: 1823646
URL: http://svn.apache.org/viewvc?rev=1823646&view=rev
Log:
Add some Javadoc to document unused code in the non-async parser and keep the
IDE happy.
Modified:
tomcat/trunk/java/org/apache/coyote/http2/Http2Parser.java
Modifi
Author: markt
Date: Fri Feb 9 12:27:53 2018
New Revision: 1823647
URL: http://svn.apache.org/viewvc?rev=1823647&view=rev
Log:
Refactor error page related code into a separate class so it can be re-used in
the ErrorReportValve.
Deprecate a couple of unused methods.
Added:
tomcat/trunk/java/o
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/3044
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler schedu
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/3045
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler sch
Author: remm
Date: Fri Feb 9 13:01:26 2018
New Revision: 1823650
URL: http://svn.apache.org/viewvc?rev=1823650&view=rev
Log:
Some more cleanups.
Modified:
tomcat/trunk/java/org/apache/coyote/http2/Http2AsyncParser.java
tomcat/trunk/java/org/apache/coyote/http2/Http2Parser.java
Modified:
Author: markt
Date: Fri Feb 9 14:04:42 2018
New Revision: 1823658
URL: http://svn.apache.org/viewvc?rev=1823658&view=rev
Log:
Refactor the code that searches for a matching error page by working up the
class hierarchy of an exception type to ErrorPageSupport to enable re-use.
Modified:
tomc
https://bz.apache.org/bugzilla/show_bug.cgi?id=62090
Bug ID: 62090
Summary: NPE in o.a.t.util.modeler.Util when servlet-name does
not exist in web.xml
Product: Tomcat 9
Version: 9.0.4
Hardware: PC
OS: Linux
https://bz.apache.org/bugzilla/show_bug.cgi?id=62090
Coty Sutherland changed:
What|Removed |Added
Keywords||Beginner
--
You are receiving this
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Mark,
On 2/6/18 6:33 PM, Mark Thomas wrote:
> The proposed Apache Tomcat 8.5.28 release is now available for
> voting.
>
> The major changes compared to the 8.5.27 release are:
>
> - Fix truncated request input streams when using NIO2 with TLS.
>
Author: remm
Date: Fri Feb 9 15:46:52 2018
New Revision: 1823670
URL: http://svn.apache.org/viewvc?rev=1823670&view=rev
Log:
Fix window size reservation deadlock.
Modified:
tomcat/trunk/java/org/apache/coyote/http2/Http2AsyncParser.java
Modified: tomcat/trunk/java/org/apache/coyote/http2/Ht
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/3048
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler schedu
Author: remm
Date: Fri Feb 9 16:16:55 2018
New Revision: 1823672
URL: http://svn.apache.org/viewvc?rev=1823672&view=rev
Log:
Revert the "fixes" not related to the window size deadlock fix.
Modified:
tomcat/trunk/java/org/apache/coyote/http2/Http2AsyncParser.java
Modified: tomcat/trunk/java/
https://bz.apache.org/bugzilla/show_bug.cgi?id=62090
--- Comment #1 from Christopher Schultz ---
The XML schema *requires the servlet-name element. (Note that the servlet-class
element is not required.) Tomcat simply doesn't use the schema to validate
web.xml, so this "error" falls through the cr
https://bz.apache.org/bugzilla/show_bug.cgi?id=62090
--- Comment #2 from Remy Maucherat ---
XML validation is annoying IMO, having checks for functionally significant
items can be useful (also, the issue here might exist with embedded or some
other use maybe ?).
--
You are receiving this mail b
https://bz.apache.org/bugzilla/show_bug.cgi?id=62090
--- Comment #3 from Christopher Schultz ---
How is it annoying?
Just set "setSchema(schema); setValidating(false);".
It's only going to validate once per context-launch, so this isn't a
performance problem.
Validating XML documents against t
https://bz.apache.org/bugzilla/show_bug.cgi?id=62093
Bug ID: 62093
Summary: Allow use_server_errors to apply to specific status
code only
Product: Tomcat Connectors
Version: 1.2.42
Hardware: PC
OS: Linux
https://bz.apache.org/bugzilla/show_bug.cgi?id=62093
Alex Peissel changed:
What|Removed |Added
Severity|normal |enhancement
--
You are receiving this
https://bz.apache.org/bugzilla/show_bug.cgi?id=62094
Bug ID: 62094
Summary: Certificate verification using CRL with Tomcat APR
connector does not work
Product: Tomcat Native
Version: 1.2.7
Hardware: PC
OS: L
https://bz.apache.org/bugzilla/show_bug.cgi?id=62094
twsatw...@gmail.com changed:
What|Removed |Added
CC||twsatw...@gmail.com
--- Comment #
https://bz.apache.org/bugzilla/show_bug.cgi?id=62094
Christopher Schultz changed:
What|Removed |Added
Attachment #35725|text/x-csrc |text/plain
mime type|
https://bz.apache.org/bugzilla/show_bug.cgi?id=58624
--- Comment #17 from SAIRAM NATARAJAN ---
Using tomcat version 8.0.38. Seeing the block on sendText message indefinitely.
"pool-2-thread-2" #26 prio=5 os_prio=0 tid=0x0bc22c00 nid=0x5ca7 waiting for
monitor entry [0x8636f000]
java.lang.Thre
30 matches
Mail list logo