[Bug 59377] New: Missing POST parameter

2016-04-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59377 Bug ID: 59377 Summary: Missing POST parameter Product: Tomcat 6 Version: 6.0.44 Hardware: Other OS: Linux Status: NEW Severity: critical Prior

[Bug 59377] Missing POST parameter

2016-04-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59377 --- Comment #1 from mgrigorov --- Which JavaScript library do you use? $.post looks like jQuery but then all request parameters should be in 'data'. 'templateId' is something random and jQuery will just ignore it. I guess it works only in the c

[Bug 59377] Missing POST parameter

2016-04-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59377 --- Comment #2 from Esmool <275379...@qq.com> --- (In reply to mgrigorov from comment #1) > Which JavaScript library do you use? $.post looks like jQuery but then all > request parameters should be in 'data'. 'templateId' is something random and

[Bug 59377] Missing POST parameter

2016-04-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59377 --- Comment #3 from mgrigorov --- Can you create a mini application that reproduces the problem? This will help debugging it! Thanks! -- You are receiving this mail because: You are the assignee for the bug. -

[Bug 59377] Missing POST parameter

2016-04-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59377 --- Comment #4 from Esmool <275379...@qq.com> --- (In reply to mgrigorov from comment #3) > Can you create a mini application that reproduces the problem? > This will help debugging it! > Thanks! OK, later, after work. Thank you~ -- You are r

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

2016-04-26 Thread Bill Barker
lic/workspace/apache-commons/daemon/dist/commons-daemon-20160426.jar -Dtomcat-dbcp-src.jar=/srv/gump/public/workspace/tomcat-7.0.x/tomcat-deps/tomcat-dbcp-src.jar -Dtomcat-dbcp.home=/srv/gump/public/workspace/tomcat-7.0.x/tomcat-deps -Dtest.excludePerformance=true -Dhamcrest.jar=/srv/gump/packag

[Bug 52952] Improve ExtensionValidator handling for embedded scenarios

2016-04-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=52952 --- Comment #3 from Mark Thomas --- That should be fine. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@

[Bug 59377] Missing POST parameter

2016-04-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59377 Mark Thomas changed: What|Removed |Added Resolution|--- |INVALID Status|NEW

svn commit: r1740969 - in /tomcat/trunk: java/org/apache/tomcat/util/net/ java/org/apache/tomcat/util/net/jsse/ webapps/docs/

2016-04-26 Thread remm
Author: remm Date: Tue Apr 26 09:02:06 2016 New Revision: 1740969 URL: http://svn.apache.org/viewvc?rev=1740969&view=rev Log: 59295: Add support for using pem encoded certificates with JSSE SSL. Submitted by Emmanuel Bourg with additional tweaks. This will need another rather painful SSL docs upd

Re: Tomcat unresponsive, and http acceptor thread disappearing

2016-04-26 Thread Mark Thomas
On 26/04/2016 06:07, Mihir Patel wrote: > *Ask/Comment:* First of all, It was disappointing to not find any > errors/log Any exceptions thrown at that point should be logged to standard out. Depending on how bad the error condition is, the JVM might not be able to manage that but such a situati

svn commit: r1740977 - /tomcat/tc8.0.x/trunk/test/org/apache/tomcat/websocket/TestWsWebSocketContainer.java

2016-04-26 Thread markt
Author: markt Date: Tue Apr 26 09:32:15 2016 New Revision: 1740977 URL: http://svn.apache.org/viewvc?rev=1740977&view=rev Log: Align test implementation more closely with trunk to try and reduce instances of Gump CI failures. Modified: tomcat/tc8.0.x/trunk/test/org/apache/tomcat/websocket/T

[Bug 59344] PEM file support for JSSE

2016-04-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59344 --- Comment #12 from Remy Maucherat --- I have committed r1740969, with some additions to avoid configuration errors. I have not committed the new tests yet since the mixing with the OpenSSL flag still looks a bit suspicious. Also the document

