[Bug 57136] EL Parser escaping dollar sign not ${ or ${...}

2015-11-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57136 --- Comment #30 from Yoni Amir --- Hi, Do you know if this configuration option, quoteAttributeEL, will be available only in tomcat 8.0.29, or also in Tomcat 7.0.66 (or maybe a later 7.0.xx)? Thanks, Yoni -- You are

svn commit: r1713446 - /tomcat/trunk/res/tomcat.nsi

2015-11-09 Thread remm
Author: remm Date: Mon Nov 9 14:37:04 2015 New Revision: 1713446 URL: http://svn.apache.org/viewvc?rev=1713446=rev Log: Itanium was dropped. Modified: tomcat/trunk/res/tomcat.nsi Modified: tomcat/trunk/res/tomcat.nsi URL:

Re: On escaping of EL in attributes (BZ 57136)

2015-11-09 Thread Konstantin Kolinko
2015-11-06 15:12 GMT+03:00 Mark Thomas : > On 06/11/2015 11:47, Christopher Schultz wrote: >> On 11/5/15 4:34 AM, Mark Thomas wrote: >>> On 05/11/2015 08:48, Mark Thomas wrote: <...> >>> At this point, I don't see a clear argument one way or the other. >>> >>> I've looked

buildbot success in ASF Buildbot on tomcat-trunk

2015-11-09 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/601 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

svn commit: r1713507 - /tomcat/native/trunk/native/build/api.pl

2015-11-09 Thread rjung
Author: rjung Date: Mon Nov 9 18:36:41 2015 New Revision: 1713507 URL: http://svn.apache.org/viewvc?rev=1713507=rev Log: Add a script to check consistency of native C and Java API. There probably exists a more clever approach but it seems to work for the time being. Currently in trunk all

svn commit: r1713486 - /tomcat/native/trunk/native/src/ssl.c

2015-11-09 Thread rjung
Author: rjung Date: Mon Nov 9 17:41:30 2015 New Revision: 1713486 URL: http://svn.apache.org/viewvc?rev=1713486=rev Log: Simplify search for opening define. Modified: tomcat/native/trunk/native/src/ssl.c Modified: tomcat/native/trunk/native/src/ssl.c URL:

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

2015-11-09 Thread rjung
Author: rjung Date: Mon Nov 9 17:45:08 2015 New Revision: 1713487 URL: http://svn.apache.org/viewvc?rev=1713487=rev Log: Fix the signature of the implementation of the native SSL method newSSL() in the case when OPENSSL is not available. Use the same signature in the case when HAVE_OPENSSL is

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

2015-11-09 Thread rjung
Author: rjung Date: Mon Nov 9 17:55:47 2015 New Revision: 1713495 URL: http://svn.apache.org/viewvc?rev=1713495=rev Log: Fix the signature of the implementation of the native SSLSocket method getInfoB() to return jbyteArray instead of jobject. This is consistent with what it actually returns

svn commit: r1713496 - /tomcat/native/trunk/native/src/sslinfo.c

2015-11-09 Thread rjung
Author: rjung Date: Mon Nov 9 17:57:30 2015 New Revision: 1713496 URL: http://svn.apache.org/viewvc?rev=1713496=rev Log: Followup to r1713495: Forgot the non-OPENSSL branch. Modified: tomcat/native/trunk/native/src/sslinfo.c Modified: tomcat/native/trunk/native/src/sslinfo.c URL:

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

2015-11-09 Thread Bill Barker
/commons-daemon-20151109-native-src.tar.gz -Dexamples.sources.skip=true -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar -Dtest.relaxTiming=true -Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-20151109.jar -Dcommons

svn commit: r1713389 - in /tomcat/trunk: build.properties.default java/org/apache/catalina/core/AprLifecycleListener.java webapps/docs/changelog.xml

2015-11-09 Thread markt
Author: markt Date: Mon Nov 9 11:30:07 2015 New Revision: 1713389 URL: http://svn.apache.org/viewvc?rev=1713389=rev Log: Update minimum Tomcat Native version to 1.2.2 Modified: tomcat/trunk/build.properties.default tomcat/trunk/java/org/apache/catalina/core/AprLifecycleListener.java

svn commit: r1713391 - /tomcat/trunk/java/org/apache/tomcat/util/net/openssl/OpenSSLContext.java

2015-11-09 Thread markt
Author: markt Date: Mon Nov 9 11:31:44 2015 New Revision: 1713391 URL: http://svn.apache.org/viewvc?rev=1713391=rev Log: Tab police Modified: tomcat/trunk/java/org/apache/tomcat/util/net/openssl/OpenSSLContext.java Modified:

Re: Tomcat Native 1.2.2

2015-11-09 Thread Huxing Zhang
Hi Christopher, Thanks for your comments. I used to compile openssl under linux, when I switched my OS to Mac OSX, the openssl building env was not completely clean, which lead to the problem. Will use brew to update openssl later on. Thanks, Huxing

svn commit: r1713346 - /tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java

2015-11-09 Thread remm
Author: remm Date: Mon Nov 9 08:53:37 2015 New Revision: 1713346 URL: http://svn.apache.org/viewvc?rev=1713346=rev Log: Fix NPE. Modified: tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java Modified: tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java URL:

svn commit: r1713351 - /tomcat/trunk/test/org/apache/catalina/util/TestStandardSessionIdGenerator.java

2015-11-09 Thread mgrigorov
Author: mgrigorov Date: Mon Nov 9 09:06:32 2015 New Revision: 1713351 URL: http://svn.apache.org/viewvc?rev=1713351=rev Log: Fix a typo in a test method name. Introduced with r1713285 Modified: tomcat/trunk/test/org/apache/catalina/util/TestStandardSessionIdGenerator.java Modified:

buildbot success in ASF Buildbot on tomcat-trunk

2015-11-09 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/595 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

buildbot failure in ASF Buildbot on tomcat-trunk

2015-11-09 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/596 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

svn commit: r1713362 - in /tomcat/trunk/java/org/apache: catalina/startup/HostConfig.java coyote/http11/Http11InputBuffer.java coyote/http11/filters/ChunkedInputFilter.java tomcat/util/digester/CallMe

2015-11-09 Thread markt
Author: markt Date: Mon Nov 9 09:39:49 2015 New Revision: 1713362 URL: http://svn.apache.org/viewvc?rev=1713362=rev Log: Fix Findbugs warnings. Remove code that will never execute because the condition it depends on can never be met. Modified:

svn commit: r1713365 - /tomcat/trunk/java/org/apache/tomcat/util/net/openssl/OpenSSLContext.java

2015-11-09 Thread jfclere
Author: jfclere Date: Mon Nov 9 10:20:32 2015 New Revision: 1713365 URL: http://svn.apache.org/viewvc?rev=1713365=rev Log: Use the default when not explicitly configured. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/openssl/OpenSSLContext.java Modified:

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

2015-11-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58481 --- Comment #5 from CHI --- added log files... -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail:

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

2015-11-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58481 --- Comment #3 from CHI --- Created attachment 33265 --> https://bz.apache.org/bugzilla/attachment.cgi?id=33265=edit mod_jk.log with loglevel trace -- You are receiving this mail because: You are the assignee for the

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

2015-11-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58481 --- Comment #4 from CHI --- Created attachment 33266 --> https://bz.apache.org/bugzilla/attachment.cgi?id=33266=edit console.log -- You are receiving this mail because: You are the assignee for the bug.

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

2015-11-09 Thread remm
Author: remm Date: Mon Nov 9 08:54:48 2015 New Revision: 1713347 URL: http://svn.apache.org/viewvc?rev=1713347=rev Log: SunX509 is not a good default (testsuite failures). Modified: tomcat/trunk/java/org/apache/tomcat/util/net/SSLHostConfigCertificate.java Modified:

buildbot success in ASF Buildbot on tomcat-trunk

2015-11-09 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/597 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

[VOTE][RESULT] Release Apache Tomcat Native 1.2.2

2015-11-09 Thread Mark Thomas
The following votes were cast: Binding: +1: remm, markt, violetagg, rjung Non-binding: +1: Huxing Zhang The vote therefore passes. Thank you to everyone who tested this and the previous 1.2.x releases. Mark - To unsubscribe,

svn commit: r11086 - /dev/tomcat/tomcat-connectors/native/1.2.2/ /release/tomcat/tomcat-connectors/native/1.2.2/

2015-11-09 Thread markt
Author: markt Date: Mon Nov 9 09:57:07 2015 New Revision: 11086 Log: Release Tomcat Native 1.2.2 Added: release/tomcat/tomcat-connectors/native/1.2.2/ - copied from r11085, dev/tomcat/tomcat-connectors/native/1.2.2/ Removed: dev/tomcat/tomcat-connectors/native/1.2.2/

buildbot failure in ASF Buildbot on tomcat-trunk

2015-11-09 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/599 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

svn commit: r1713397 - in /tomcat/trunk: build.xml webapps/docs/changelog.xml

2015-11-09 Thread markt
Author: markt Date: Mon Nov 9 11:39:07 2015 New Revision: 1713397 URL: http://svn.apache.org/viewvc?rev=1713397=rev Log: Drop Windows Itanium support for native components Modified: tomcat/trunk/build.xml tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/build.xml URL: