https://bz.apache.org/bugzilla/show_bug.cgi?id=59897
Koen Wilde changed:
What|Removed |Added
CC||kwi...@bol.com
--- Comment #2 from Koen W
Hi all,
change r1767357 broke ajp connector with an executor.
Tomcat fails to set the thread priority, since the ajp connector reports a
default priority of -1 and Thread#setPriority will throw an IAE in line 583 of
AbstractProtocol#start.
To reproduce this enable the commented executor in ser
On 03/11/2016 14:43, Felix Schumacher wrote:
> Hi all,
>
> change r1767357 broke ajp connector with an executor.
>
> Tomcat fails to set the thread priority, since the ajp connector reports a
> default priority of -1 and Thread#setPriority will throw an IAE in line 583
> of AbstractProtocol#sta
Just a quick question for clarity regarding APR tests...we're testing
against the openssl-1.0.2-stable branch, correct? That passes fine,
but testing against trunk fails a couple of tests:
org.apache.tomcat.util.net.openssl.ciphers.TestCipher.testAllOpenSSLCiphersMapped
junit.framework.AssertionF
2016-11-03 15:49 GMT+01:00 Mark Thomas :
> On 03/11/2016 14:43, Felix Schumacher wrote:
> > Hi all,
> >
> > change r1767357 broke ajp connector with an executor.
> >
> > Tomcat fails to set the thread priority, since the ajp connector reports
> a default priority of -1 and Thread#setPriority will
Author: violetagg
Date: Thu Nov 3 15:11:18 2016
New Revision: 1767903
URL: http://svn.apache.org/viewvc?rev=1767903&view=rev
Log:
Set the buffer size if it is above the one specified when OutputBuffer object
was created.
This change resets the behavior to the one before r1758421.
Modified:
Author: violetagg
Date: Thu Nov 3 15:19:48 2016
New Revision: 1767904
URL: http://svn.apache.org/viewvc?rev=1767904&view=rev
Log:
Set the buffer size if it is above the one specified when OutputBuffer object
was created.
This change resets the behavior to the one before r1758421.
Modified:
Mark,
On 11/2/16 10:15 AM, Mark Thomas wrote:
> The proposed Apache Tomcat 8.5.7 release is now available for voting.
>
> The major changes compared to the 8.5.6 release are:
>
>
> - Implement header limits for HTTP/2
>
> - Improve handling of I/O errors with async processing
>
> - Fail earli
Violetta,
On 11/3/16 11:11 AM, violet...@apache.org wrote:
> Author: violetagg
> Date: Thu Nov 3 15:11:18 2016
> New Revision: 1767903
>
> URL: http://svn.apache.org/viewvc?rev=1767903&view=rev
> Log:
> Set the buffer size if it is above the one specified when OutputBuffer object
> was created.
2016-11-03 18:37 GMT+02:00 Christopher Schultz :
>
> Violetta,
>
> On 11/3/16 11:11 AM, violet...@apache.org wrote:
> > Author: violetagg
> > Date: Thu Nov 3 15:11:18 2016
> > New Revision: 1767903
> >
> > URL: http://svn.apache.org/viewvc?rev=1767903&view=rev
> > Log:
> > Set the buffer size if i
Author: fschumacher
Date: Thu Nov 3 17:26:53 2016
New Revision: 1767935
URL: http://svn.apache.org/viewvc?rev=1767935&view=rev
Log:
ws police
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
tomcat/tc8.5.x/trunk/webapps/docs/config/http2.xml
Propchange: tomcat/tc8.5.x/trunk/
--
Violeta,
On 11/3/16 12:43 PM, Violeta Georgieva wrote:
> 2016-11-03 18:37 GMT+02:00 Christopher Schultz > :
>>
>> Violetta,
>>
>> On 11/3/16 11:11 AM, violet...@apache.org wrote:
>>> Author: violetagg
>>> Date: Thu Nov 3 15:11:18 2016
>>> New Revision: 1767903
>>>
>>> URL: http://svn.apache.org/v
Felix,
On 11/3/16 10:43 AM, Felix Schumacher wrote:
> Hi all,
>
> change r1767357 broke ajp connector with an executor.
>
> Tomcat fails to set the thread priority, since the ajp connector
> reports a default priority of -1 and Thread#setPriority will throw an
> IAE in line 583 of AbstractProtoc
Am 03.11.2016 um 18:32 schrieb Christopher Schultz:
Felix,
On 11/3/16 10:43 AM, Felix Schumacher wrote:
Hi all,
change r1767357 broke ajp connector with an executor.
Tomcat fails to set the thread priority, since the ajp connector
reports a default priority of -1 and Thread#setPriority will t
Author: violetagg
Date: Thu Nov 3 18:20:42 2016
New Revision: 1767945
URL: http://svn.apache.org/viewvc?rev=1767945&view=rev
Log:
Ensure that in all cases the correct position and limit are set to the endChunk
buffer.
Modified:
tomcat/trunk/java/org/apache/coyote/http11/filters/ChunkedOutpu
Author: fschumacher
Date: Thu Nov 3 18:22:56 2016
New Revision: 1767946
URL: http://svn.apache.org/viewvc?rev=1767946&view=rev
Log:
Check that threadPriority values used in AbstractProtocol are valid.
Followup to r1767328
Modified:
tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java
Am 03.11.2016 um 15:49 schrieb Mark Thomas:
On 03/11/2016 14:43, Felix Schumacher wrote:
Hi all,
change r1767357 broke ajp connector with an executor.
Tomcat fails to set the thread priority, since the ajp connector reports a
default priority of -1 and Thread#setPriority will throw an IAE in
Author: violetagg
Date: Thu Nov 3 18:34:30 2016
New Revision: 1767947
URL: http://svn.apache.org/viewvc?rev=1767947&view=rev
Log:
Merged revision 1767945 from tomcat/trunk:
Ensure that in all cases the correct position and limit are set to the endChunk
buffer.
Modified:
tomcat/tc8.5.x/trunk
Author: fschumacher
Date: Thu Nov 3 18:37:37 2016
New Revision: 1767948
URL: http://svn.apache.org/viewvc?rev=1767948&view=rev
Log:
heck that threadPriority values used in AbstractProtocol are valid.
Followup to r1767357
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
tomcat/tc8.5.x/tr
Hi Felix,
2016-11-03 20:24 GMT+02:00 Felix Schumacher <
felix.schumac...@internetallee.de>:
>
> Am 03.11.2016 um 15:49 schrieb Mark Thomas:
>>
>> On 03/11/2016 14:43, Felix Schumacher wrote:
>>>
>>> Hi all,
>>>
>>> change r1767357 broke ajp connector with an executor.
>>>
>>> Tomcat fails to set t
https://bz.apache.org/bugzilla/show_bug.cgi?id=60333
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Am 3. November 2016 21:01:51 MEZ, schrieb Violeta Georgieva
:
>Hi Felix,
>
>2016-11-03 20:24 GMT+02:00 Felix Schumacher <
>felix.schumac...@internetallee.de>:
>>
>> Am 03.11.2016 um 15:49 schrieb Mark Thomas:
>>>
>>> On 03/11/2016 14:43, Felix Schumacher wrote:
Hi all,
change
This vote is cancelled due to a regression in the fix for BZ 60319.
8.5.8 will follow shortly.
Mark
On 02/11/2016 14:15, Mark Thomas wrote:
> The proposed Apache Tomcat 8.5.7 release is now available for voting.
>
> The major changes compared to the 8.5.6 release are:
>
>
> - Implement heade
This vote is cancelled due to a regression in the fix for BZ 60319.
M13 will follow shortly.
Mark
On 02/11/2016 13:06, Mark Thomas wrote:
> The proposed Apache Tomcat 9.0.0.M12 release is now available for voting.
>
> This is a milestone release for the 9.0.x branch. It should be
> noted that,
Author: markt
Date: Thu Nov 3 20:30:13 2016
New Revision: 16826
Log:
Drop after cancelled votes
Removed:
dev/tomcat/tomcat-8/v8.5.7/
dev/tomcat/tomcat-9/v9.0.0.M12/
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apac
Author: markt
Date: Thu Nov 3 20:33:18 2016
New Revision: 1767967
URL: http://svn.apache.org/viewvc?rev=1767967&view=rev
Log:
8.5.7 won't be released
Modified:
tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.o
Author: markt
Date: Thu Nov 3 20:32:57 2016
New Revision: 1767966
URL: http://svn.apache.org/viewvc?rev=1767966&view=rev
Log:
M12 won't be released
Modified:
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/t
https://bz.apache.org/bugzilla/show_bug.cgi?id=60333
Prahalad Prabhakar changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|INVAL
https://bz.apache.org/bugzilla/show_bug.cgi?id=60333
Mark Thomas changed:
What|Removed |Added
Resolution|--- |INVALID
Status|REOPENED
Author: markt
Date: Thu Nov 3 20:52:15 2016
New Revision: 1767969
URL: http://svn.apache.org/viewvc?rev=1767969&view=rev
Log:
Tag 9.0.0.M13
Added:
tomcat/tags/TOMCAT_9_0_0_M13/
- copied from r1767968, tomcat/trunk/
Modified:
tomcat/tags/TOMCAT_9_0_0_M13/build.properties.default
Author: markt
Date: Thu Nov 3 20:54:52 2016
New Revision: 1767970
URL: http://svn.apache.org/viewvc?rev=1767970&view=rev
Log:
Increment version for next release
Modified:
tomcat/tc8.5.x/trunk/build.properties.default
tomcat/tc8.5.x/trunk/res/maven/mvn.properties.default
Modified: tomcat
Author: markt
Date: Thu Nov 3 20:56:24 2016
New Revision: 1767971
URL: http://svn.apache.org/viewvc?rev=1767971&view=rev
Log:
Tag 8.5.8
Added:
tomcat/tc8.5.x/tags/TOMCAT_8_5_8/ (props changed)
- copied from r1767970, tomcat/tc8.5.x/trunk/
Modified:
tomcat/tc8.5.x/tags/TOMCAT_8_5_
https://bz.apache.org/bugzilla/show_bug.cgi?id=60333
Prahalad Prabhakar changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|INVAL
https://bz.apache.org/bugzilla/show_bug.cgi?id=60333
Mark Thomas changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
https://bz.apache.org/bugzilla/show_bug.cgi?id=60333
--- Comment #6 from Christopher Schultz ---
One weird consequence of using # in path names is just that: if they are used
in URLs (e.g. ClassLoader.getResource()), they can fail because the # does
funny things. I haven't done extensive testing,
https://bz.apache.org/bugzilla/show_bug.cgi?id=60333
--- Comment #7 from Prahalad Prabhakar ---
Thanks for the speedy updates.
--
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail:
Added: dev/tomcat/tomcat-9/v9.0.0.M13/src/apache-tomcat-9.0.0.M13-src.tar.gz.asc
==
--- dev/tomcat/tomcat-9/v9.0.0.M13/src/apache-tomcat-9.0.0.M13-src.tar.gz.asc
(added)
+++ dev/tomcat/tomcat-9/v9.0.0.M13/src/apache-tomcat
Author: markt
Date: Thu Nov 3 21:27:18 2016
New Revision: 16827
Log:
Upload 9.0.0.M13 for voting
Added:
dev/tomcat/tomcat-9/v9.0.0.M13/
dev/tomcat/tomcat-9/v9.0.0.M13/KEYS (with props)
dev/tomcat/tomcat-9/v9.0.0.M13/README.html (with props)
dev/tomcat/tomcat-9/v9.0.0.M13/RELE
The proposed Apache Tomcat 9.0.0.M13 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
9.0.0.M13 corrects a
The proposed Apache Tomcat 8.5.8 release is now available for voting.
8.5.8 corrects a regression 8.5.7.
The major changes compared to the 8.5.6 release are:
- Implement header limits for HTTP/2
- Improve handling of I/O errors with async processing
- Fail earlier on invalid HTTP requests
It
Author: markt
Date: Thu Nov 3 21:49:51 2016
New Revision: 16828
Log:
Upload 8.5.8 for voting
Added:
dev/tomcat/tomcat-8/v8.5.8/
dev/tomcat/tomcat-8/v8.5.8/KEYS (with props)
dev/tomcat/tomcat-8/v8.5.8/README.html (with props)
dev/tomcat/tomcat-8/v8.5.8/RELEASE-NOTES
dev/to
Propchange: dev/tomcat/tomcat-8/v8.5.8/src/apache-tomcat-8.5.8-src.zip
--
svn:mime-type = application/octet-stream
Added: dev/tomcat/tomcat-8/v8.5.8/src/apache-tomcat-8.5.8-src.zip.asc
=
42 matches
Mail list logo