[Bug 60173] tomcat 8 fails with non standard HPACK receiver size

2016-09-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60173 --- Comment #8 from Remy Maucherat --- (In reply to patrick mcmanus from comment #6) > can I ask what happens if a client advertises >64KB? I'm assuming tomcat > just uses 64 and ignores the rest but wanted to ask. 64*1024 is the new size limi

[Bug 60183] New: missing reason phrase in tomcat 8.5.x

2016-09-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60183 Bug ID: 60183 Summary: missing reason phrase in tomcat 8.5.x Product: Tomcat 8 Version: 8.5.x-trunk Hardware: PC Status: NEW Severity: normal Priority: P2

[Bug 60183] missing reason phrase in tomcat 8.5.x

2016-09-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60183 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 60183] missing reason phrase in tomcat 8.5.x

2016-09-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60183 --- Comment #2 from Arul --- Reason Phrase was provided till 8.0.37. Not sure why this is intentionally removed from 8.5.x. -- You are receiving this mail because: You are the assignee for the bug. ---

[GitHub] tomcat pull request #34: fixed retrieval org.apache.catalina.startup.EXIT_ON...

2016-09-28 Thread alostale
GitHub user alostale opened a pull request: https://github.com/apache/tomcat/pull/34 fixed retrieval org.apache.catalina.startup.EXIT_ON_INIT_FAILURE This property was incorrectly tried to be retrieved: it converted the proprety name directly into boolean instead of its value

[GitHub] tomcat issue #34: fixed retrieval org.apache.catalina.startup.EXIT_ON_INIT_F...

2016-09-28 Thread SvetlinZarev
Github user SvetlinZarev commented on the issue: https://github.com/apache/tomcat/pull/34 Nope, Boolean.getBoolean("xxx") tries to convert the value of the system property "xxx" to a boolean or returns false if it's missing. The method name is indeed very misleading, but works as expe

[GitHub] tomcat issue #34: fixed retrieval org.apache.catalina.startup.EXIT_ON_INIT_F...

2016-09-28 Thread alostale
Github user alostale commented on the issue: https://github.com/apache/tomcat/pull/34 Sorry, I misread the docs :( --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wis

[GitHub] tomcat pull request #34: fixed retrieval org.apache.catalina.startup.EXIT_ON...

2016-09-28 Thread alostale
Github user alostale closed the pull request at: https://github.com/apache/tomcat/pull/34 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is ena

[Bug 60152] Allow exceptions from Connector.start() to be caught and handled in code that embeds Tomcat

2016-09-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60152 --- Comment #7 from Mark Thomas --- The current behaviour derives to bug 49030 and r752323. I'm still looking at options for implementing this but it does look like it is going to involve some form of new configuration option. -- You are rec

[Bug 60173] tomcat 8 fails with non standard HPACK receiver size

2016-09-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60173 --- Comment #9 from patrick mcmanus --- (In reply to Remy Maucherat from comment #8) > (In reply to patrick mcmanus from comment #6) > > can I ask what happens if a client advertises >64KB? I'm assuming tomcat > > just uses 64 and ignores the r

svn commit: r1762638 - /tomcat/trunk/java/org/apache/catalina/util/LifecycleBase.java

2016-09-28 Thread markt
Author: markt Date: Wed Sep 28 12:44:04 2016 New Revision: 1762638 URL: http://svn.apache.org/viewvc?rev=1762638&view=rev Log: Add some Javadoc Reduce whitespace Use longer lines where possible Modified: tomcat/trunk/java/org/apache/catalina/util/LifecycleBase.java Modified: tomcat/trunk/jav

[Bug 57767] Websocket client proprietary configuration

2016-09-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57767 --- Comment #5 from MikeLing --- (In reply to Mark Thomas from comment #4) > I'd suggest supporting 302 responses as a starting point. The code should > handle both absolute and relative redirects. > > There is a ready made test case here: > h

[Tomcat Wiki] Update of "ContributorsGroup" by ChristopherSchultz

2016-09-28 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "ContributorsGroup" page has been changed by ChristopherSchultz: https://wiki.apache.org/tomcat/ContributorsGroup?action=diff&rev1=29&rev2=30 * GregTrasuk * HartmutBecker *

svn commit: r1762710 - in /tomcat/trunk: bin/catalina.bat webapps/docs/changelog.xml

2016-09-28 Thread schultz
Author: schultz Date: Wed Sep 28 21:05:48 2016 New Revision: 1762710 URL: http://svn.apache.org/viewvc?rev=1762710&view=rev Log: Add startup script documentation clarifying the (non) use of enviroment variables when Tomcat is launched as a Windows Service. Modified: tomcat/trunk/bin/catalina

