RE: [Bug 61223] Enhance the documentation for mbeans-descriptors.xml

2017-11-10 Thread Kapil Kumar
https://bz.apache.org/bugzilla/show_bug.cgi?id=61223 Updated patch file for individual file as suggested. Could you please give me something else to work upon. Regards Kapil Kumar -Original Message- From: bugzi...@apache.org [mailto:bugzi...@apache.org] Sent: 05 नवम्बर 2017 22:12 To:

[GUMP@vmgump-vm3]: Project tomcat-trunk-validate (in module tomcat-trunk) failed

2017-11-10 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-validate has an issue affecting its community integration.

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

2017-11-10 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-validate has an issue affecting its community

[GUMP@vmgump-vm3]: Project tomcat-tc8.0.x-validate (in module tomcat-8.0.x) failed

2017-11-10 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-tc8.0.x-validate has an issue affecting its community

[Bug 58988] $ escaping for rewrite

2017-11-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58988 --- Comment #9 from Felix Schumacher --- Can you try and add an R flag to the variant that has the escaped percent sign? -- You are receiving this mail because: You are the assignee for the bug.

[Bug 58988] $ escaping for rewrite

2017-11-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58988 Felix Schumacher changed: What|Removed |Added Status|REOPENED

[GitHub] tomcat issue #76: added SessionInitializerFilter

2017-11-10 Thread isapir
Github user isapir commented on the issue: https://github.com/apache/tomcat/pull/76 @kkolinko I will create a ticket. Unfortunately the issue with WebSocket is due to the JSR-356 specification. I have spent a lot of time researching this issue and unfortunately that was the

[Bug 58988] $ escaping for rewrite

2017-11-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58988 --- Comment #7 from Stefan --- With backslash --- RewriteRule^/context/id=(\w{3})(\d{12}).*$ %{CONTEXT_PATH}/site/form/?mode=search=Help\%20Desk="$1$2" [NC,NE,L] RESULT - wrong URL

[Bug 61524] NullPointerException in Http11OutputBuffer

2017-11-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61524 --- Comment #7 from Konstantin Kolinko --- Set the following system property (if you have not set it yet): org.apache.catalina.connector.RECYCLE_FACADES=true See the last section in

[Tomcat Wiki] Update of "FAQ/Troubleshooting_and_Diagnostics" by KonstantinKolinko

2017-11-10 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "FAQ/Troubleshooting_and_Diagnostics" page has been changed by KonstantinKolinko: https://wiki.apache.org/tomcat/FAQ/Troubleshooting_and_Diagnostics?action=diff=18=19 Comment:

[GitHub] tomcat issue #76: added SessionInitializerFilter

2017-11-10 Thread kkolinko
Github user kkolinko commented on the issue: https://github.com/apache/tomcat/pull/76 1. Create an entry in Bugzilla and reference this PR, so that this is correctly mentioned in change log. http://tomcat.apache.org/bugreport.html 2. I do not mind this utility filter

[GitHub] tomcat issue #76: added SessionInitializerFilter

2017-11-10 Thread ChristopherSchultz
Github user ChristopherSchultz commented on the issue: https://github.com/apache/tomcat/pull/76 @markt-asf re: `Filter` versus configuration This could be something that we add now just as a `Filter` but in the future add a configuration option that just automatically

buildbot success in on tomcat-8-trunk

2017-11-10 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-8-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-8-trunk/builds/1171 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

svn commit: r1814828 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/cgi-howto.xml webapps/docs/changelog.xml

2017-11-10 Thread markt
Author: markt Date: Fri Nov 10 10:59:27 2017 New Revision: 1814828 URL: http://svn.apache.org/viewvc?rev=1814828=rev Log: Correct the description of how the CGI servlet maps a request to a script in the CGI How-To. Modified: tomcat/tc7.0.x/trunk/ (props changed)

svn commit: r1814826 - in /tomcat/tc8.5.x/trunk: ./ webapps/docs/cgi-howto.xml webapps/docs/changelog.xml

2017-11-10 Thread markt
Author: markt Date: Fri Nov 10 10:57:52 2017 New Revision: 1814826 URL: http://svn.apache.org/viewvc?rev=1814826=rev Log: Correct the description of how the CGI servlet maps a request to a script in the CGI How-To. Modified: tomcat/tc8.5.x/trunk/ (props changed)

svn commit: r1814827 - in /tomcat/tc8.0.x/trunk: ./ webapps/docs/cgi-howto.xml webapps/docs/changelog.xml

2017-11-10 Thread markt
Author: markt Date: Fri Nov 10 10:58:20 2017 New Revision: 1814827 URL: http://svn.apache.org/viewvc?rev=1814827=rev Log: Correct the description of how the CGI servlet maps a request to a script in the CGI How-To. Modified: tomcat/tc8.0.x/trunk/ (props changed)

svn commit: r1814825 - in /tomcat/trunk/webapps/docs: cgi-howto.xml changelog.xml

2017-11-10 Thread markt
Author: markt Date: Fri Nov 10 10:57:07 2017 New Revision: 1814825 URL: http://svn.apache.org/viewvc?rev=1814825=rev Log: Correct the description of how the CGI servlet maps a request to a script in the CGI How-To. Modified: tomcat/trunk/webapps/docs/cgi-howto.xml