svn commit: r1740980 - /tomcat/trunk/test/org/apache/tomcat/websocket/WebSocketBaseTest.java

2016-04-26 Thread markt
Author: markt Date: Tue Apr 26 09:34:19 2016 New Revision: 1740980 URL: http://svn.apache.org/viewvc?rev=1740980&view=rev Log: Extend wait period to try and reduce instances of Gump CI failures. Modified: tomcat/trunk/test/org/apache/tomcat/websocket/WebSocketBaseTest.java Modified: tomcat/t

svn commit: r1740981 - in /tomcat/tc8.5.x/trunk: ./ test/org/apache/tomcat/websocket/WebSocketBaseTest.java

2016-04-26 Thread markt
Author: markt Date: Tue Apr 26 09:34:49 2016 New Revision: 1740981 URL: http://svn.apache.org/viewvc?rev=1740981&view=rev Log: Extend wait period to try and reduce instances of Gump CI failures. Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/test/org/apache/tomcat/

svn commit: r1740982 - in /tomcat/tc8.0.x/trunk: ./ test/org/apache/tomcat/websocket/WebSocketBaseTest.java

2016-04-26 Thread markt
Author: markt Date: Tue Apr 26 09:35:07 2016 New Revision: 1740982 URL: http://svn.apache.org/viewvc?rev=1740982&view=rev Log: Extend wait period to try and reduce instances of Gump CI failures. Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/test/org/apache/tomcat/

svn commit: r1740983 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/tomcat/websocket/WebSocketBaseTest.java

2016-04-26 Thread markt
Author: markt Date: Tue Apr 26 09:35:37 2016 New Revision: 1740983 URL: http://svn.apache.org/viewvc?rev=1740983&view=rev Log: Extend wait period to try and reduce instances of Gump CI failures. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/test/org/apache/tomcat/

svn commit: r1740988 - /tomcat/tc7.0.x/trunk/test/org/apache/tomcat/websocket/TestWsWebSocketContainer.java

2016-04-26 Thread markt
Author: markt Date: Tue Apr 26 09:49:37 2016 New Revision: 1740988 URL: http://svn.apache.org/viewvc?rev=1740988&view=rev Log: Align test implementation more closely with 8.0.x to try and reduce instances of Gump CI failures. Modified: tomcat/tc7.0.x/trunk/test/org/apache/tomcat/websocket/T

[VOTE][RESULT] Release Apache Tomcat Native 1.2.6

2016-04-26 Thread Mark Thomas
The following votes were cast: Binding: +1: markt, rjung, remm No other votes were cast. The vote therefore passes. Thanks to everyone who contributed towards this release. I'll move the files to dist and announce once the mirrors have sync'd. Mark ---

svn commit: r13425 - /dev/tomcat/tomcat-connectors/native/1.2.6/ /release/tomcat/tomcat-connectors/native/1.2.6/ /release/tomcat/tomcat-connectors/native/README.html

2016-04-26 Thread markt
Author: markt Date: Tue Apr 26 10:01:21 2016 New Revision: 13425 Log: Release tc-native 1.2.6 Added: release/tomcat/tomcat-connectors/native/1.2.6/ - copied from r13383, dev/tomcat/tomcat-connectors/native/1.2.6/ Removed: dev/tomcat/tomcat-connectors/native/1.2.6/ Modified: rele

svn commit: r1740991 - /tomcat/trunk/test/org/apache/catalina/core/TestAsyncContextImpl.java

2016-04-26 Thread markt
Author: markt Date: Tue Apr 26 10:22:40 2016 New Revision: 1740991 URL: http://svn.apache.org/viewvc?rev=1740991&view=rev Log: Add a (currently disabled) test for BZ 59317 Modified: tomcat/trunk/test/org/apache/catalina/core/TestAsyncContextImpl.java Modified: tomcat/trunk/test/org/apache/ca