Re: Introduce methods read/write with ByteBuffer in CoyoteInputStream/CoyoteOutputStream

2016-09-28 Thread Violeta Georgieva
Hi, 2016-09-22 22:21 GMT+03:00 Violeta Georgieva : > > > > 2016-09-22 18:29 GMT+03:00 Rémy Maucherat : > > > > 2016-09-22 17:13 GMT+02:00 Violeta Georgieva : > > > > > Hi, > > > > > > 2016-09-14 20:43 GMT+03:00 Rémy Maucherat : > > > > > > > > 2016-09-13 20:07 GMT+02:00 Violeta Georgieva : > > > >

svn commit: r1762711 - in /tomcat/tc8.5.x/trunk: ./ bin/catalina.bat webapps/docs/changelog.xml

2016-09-28 Thread schultz
Author: schultz Date: Wed Sep 28 21:08:16 2016 New Revision: 1762711 URL: http://svn.apache.org/viewvc?rev=1762711&view=rev Log: Back-port r1762710 to add startup script documentation clarifying the (non) use of enviroment variables when Tomcat is launched as a Windows Service. Modified: to

svn commit: r1762712 - in /tomcat/tc8.0.x/trunk: ./ bin/catalina.bat webapps/docs/changelog.xml

2016-09-28 Thread schultz
Author: schultz Date: Wed Sep 28 21:09:25 2016 New Revision: 1762712 URL: http://svn.apache.org/viewvc?rev=1762712&view=rev Log: Back-port r1762710 to add startup script documentation clarifying the (non) use of enviroment variables when Tomcat is launched as a Windows Service. Modified: to

svn commit: r1762713 - in /tomcat/tc7.0.x/trunk: ./ bin/catalina.bat webapps/docs/changelog.xml

2016-09-28 Thread schultz
Author: schultz Date: Wed Sep 28 21:11:31 2016 New Revision: 1762713 URL: http://svn.apache.org/viewvc?rev=1762713&view=rev Log: Back-port r1762710 to add startup script documentation clarifying the (non) use of enviroment variables when Tomcat is launched as a Windows Service. [DOC: CTR] Modif

[Tomcat Wiki] Update of "WikiSandBox" by JamesLampert

2016-09-28 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "WikiSandBox" page has been changed by JamesLampert: https://wiki.apache.org/tomcat/WikiSandBox?action=diff&rev1=6&rev2=7 2. blockquote deeper + CLProgram === Glos

[Tomcat Wiki] Update of "WikiSandBox" by JamesLampert

2016-09-28 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "WikiSandBox" page has been changed by JamesLampert: https://wiki.apache.org/tomcat/WikiSandBox?action=diff&rev1=7&rev2=8 Please feel free to experiment here, after the four dashe

[Tomcat Wiki] Update of "WikiSandBox" by JamesLampert

2016-09-28 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "WikiSandBox" page has been changed by JamesLampert: https://wiki.apache.org/tomcat/WikiSandBox?action=diff&rev1=8&rev2=9 blockquote . deeper - CL_Program + IBM_MidrangeSy

[Tomcat Wiki] Update of "WikiSandBox" by JamesLampert

2016-09-28 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "WikiSandBox" page has been changed by JamesLampert: https://wiki.apache.org/tomcat/WikiSandBox?action=diff&rev1=9&rev2=10 blockquote . deeper - IBM_MidrangeSystem +

[GUMP@vmgump]: Project tomcat-trunk-test-nio (in module tomcat-trunk) failed

2016-09-28 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk-test-nio has an issue affecting its community integration. Th

Re: [VOTE] JK 1.2.42

2016-09-28 Thread Keiichi Fujino
2016-09-27 23:23 GMT+09:00 Mark Thomas : > Tag: > http://svn.apache.org/viewvc/tomcat/jk/tags/JK_1_2_42/ > > Source: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-connectors/jk/ > > This is a maintenance release with a handful of bug fixes. It also > includes Windows binaries for IIS. > >

[GUMP@vmgump]: Project tomcat-tc7.0.x-test-apr (in module tomcat-7.0.x) failed

2016-09-28 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-tc7.0.x-test-apr has an issue affecting its community integration.

[Bug 60183] missing reason phrase in tomcat 8.5.x

2016-09-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60183 --- Comment #3 from Huxing Zhang --- Hi, if you read the source codes, the reason is stated clearly: https://github.com/apache/tomcat/blob/fc6f2ead8463d06ae73954508927e4f2224c8e77/java/org/apache/coyote/http11/Http11OutputBuffer.java#L341