Author: markt
Date: Fri Jun 12 09:37:23 2015
New Revision: 1685053
URL: http://svn.apache.org/r1685053
Log:
Protect against windowSize overflow
Modified:
tomcat/trunk/java/org/apache/coyote/http2/AbstractStream.java
Modified: tomcat/trunk/java/org/apache/coyote/http2/AbstractStream.java
URL:
The Buildbot has detected a new failure on builder tomcat-trunk while building
ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/1371
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSchedu
Author: markt
Date: Fri Jun 12 11:17:08 2015
New Revision: 1685065
URL: http://svn.apache.org/r1685065
Log:
Remove stray '-' after splitting of increment and decrement methods
Modified:
tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java
Modified: tomcat/trunk/java/org/apache/
Author: markt
Date: Fri Jun 12 11:19:55 2015
New Revision: 1685066
URL: http://svn.apache.org/r1685066
Log:
Add debug logging
Fix logic error in overflow protection
Modified:
tomcat/trunk/java/org/apache/coyote/http2/AbstractStream.java
tomcat/trunk/java/org/apache/coyote/http2/LocalStrin
The Buildbot has detected a build exception on builder tomcat-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/1372
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSc
Author: markt
Date: Fri Jun 12 12:48:44 2015
New Revision: 1685079
URL: http://svn.apache.org/r1685079
Log:
Fix test error highlighted by fix in window size handling
Modified:
tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_5_1.java
Modified: tomcat/trunk/test/org/apache/coyote/ht
Author: markt
Date: Fri Jun 12 13:45:44 2015
New Revision: 1685091
URL: http://svn.apache.org/r1685091
Log:
Add some debug logging to the allocate process when there is a backlog.
Fix some bugs identified by unit test I haven't committed yet (because it is
still failing)
Modified:
tomcat/tru
The Buildbot has detected a build exception on builder tomcat-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/1374
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSc
The Buildbot has detected a restored build on builder tomcat-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/1373
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSch
https://bz.apache.org/bugzilla/show_bug.cgi?id=57974
Remy Maucherat changed:
What|Removed |Added
Severity|critical|minor
OS|Windows XP
https://bz.apache.org/bugzilla/show_bug.cgi?id=57282
--- Comment #28 from Stephen Chen ---
Created attachment 32813
--> https://bz.apache.org/bugzilla/attachment.cgi?id=32813&action=edit
request process pdf version
--
You are receiving this mail because:
You are the assignee for the bug.
---
https://bz.apache.org/bugzilla/show_bug.cgi?id=57282
--- Comment #29 from Stephen Chen ---
Created attachment 32814
--> https://bz.apache.org/bugzilla/attachment.cgi?id=32814&action=edit
Authenticate pdf
--
You are receiving this mail because:
You are the assignee for the bug.
--
Author: remm
Date: Fri Jun 12 15:43:16 2015
New Revision: 1685108
URL: http://svn.apache.org/r1685108
Log:
58004: AJP would buffer data even in blocking mode, leading to leaking. Should
not affect trunk from what I can see.
Modified:
tomcat/tc8.0.x/trunk/java/org/apache/coyote/ajp/AbstractAj
https://bz.apache.org/bugzilla/show_bug.cgi?id=58004
Remy Maucherat changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
Author: markt
Date: Fri Jun 12 16:41:30 2015
New Revision: 1685126
URL: http://svn.apache.org/r1685126
Log:
Fix an edge case bug
- Window size may go negative due to handling of rounding errors
Fix a nasty type s/=-/-=/ that was causing strange allocation effects
Modified:
tomcat/trunk/java/
Author: remm
Date: Fri Jun 12 16:42:31 2015
New Revision: 1685128
URL: http://svn.apache.org/r1685128
Log:
57974: Key the open session map on the endpoint instance rather than endpoint
class. Will backport if it doesn't cause issues.
Modified:
tomcat/trunk/java/org/apache/tomcat/websocket/Ws
Author: remm
Date: Fri Jun 12 16:44:24 2015
New Revision: 1685129
URL: http://svn.apache.org/r1685129
Log:
57974: Key the open session map on the endpoint instance rather than endpoint
class. Will backport if it doesn't cause issues. [forgot unregister ...]
Modified:
tomcat/trunk/java/org/ap
https://bz.apache.org/bugzilla/show_bug.cgi?id=57974
--- Comment #3 from Remy Maucherat ---
Attempting fix in trunk, will backport if there are no issues.
--
You are receiving this mail because:
You are the assignee for the bug.
-
Hello all,
Should I submit a bug report?
The fact that Tomcat starts consuming 100% CPU as soon as Apache-HTTP is
restarted does to me sound like a bug. Without using APR there is no issue.
Thanks,
Milo
On 06/07/2015 08:56 PM, Milo van der Zee wrote:
Hello,
I'm having trouble with the follo
Author: markt
Date: Fri Jun 12 17:11:38 2015
New Revision: 1685134
URL: http://svn.apache.org/r1685134
Log:
Don't release backlog until window size is positive
Modified:
tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java
Modified: tomcat/trunk/java/org/apache/coyote/http2/Htt
Author: markt
Date: Fri Jun 12 17:20:46 2015
New Revision: 1685136
URL: http://svn.apache.org/r1685136
Log:
writeBody() log the actual length being written rather than the size of the
data remaining in the buffer.
allocate() don't update leftToAllocate until the allocation loop has completed
Mo
Author: markt
Date: Fri Jun 12 17:21:12 2015
New Revision: 1685137
URL: http://svn.apache.org/r1685137
Log:
Test for priority
Added:
tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_5_3.java (with
props)
Added: tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_5_3.java
https://bz.apache.org/bugzilla/show_bug.cgi?id=57974
--- Comment #4 from Mark Thomas ---
This issue will occur frequently in POJO endpoints since they all share the
same Endpoint implementation class (which is how I suspect the OP hit this
issue).
--
You are receiving this mail because:
You are
https://bz.apache.org/bugzilla/show_bug.cgi?id=57974
--- Comment #5 from Remy Maucherat ---
Good point. So I'll backport the fix then.
--
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe,
The Buildbot has detected a new failure on builder tomcat-trunk while building
ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/1377
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSchedu
https://bz.apache.org/bugzilla/show_bug.cgi?id=57974
--- Comment #6 from Remy Maucherat ---
TestWsWebSocketContainer, so it needs more work/review.
--
You are receiving this mail because:
You are the assignee for the bug.
-
To
Author: markt
Date: Fri Jun 12 19:32:52 2015
New Revision: 1685147
URL: http://svn.apache.org/r1685147
Log:
Use right i18n key
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java
Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java
URL:
http://svn.apac
Rémy,
On 6/12/15 11:52 AM, bugzi...@apache.org wrote:
> https://bz.apache.org/bugzilla/show_bug.cgi?id=58004
>
> Remy Maucherat changed:
>
>What|Removed |Added
>
> Resolutio
Je serai absent(e) du 12/06/2015 au 25/06/2015.
Je répondrai à votre message dès mon retour. Pour toute urgence vous pouvez
contacter le BIJ au 05 61 02 86 10
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For
https://bz.apache.org/bugzilla/show_bug.cgi?id=57530
--- Comment #5 from Christopher Schultz ---
Having played-around with sun.net.http.allowRestrictedHeaders, I believe it's
one of those things that gets consulted one time and then never looked-at
again. That means that, if the tests are run in
30 matches
Mail list logo