svn commit: r1740997 - /tomcat/trunk/java/org/apache/tomcat/util/net/SSLHostConfigCertificate.java

2016-04-26 Thread markt
Author: markt Date: Tue Apr 26 10:53:04 2016 New Revision: 1740997 URL: http://svn.apache.org/viewvc?rev=1740997&view=rev Log: Tweak formatting. Fix an IDE nit. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/SSLHostConfigCertificate.java Modified: tomcat/trunk/java/org/apache/tomcat

Re: svn commit: r1740997 - /tomcat/trunk/java/org/apache/tomcat/util/net/SSLHostConfigCertificate.java

2016-04-26 Thread Emmanuel Bourg
Le 26/04/2016 12:53, ma...@apache.org a écrit : > Modified: > tomcat/trunk/java/org/apache/tomcat/util/net/SSLHostConfigCertificate.java > URL: > http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/net/SSLHostConfigCertificate.java?rev=1740997&r1=1740996&r2=1740997&view=diff >

[Bug 59317] AsyncContextImpl breaks request URL containing spaces

2016-04-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59317 --- Comment #2 from Mark Thomas --- A few more notes as I investigate this. Async and non-async behaviours are currently the same. - Both expect the path used to obtain the dispatcher to be decoded. This behavior was confirmed with the Servlet

[Bug 57559] Decoded Request URI used for Asynchronous dispatch

2016-04-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57559 --- Comment #6 from Mark Thomas --- This time actually add the link. https://java.net/projects/servlet-spec/lists/jsr369-experts/archive/2015-02/message/18 -- You are receiving this mail because: You are the assignee for the bug. --

svn commit: r1741015 - in /tomcat/trunk: java/org/apache/catalina/core/ApplicationContext.java test/org/apache/catalina/core/TestAsyncContextImpl.java webapps/docs/changelog.xml

2016-04-26 Thread markt
Author: markt Date: Tue Apr 26 13:20:32 2016 New Revision: 1741015 URL: http://svn.apache.org/viewvc?rev=1741015&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59317 After a dispatch (async and non-async) ensure that getRequestURI() returns an encoded URI. Modified: tomcat/

svn commit: r1741018 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/core/ApplicationContext.java test/org/apache/catalina/core/TestAsyncContextImpl.java webapps/docs/changelog.xml

2016-04-26 Thread markt
Author: markt Date: Tue Apr 26 13:22:21 2016 New Revision: 1741018 URL: http://svn.apache.org/viewvc?rev=1741018&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59317 After a dispatch (async and non-async) ensure that getRequestURI() returns an encoded URI. Modified: tomcat/

svn commit: r1741019 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/core/ApplicationContext.java test/org/apache/catalina/core/TestAsyncContextImpl.java webapps/docs/changelog.xml

2016-04-26 Thread markt
Author: markt Date: Tue Apr 26 13:28:12 2016 New Revision: 1741019 URL: http://svn.apache.org/viewvc?rev=1741019&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59317 After a dispatch (async and non-async) ensure that getRequestURI() returns an encoded URI. Modified: tomcat/

svn commit: r1741024 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/ApplicationContext.java java/org/apache/catalina/util/URLEncoder.java test/org/apache/catalina/core/TestAsyncContextIm

2016-04-26 Thread markt
Author: markt Date: Tue Apr 26 13:39:16 2016 New Revision: 1741024 URL: http://svn.apache.org/viewvc?rev=1741024&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59317 After a dispatch (async and non-async) ensure that getRequestURI() returns an encoded URI. Modified: tomcat/

[Bug 59317] AsyncContextImpl breaks request URL containing spaces

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

svn commit: r1741033 - /tomcat/trunk/build.properties.default

