SHA256
1
0
forked from pool/tomcat

Accepting request 447333 from home:AndreasStieger:branches:Java:packages

tomcat 8.0.39 boo#1003911

OBS-URL: https://build.opensuse.org/request/show/447333
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=102
This commit is contained in:
Matei Albu
2017-01-02 10:28:40 +00:00
committed by Git OBS Bridge
parent 4331deb96a
commit 21808b373c
9 changed files with 143 additions and 1057 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Wed Dec 21 21:49:10 UTC 2016 - astieger@suse.com
- update to 8.0.39: (boo#1003911)
* Improve handling of I/O errors with async processing
* Fail earlier on invalid HTTP request
- includes changes from 8.0.38:
* Refactoring the non-container thread Async complete()/dispatch()
handling to remove the possibility of deadlock
* Improved UTF-8 handling for the RewriteValve
- includes changes from 8.0.37:
* Treat paths used to obtain a request dispatcher as encoded
(configurable)
* Various jdbc-pool fixes
- drop tomcat-8.0.36-jar-scanner-loop.patch, upstream
-------------------------------------------------------------------
Thu Sep 29 12:26:30 UTC 2016 - tchvatal@suse.com