[GitHub] tomcat-maven-plugin pull request #25: Update Tomcat7RunnerCli.java

2016-06-28 Thread eugenegoncharuk
GitHub user eugenegoncharuk opened a pull request: https://github.com/apache/tomcat-maven-plugin/pull/25 Update Tomcat7RunnerCli.java Need to set to correct value (true | false) as it was implemented in version 2.0. Otherwise you would set always just an option "clientAuth" You

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

2016-06-28 Thread markt
Author: markt Date: Tue Jun 28 20:30:00 2016 New Revision: 1750581 URL: http://svn.apache.org/viewvc?rev=1750581=rev Log: Prep for next tag Modified: tomcat/native/trunk/build.properties.default tomcat/native/trunk/native/include/tcn_version.h

[VOTE] Release Apache Tomcat Native 1.2.8

2016-06-28 Thread Mark Thomas
Version 1.2.8 includes the following changes: - Fix OCSP / no OCSP status of Windows builds - Improve handling of OS level EAGAIN return codes - Fix a potential performance problem on Linux and OSX The proposed release artefacts can be found at [1], and the build was done using tag [2]. The

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

2016-06-28 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "FAQ/Password" page has been changed by KonstantinKolinko: https://wiki.apache.org/tomcat/FAQ/Password?action=diff=11=12 Comment: Correct DOCTYPE declaration example - it has to

svn commit: r14185 - in /dev/tomcat/tomcat-connectors/native/1.2.8: ./ binaries/ source/

2016-06-28 Thread markt
Author: markt Date: Tue Jun 28 20:21:04 2016 New Revision: 14185 Log: Upload 1.2.8 ready for voting Added: dev/tomcat/tomcat-connectors/native/1.2.8/ dev/tomcat/tomcat-connectors/native/1.2.8/binaries/

[Bug 59761] "No modifications are allowed to a locked ParameterMap" - Tomcat 8.0.32 is not compatible with older versions

2016-06-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59761 --- Comment #8 from Christopher Schultz --- Messing-around with the ParameterMap might be considered a security issue. Producing a writable clone makes sense, but I'm not convinced that a clone method that ignored

[Bug 59754] support HPKP (Public-Key-Pins) Header

2016-06-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59754 --- Comment #1 from Christopher Schultz --- I remember hearing about this. I have no objection to anyone else working on this, but it's a terrible design: it's trying to solve the problem of not using DNSSEC by

svn commit: r1750573 - in /tomcat/native/tags/TOMCAT_NATIVE_1_2_8: ./ build.properties.default native/include/tcn_version.h

2016-06-28 Thread markt
Author: markt Date: Tue Jun 28 19:58:50 2016 New Revision: 1750573 URL: http://svn.apache.org/viewvc?rev=1750573=rev Log: Tag 1.2.8 Added: tomcat/native/tags/TOMCAT_NATIVE_1_2_8/ - copied from r1750569, tomcat/native/trunk/ Modified:

svn commit: r1750569 - /tomcat/native/trunk/xdocs/miscellaneous/changelog.xml

2016-06-28 Thread markt
Author: markt Date: Tue Jun 28 19:52:49 2016 New Revision: 1750569 URL: http://svn.apache.org/viewvc?rev=1750569=rev Log: Solaris not affected Modified: tomcat/native/trunk/xdocs/miscellaneous/changelog.xml Modified: tomcat/native/trunk/xdocs/miscellaneous/changelog.xml URL:

Re: Bug that spans tomcat and tomcat-native

2016-06-28 Thread Rainer Jung
Am 28.06.2016 um 18:06 schrieb therealnewo...@gmail.com: On Tue, Jun 28, 2016 at 11:51 AM, Rainer Jung wrote: Am 28.06.2016 um 16:07 schrieb Mark Thomas: On 28/06/2016 12:28, Mark Thomas wrote: On 28/06/2016 11:34, Rainer Jung wrote: Am 28.06.2016 um 11:15

Re: Bug that spans tomcat and tomcat-native

2016-06-28 Thread therealneworld
On Tue, Jun 28, 2016 at 11:51 AM, Rainer Jung wrote: > Am 28.06.2016 um 16:07 schrieb Mark Thomas: >> >> On 28/06/2016 12:28, Mark Thomas wrote: >>> >>> On 28/06/2016 11:34, Rainer Jung wrote: Am 28.06.2016 um 11:15 schrieb Mark Thomas: >>> >>> >>> >>> >

Re: Bug that spans tomcat and tomcat-native