2016-04-26 Thread markt
Author: markt Date: Tue Apr 26 14:11:22 2016 New Revision: 1741033 URL: http://svn.apache.org/viewvc?rev=1741033&view=rev Log: Update to latest tc-native Modified: tomcat/trunk/build.properties.default Modified: tomcat/trunk/build.properties.default URL: http://svn.apache.org/viewvc/tomcat/

svn commit: r1741036 - /tomcat/trunk/webapps/docs/changelog.xml

2016-04-26 Thread markt
Author: markt Date: Tue Apr 26 14:16:23 2016 New Revision: 1741036 URL: http://svn.apache.org/viewvc?rev=1741036&view=rev Log: Update changelog Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/

[Bug 59334] .NET Application Pools requests hang because Jakarta/Tomcat uses a Named Mutex that is currently owned by a different process

2016-04-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59334 --- Comment #4 from Murilo --- Adding more information, we've tried with versions 1.2.30 and 1.2.36 to see if that would help, but 1.2.30 made it worse, as the app pools would crash all the time, and 1.2.36 presents the same issues as 1.2.40 in

svn commit: r1741058 - in /tomcat/trunk: java/org/apache/tomcat/util/net/jsse/JSSEUtil.java java/org/apache/tomcat/util/net/jsse/LocalStrings.properties webapps/docs/config/http.xml

2016-04-26 Thread remm
Author: remm Date: Tue Apr 26 17:03:04 2016 New Revision: 1741058 URL: http://svn.apache.org/viewvc?rev=1741058&view=rev Log: Doc review: if the private key PEM isn't set, it should look into the certificate PEM. The PEM parser appears to handle that as well. Modified: tomcat/trunk/java/org/

svn commit: r1741060 - /tomcat/trunk/java/org/apache/tomcat/util/net/SSLHostConfigCertificate.java

2016-04-26 Thread remm
Author: remm Date: Tue Apr 26 17:07:52 2016 New Revision: 1741060 URL: http://svn.apache.org/viewvc?rev=1741060&view=rev Log: Remove useless static keyword. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/SSLHostConfigCertificate.java Modified: tomcat/trunk/java/org/apache/tomcat/uti

svn commit: r1741061 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/util/net/ java/org/apache/tomcat/util/net/jsse/ webapps/docs/ webapps/docs/config/

2016-04-26 Thread remm
Author: remm Date: Tue Apr 26 17:09:16 2016 New Revision: 1741061 URL: http://svn.apache.org/viewvc?rev=1741061&view=rev Log: 59295: Add support for using pem encoded certificates with JSSE SSL. Submitted by Emmanuel Bourg with additional tweaks. Added: tomcat/tc8.5.x/trunk/java/org/apache/t

[Bug 59344] PEM file support for JSSE

2016-04-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59344 Remy Maucherat changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1741080 - in /tomcat/trunk: java/org/apache/catalina/core/AprLifecycleListener.java java/org/apache/tomcat/util/net/openssl/OpenSSLContext.java webapps/docs/changelog.xml

2016-04-26 Thread markt
Author: markt Date: Tue Apr 26 19:17:55 2016 New Revision: 1741080 URL: http://svn.apache.org/viewvc?rev=1741080&view=rev Log: Make the TLS certificate chain available to clients when using JSSE+OpenSSL with the certificate chain stored in a Java KeyStore. Modified: tomcat/trunk/java/org/apa

svn commit: r1741081 - in /tomcat/tc8.5.x/trunk: ./ build.properties.default webapps/docs/changelog.xml

2016-04-26 Thread markt
Author: markt Date: Tue Apr 26 19:18:49 2016 New Revision: 1741081 URL: http://svn.apache.org/viewvc?rev=1741081&view=rev Log: Update to latest tc-native Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/build.properties.default tomcat/tc8.5.x/trunk/webapps/docs/c

svn commit: r1741082 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/core/AprLifecycleListener.java java/org/apache/tomcat/util/net/openssl/OpenSSLContext.java webapps/docs/changelog.xml