2016-06-28 Thread Rainer Jung
Am 28.06.2016 um 16:07 schrieb Mark Thomas: On 28/06/2016 12:28, Mark Thomas wrote: On 28/06/2016 11:34, Rainer Jung wrote: Am 28.06.2016 um 11:15 schrieb Mark Thomas: Index: src/ssl.c === --- src/ssl.c(revision 1750259)

Re: svn commit: r1750514 - in /tomcat/native/trunk: native/src/ssl.c xdocs/miscellaneous/changelog.xml

2016-06-28 Thread Mark Thomas
On 28/06/2016 15:54, jean-frederic clere wrote: > On 06/28/2016 04:05 PM, ma...@apache.org wrote: >> + Correct a potential performance problem identified by Nate Clark due >> to >> + Tomcat Native providing OpenSSL with thread identifiers poorly suited >> to >> + the hash function

Re: svn commit: r1750514 - in /tomcat/native/trunk: native/src/ssl.c xdocs/miscellaneous/changelog.xml

2016-06-28 Thread jean-frederic clere
On 06/28/2016 04:05 PM, ma...@apache.org wrote: > + Correct a potential performance problem identified by Nate Clark due to > + Tomcat Native providing OpenSSL with thread identifiers poorly suited > to > + the hash function used by OpenSSL when selecting a bucket for the hash > +

Re: Bug that spans tomcat and tomcat-native

2016-06-28 Thread Mark Thomas
On 28/06/2016 12:28, Mark Thomas wrote: > On 28/06/2016 11:34, Rainer Jung wrote: >> Am 28.06.2016 um 11:15 schrieb Mark Thomas: > > > >>> Index: src/ssl.c >>> === >>> --- src/ssl.c(revision 1750259) >>> +++ src/ssl.c

svn commit: r1750514 - in /tomcat/native/trunk: native/src/ssl.c xdocs/miscellaneous/changelog.xml

2016-06-28 Thread markt
Author: markt Date: Tue Jun 28 14:05:49 2016 New Revision: 1750514 URL: http://svn.apache.org/viewvc?rev=1750514=rev Log: Correct a potential performance problem identified by Nate Clark due to Tomcat Native providing OpenSSL with thread identifiers poorly suited to the hash function used by

[Bug 59761] "No modifications are allowed to a locked ParameterMap" - Tomcat 8.0.32 is not compatible with older versions

2016-06-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59761 --- Comment #7 from kubak --- Well, for me it would be very helpful, but I think it won't address the core of this problem. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 59761] "No modifications are allowed to a locked ParameterMap" - Tomcat 8.0.32 is not compatible with older versions

2016-06-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59761 --- Comment #6 from Remy Maucherat --- It could be possible to override clone so that the cloned ParameterMap object isn't locked. Would that be legitimate ? -- You are receiving this mail because: You are the assignee for

svn commit: r1750482 - in /tomcat/tc8.5.x/trunk: ./ build.properties.default res/maven/tomcat-embed-core.pom

2016-06-28 Thread markt
Author: markt Date: Tue Jun 28 11:44:45 2016 New Revision: 1750482 URL: http://svn.apache.org/viewvc?rev=1750482=rev Log: Remove a few more left-overs after removing the JULI/log4j embedded JAR Modified: tomcat/tc8.5.x/trunk/ (props changed)

svn commit: r1750480 - in /tomcat/trunk: build.properties.default res/maven/tomcat-embed-core.pom

2016-06-28 Thread markt
Author: markt Date: Tue Jun 28 11:43:53 2016 New Revision: 1750480 URL: http://svn.apache.org/viewvc?rev=1750480=rev Log: Remove a few more left-overs after removing the JULI/log4j embedded JAR Modified: tomcat/trunk/build.properties.default tomcat/trunk/res/maven/tomcat-embed-core.pom

Re: Bug that spans tomcat and tomcat-native

2016-06-28 Thread Mark Thomas
On 28/06/2016 11:34, Rainer Jung wrote: > Am 28.06.2016 um 11:15 schrieb Mark Thomas: >> Index: src/ssl.c >> === >> --- src/ssl.c(revision 1750259) >> +++ src/ssl.c(working copy) >> @@ -420,6 +420,10 @@ >> return

[Bug 59764] Character encoding is wrong for requests which mix GET and POST parameters

2016-06-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59764 Mark Thomas changed: What|Removed |Added Resolution|--- |INVALID

[Bug 59754] support HPKP (Public-Key-Pins) Header