2016-04-26 Thread markt
Author: markt Date: Tue Apr 26 19:19:14 2016 New Revision: 1741082 URL: http://svn.apache.org/viewvc?rev=1741082&view=rev Log: Make the TLS certificate chain available to clients when using JSSE+OpenSSL with the certificate chain stored in a Java KeyStore. Modified: tomcat/tc8.5.x/trunk/ (

svn commit: r1741084 - in /tomcat/native/trunk: build.properties.default native/include/tcn_version.h native/os/win32/libtcnative.rc xdocs/miscellaneous/changelog.xml

2016-04-26 Thread markt
Author: markt Date: Tue Apr 26 19:22:25 2016 New Revision: 1741084 URL: http://svn.apache.org/viewvc?rev=1741084&view=rev Log: Prep for next development cycle Modified: tomcat/native/trunk/build.properties.default tomcat/native/trunk/native/include/tcn_version.h tomcat/native/trunk/na

Re: svn commit: r1741080 - in /tomcat/trunk: java/org/apache/catalina/core/AprLifecycleListener.java java/org/apache/tomcat/util/net/openssl/OpenSSLContext.java webapps/docs/changelog.xml

2016-04-26 Thread Rémy Maucherat
2016-04-26 21:17 GMT+02:00 : > Author: markt > Date: Tue Apr 26 19:17:55 2016 > New Revision: 1741080 > > URL: http://svn.apache.org/viewvc?rev=1741080&view=rev > Log: > Make the TLS certificate chain available to clients when using > JSSE+OpenSSL with the certificate chain stored in a Java KeySto

Re: tomcat 7 broken on java 7 for linux distro

2016-04-26 Thread Christopher Schultz
Romain, On 4/25/16 11:42 AM, Romain Manni-Bucau wrote: > Hi guys, > > tomcat uses ConcurrentHashMap in few places and doesn't rely on > ConcurrentMap API (ApplicationContext IIRC for instance was the case I > encounter). This means if you build tomcat with java 8 and run on java 7 it > is broken

Re: tomcat 7 broken on java 7 for linux distro

2016-04-26 Thread Romain Manni-Bucau
Le 26 avr. 2016 22:27, "Christopher Schultz" a écrit : > > Romain, > > On 4/25/16 11:42 AM, Romain Manni-Bucau wrote: > > Hi guys, > > > > tomcat uses ConcurrentHashMap in few places and doesn't rely on > > ConcurrentMap API (ApplicationContext IIRC for instance was the case I > > encounter). Thi

Re: tomcat 7 broken on java 7 for linux distro

2016-04-26 Thread Mark Thomas
On 25/04/2016 16:42, Romain Manni-Bucau wrote: > Hi guys, > > tomcat uses ConcurrentHashMap in few places and doesn't rely on > ConcurrentMap API (ApplicationContext IIRC for instance was the case I > encounter). This means if you build tomcat with java 8 and run on java 7 it > is broken cause of

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

2016-04-26 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. Th

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

2016-04-26 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-test-apr has an issue affecting its community integration.

svn commit: r1741147 - /tomcat/trunk/webapps/docs/changelog.xml

2016-04-26 Thread violetagg
Author: violetagg Date: Wed Apr 27 05:56:17 2016 New Revision: 1741147 URL: http://svn.apache.org/viewvc?rev=1741147&view=rev Log: Fix typos Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/web

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

2016-04-26 Thread violetagg
Author: violetagg Date: Wed Apr 27 06:01:48 2016 New Revision: 1741148 URL: http://svn.apache.org/viewvc?rev=1741148&view=rev Log: Merged revision 1741147 from tomcat/trunk: Fix typos Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml Propch

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

2016-04-26 Thread violetagg
Author: violetagg Date: Wed Apr 27 06:05:26 2016 New Revision: 1741149 URL: http://svn.apache.org/viewvc?rev=1741149&view=rev Log: Merged revision 1741147 from tomcat/trunk: Fix typos Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Propch