2016-06-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59754 Mark Thomas changed: What|Removed |Added Severity|normal |enhancement -- You

Re: Bug that spans tomcat and tomcat-native

2016-06-28 Thread Rainer Jung
Am 28.06.2016 um 11:15 schrieb Mark Thomas: On 27/06/2016 23:54, Nate Clark wrote: On Mon, Jun 27, 2016 at 5:19 PM, Mark Thomas wrote: On 27/06/2016 19:59, Nate Clark wrote: On Mon, Jun 27, 2016 at 2:13 PM, Rainer Jung wrote: I wouldn't care

[Bug 59768] Accessing ServletRequest in parallel throws exception

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

[Bug 59768] New: Accessing ServletRequest in parallel throws exception

2016-06-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59768 Bug ID: 59768 Summary: Accessing ServletRequest in parallel throws exception Product: Tomcat 7 Version: 7.0.69 Hardware: PC OS: Windows NT Status: NEW

[Bug 59761] "No modifications are allowed to a locked ParameterMap" - Tomcat 8.0.32 is not compatible with older versions

2016-06-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59761 --- Comment #5 from kubak --- Yes, I know. May I ask here for an enhancement then and a new configuration parameter which I could pass to a virtual machine, to keep my apps working on new Tomcat versions? -- You are

Re: Bug that spans tomcat and tomcat-native

2016-06-28 Thread Mark Thomas
On 27/06/2016 23:54, Nate Clark wrote: > On Mon, Jun 27, 2016 at 5:19 PM, Mark Thomas wrote: >> On 27/06/2016 19:59, Nate Clark wrote: >>> On Mon, Jun 27, 2016 at 2:13 PM, Rainer Jung >>> wrote: >> >> >> I wouldn't care too much about portability

[Bug 59761] "No modifications are allowed to a locked ParameterMap" - Tomcat 8.0.32 is not compatible with older versions

2016-06-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59761 mgrigorov changed: What|Removed |Added Resolution|--- |WONTFIX

[Bug 59761] "No modifications are allowed to a locked ParameterMap" - Tomcat 8.0.32 is not compatible with older versions

2016-06-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59761 --- Comment #3 from kubak --- Well, of course copy constructor is better. But don't focus on this line too much - it was just an example. More important it in previous Tomcat version parameterMap was not locked and I

[Bug 59764] Character encoding is wrong for requests which mix GET and POST parameters

2016-06-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59764 --- Comment #3 from zhenek --- I have tested with tomcat 7.0.70 and tomcat 9 M8 the results are same and I have uncommented setCharacterEncodingFilter filter definition using 8.0.30 no luck -- You are receiving this mail

[Bug 59761] "No modifications are allowed to a locked ParameterMap" - Tomcat 8.0.32 is not compatible with older versions

2016-06-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59761 --- Comment #2 from mgrigorov --- Why don't you use normal copy constructors instead of cloning ? Map myMap = new HashMap(originalMap) This way you will not depend on implementation details. -- You are receiving this

[Bug 59764] Character encoding is wrong for requests which mix GET and POST parameters

2016-06-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59764 --- Comment #2 from zhenek --- My env is ubuntu linux with locales set this way: LC_PAPER=en_US.UTF-8 LC_ADDRESS=cs_CZ.UTF-8 LC_MONETARY=en_US.UTF-8 LC_NUMERIC=en_US.UTF-8 LC_TELEPHONE=cs_CZ.UTF-8

[Bug 59764] Character encoding is wrong for requests which mix GET and POST parameters

2016-06-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59764 zhenek changed: What|Removed |Added CC||vrab...@gmail.com

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

2016-06-28 Thread Bill Barker
/workspace/apache-commons/daemon/dist/bin/commons-daemon-20160628-native-src.tar.gz -Dexamples.sources.skip=true -Dbase.path=/srv/gump/public/workspace/tomcat-trunk/tomcat-build-libs -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar -Dtest.relaxTiming=true -Dcommons

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

2016-06-28 Thread Bill Barker
/objenesis-2.5-SNAPSHOT.jar -Dexamples.sources.skip=true -Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-20160628.jar -Dtest.openssl.path=/srv/gump/public/workspace/openssl-1.0.2/dest-20160628/bin/openssl -Dexecute.test.nio=false -Dhamcrest.jar=/srv

[Bug 58481] JAX WS Request fails with "Premature end of file"

2016-06-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58481 CHI changed: What|Removed |Added Status|NEW |RESOLVED