[Bug 56637] ServletContext.getResourceAsStream(resources/config.xml) should return null instead of throwing exception

2014-06-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56637 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

Re: Exclude scanning of class folders for Servlet 3.0 annotations.

2014-06-18 Thread Konstantin Kolinko
2014-06-14 17:30 GMT+04:00 Vimil Saju vimils...@yahoo.com.invalid: Hi, I am using tomcat 7.0.52 and jdk 1.7.0_45. We have a web application which has its classpath configured in its own context xml file using virtualClasspath attribute of Loader tag. The webapp uses version 3.0 of

svn commit: r1603376 - in /tomcat/trunk: java/org/apache/tomcat/util/net/Nio2Endpoint.java java/org/apache/tomcat/util/net/NioEndpoint.java webapps/docs/changelog.xml

2014-06-18 Thread remm
Author: remm Date: Wed Jun 18 09:03:37 2014 New Revision: 1603376 URL: http://svn.apache.org/r1603376 Log: - Fix apparent issues for caches configuration (socket properties is likely not set yet, and the channel pool size was not using the right property). - Still not convinced about the

svn commit: r1603377 - in /tomcat/trunk/webapps/docs/config: ajp.xml http.xml

2014-06-18 Thread remm
Author: remm Date: Wed Jun 18 09:07:43 2014 New Revision: 1603377 URL: http://svn.apache.org/r1603377 Log: Also drop experimental mention for NIO2 in the docs, since tests pass with no further issues. Modified: tomcat/trunk/webapps/docs/config/ajp.xml

[Bug 56334] Double Backslash Escaping in Attributes

2014-06-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56334 --- Comment #17 from Konstantin Kolinko knst.koli...@gmail.com --- (In reply to Markus from comment #15) But this throws an Exception during JSP compiling: set data-content=${fn:contains(some_value, '\\?resize=.+')} / If I remove

[Bug 56334] Double Backslash Escaping in Attributes

2014-06-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56334 --- Comment #18 from Markus p...@chamaeleon.de --- Yes, I thought so after digging through the source code, but could not test this yesterday. Basically the quote character detection fails because teh first character ' ' is not recognized

svn commit: r1603402 - in /tomcat/trunk: java/javax/el/ELProcessor.java test/javax/el/TestELProcessor.java test/javax/el/TesterFunctions.java webapps/docs/changelog.xml

2014-06-18 Thread markt
Author: markt Date: Wed Jun 18 10:33:26 2014 New Revision: 1603402 URL: http://svn.apache.org/r1603402 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56636 Correct various issues in method signature matching Added: tomcat/trunk/test/javax/el/TesterFunctions.java (with props)

[Bug 56636] EL defineFunction method signature parser fails to correctly match signatures to methods

2014-06-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56636 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 56334] Double Backslash Escaping in Attributes

2014-06-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56334 --- Comment #19 from Konstantin Kolinko knst.koli...@gmail.com --- Created attachment 31724 -- https://issues.apache.org/bugzilla/attachment.cgi?id=31724action=edit 2014-06-17_tc8_56334_c15_v1.patch v1 of patch for Comment 15, including

[Bug 56634] Using the JSP configuration element trim-directivewhitespaces removes whitespace between EL expressions

2014-06-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56634 Mark Thomas ma...@apache.org changed: What|Removed |Added OS||All --- Comment #1

Re: svn commit: r1602510 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/connector/ java/org/apache/coyote/ java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ java/org/apache/coyote/ht

2014-06-18 Thread Konstantin Kolinko
2014-06-17 17:08 GMT+04:00 Mark Thomas ma...@apache.org: On 17/06/2014 00:50, Konstantin Kolinko wrote: 2014-06-14 0:21 GMT+04:00 ma...@apache.org: Author: markt Date: Fri Jun 13 20:21:32 2014 New Revision: 1602510 snip/ 3) In case if there are several executor threads that process the

buildbot failure in ASF Buildbot on tomcat-trunk

2014-06-18 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/184 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

[jira] [Commented] (MTOMCAT-263) tomcat7:exec-war can't create .extract/webapps

2014-06-18 Thread Jared Hodge (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14035884#comment-14035884 ] Jared Hodge commented on MTOMCAT-263: - It looks to me like running java -jar

[Bug 56634] Using the JSP configuration element trim-directivewhitespaces removes whitespace between EL expressions

2014-06-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56634 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 56638] New: EL defineFunction does not support empty function names

2014-06-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56638 Bug ID: 56638 Summary: EL defineFunction does not support empty function names Product: Tomcat 8 Version: trunk Hardware: PC Status: NEW

[jira] [Commented] (MTOMCAT-263) tomcat7:exec-war can't create .extract/webapps

2014-06-18 Thread jieryn (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14035935#comment-14035935 ] jieryn commented on MTOMCAT-263: First, the situation you are describing is not related

Re: Building tcnative on win32

2014-06-18 Thread Christopher Schultz
Konstantin, On 6/13/14, 5:56 PM, Konstantin Kolinko wrote: 2014-06-14 1:36 GMT+04:00 Christopher Schultz ch...@christopherschultz.net: All, I've spent some time trying to script a soup-to-nuts repeatable build of tcnative on win32. I've made some progress but I'm hitting a few snags that

[jira] [Commented] (MTOMCAT-263) tomcat7:exec-war can't create .extract/webapps

2014-06-18 Thread Jared Hodge (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14035993#comment-14035993 ] Jared Hodge commented on MTOMCAT-263: - The situation I'm describing is exactly the

[jira] [Commented] (MTOMCAT-263) tomcat7:exec-war can't create .extract/webapps

2014-06-18 Thread jieryn (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14036011#comment-14036011 ] jieryn commented on MTOMCAT-263: I am the original author of the problem report, and I am

Re: Building tcnative on win32 [progress!]

2014-06-18 Thread Christopher Schultz
All, On 6/13/14, 5:36 PM, Christopher Schultz wrote: I've spent some time trying to script a soup-to-nuts repeatable build of tcnative on win32. I've made some progress but I'm hitting a few snags that perhaps some folks could help with. I've got openssl and libapr patched and built. Now, I'm

Re: Building tcnative on win32 [progress!]

2014-06-18 Thread Christopher Schultz
All, On 6/18/14, 1:50 PM, Christopher Schultz wrote: All, On 6/13/14, 5:36 PM, Christopher Schultz wrote: I've spent some time trying to script a soup-to-nuts repeatable build of tcnative on win32. I've made some progress but I'm hitting a few snags that perhaps some folks could help with.

svn commit: r1603553 - /tomcat/trunk/test/javax/el/TestELProcessor.java

2014-06-18 Thread markt
Author: markt Date: Wed Jun 18 17:59:08 2014 New Revision: 1603553 URL: http://svn.apache.org/r1603553 Log: Correct test method names to reflect what is being tested Modified: tomcat/trunk/test/javax/el/TestELProcessor.java Modified: tomcat/trunk/test/javax/el/TestELProcessor.java URL:

[jira] [Commented] (MTOMCAT-263) tomcat7:exec-war can't create .extract/webapps

2014-06-18 Thread Jared Hodge (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14036058#comment-14036058 ] Jared Hodge commented on MTOMCAT-263: - Did I not say I realize that changing the

[jira] [Commented] (MTOMCAT-263) tomcat7:exec-war can't create .extract/webapps

2014-06-18 Thread jieryn (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14036118#comment-14036118 ] jieryn commented on MTOMCAT-263: As I already stated, the directories ARE created.

svn commit: r1603576 - in /tomcat/trunk: java/javax/el/ELProcessor.java test/javax/el/TestELProcessor.java webapps/docs/changelog.xml

2014-06-18 Thread markt
Author: markt Date: Wed Jun 18 18:52:58 2014 New Revision: 1603576 URL: http://svn.apache.org/r1603576 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56638 When using ELProcessor.defineFunction(String,String,String,String) and no function name is specified, use the method name as

[Bug 56638] EL defineFunction does not support empty function names

2014-06-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56638 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

[jira] [Commented] (MTOMCAT-263) tomcat7:exec-war can't create .extract/webapps

2014-06-18 Thread Jared Hodge (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14036158#comment-14036158 ] Jared Hodge commented on MTOMCAT-263: - I'm getting the exact same error message and

svn commit: r1603580 - /tomcat/trunk/java/org/apache/catalina/core/DefaultInstanceManager.java

2014-06-18 Thread markt
Author: markt Date: Wed Jun 18 19:00:58 2014 New Revision: 1603580 URL: http://svn.apache.org/r1603580 Log: Fix indentation Modified: tomcat/trunk/java/org/apache/catalina/core/DefaultInstanceManager.java Modified: tomcat/trunk/java/org/apache/catalina/core/DefaultInstanceManager.java URL:

svn commit: r1603591 - in /tomcat/trunk: java/org/apache/catalina/core/DefaultInstanceManager.java java/org/apache/catalina/startup/WebAnnotationSet.java webapps/docs/changelog.xml

2014-06-18 Thread markt
Author: markt Date: Wed Jun 18 19:19:14 2014 New Revision: 1603591 URL: http://svn.apache.org/r1603591 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56611 Refactor code to remove inefficient calls to Method.isAnnotationPresent(). Based on a patch by Jian Mou. Modified:

svn commit: r1603592 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/DefaultInstanceManager.java java/org/apache/catalina/startup/WebAnnotationSet.java webapps/docs/changelog.xml

2014-06-18 Thread markt
Author: markt Date: Wed Jun 18 19:21:21 2014 New Revision: 1603592 URL: http://svn.apache.org/r1603592 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56611 Refactor code to remove inefficient calls to Method.isAnnotationPresent(). Based on a patch by Jian Mou. Modified:

[Bug 56611] No need to call method.isAnnotationPresent() then call method.getAnnotation.

2014-06-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56611 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

Re: Building tcnative on win32 [progress!]

2014-06-18 Thread Christopher Schultz
All, On 6/18/14, 1:58 PM, Christopher Schultz wrote: I'm getting a lot of crypto-related build (not link) errors, so I'll have to follow-up on those. Okay, so it seems that OpenSSL's include file is ... broken. C:\Users\IEUser\Desktoptype

[Bug 56640] New: request.isAsyncSupported wrongly returns false

2014-06-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56640 Bug ID: 56640 Summary: request.isAsyncSupported wrongly returns false Product: Tomcat 7 Version: 7.0.54 Hardware: PC OS: Mac OS X 10.4 Status: NEW

[Bug 56640] request.isAsyncSupported wrongly returns false

2014-06-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56640 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added Status|NEW

buildbot failure in ASF Buildbot on tomcat-7-trunk

2014-06-18 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/135 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build

[jira] [Commented] (MTOMCAT-263) tomcat7:exec-war can't create .extract/webapps

2014-06-18 Thread jieryn (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14036339#comment-14036339 ] jieryn commented on MTOMCAT-263: I've already put exactly all of that information in the

svn commit: r1603621 - in /tomcat/trunk: java/org/apache/jasper/compiler/ELParser.java test/org/apache/jasper/compiler/TestELParser.java test/org/apache/jasper/compiler/TestParser.java test/webapp/bug

2014-06-18 Thread markt
Author: markt Date: Wed Jun 18 20:43:58 2014 New Revision: 1603621 URL: http://svn.apache.org/r1603621 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56334#c15 Handle potential whitespace around input. Modified: tomcat/trunk/java/org/apache/jasper/compiler/ELParser.java

svn commit: r1603623 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/jasper/compiler/ test/org/apache/jasper/compiler/ test/webapp-3.0/bug5nnnn/ webapps/docs/

2014-06-18 Thread markt
Author: markt Date: Wed Jun 18 20:48:12 2014 New Revision: 1603623 URL: http://svn.apache.org/r1603623 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56334#c15 Handle potential whitespace around input. Modified: tomcat/tc7.0.x/trunk/ (props changed)

svn commit: r1603628 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/coyote/http11/filters/ChunkedInputFilter.java java/org/apache/coyote/http11/filters/LocalStrings.properties webapps/docs/

2014-06-18 Thread markt
Author: markt Date: Wed Jun 18 20:55:20 2014 New Revision: 1603628 URL: http://svn.apache.org/r1603628 Log: Improvements to ChunkedInputFilter - Clean-up - i18n for ChunkedInputFilter error message - Add error flag to allow subsequent attempts at reading after an error to fail fast Added:

svn commit: r1603629 - /tomcat/tc6.0.x/trunk/STATUS.txt

2014-06-18 Thread markt
Author: markt Date: Wed Jun 18 20:56:10 2014 New Revision: 1603629 URL: http://svn.apache.org/r1603629 Log: Vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

svn commit: r1603630 - /tomcat/tc6.0.x/trunk/STATUS.txt

2014-06-18 Thread markt
Author: markt Date: Wed Jun 18 20:57:20 2014 New Revision: 1603630 URL: http://svn.apache.org/r1603630 Log: Description then patch Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

RE: Building tcnative on win32

2014-06-18 Thread Konstantin Preißer
Hi Christopher, -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Wednesday, June 18, 2014 7:05 PM First, I want the script to fetch as much stuff as possible for the user instead of relying on a great deal of previously-installed software.

svn commit: r1603636 - /tomcat/tc6.0.x/trunk/STATUS.txt

2014-06-18 Thread markt
Author: markt Date: Wed Jun 18 21:04:03 2014 New Revision: 1603636 URL: http://svn.apache.org/r1603636 Log: Proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

[Bug 56334] Double Backslash Escaping in Attributes

2014-06-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56334 --- Comment #20 from Mark Thomas ma...@apache.org --- #15 fixed in trunk for 8.0.9 and in 7.0.x for 7.0.55 and proposed for 6.0.x. -- You are receiving this mail because: You are the assignee for the bug.

buildbot success in ASF Buildbot on tomcat-trunk

2014-06-18 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/186 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

Re: svn commit: r1602510 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/connector/ java/org/apache/coyote/ java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ java/org/apache/coyote/ht

2014-06-18 Thread Mark Thomas
On 18/06/2014 13:06, Konstantin Kolinko wrote: 2014-06-17 17:08 GMT+04:00 Mark Thomas ma...@apache.org: On 17/06/2014 00:50, Konstantin Kolinko wrote: 2014-06-14 0:21 GMT+04:00 ma...@apache.org: Author: markt Date: Fri Jun 13 20:21:32 2014 New Revision: 1602510 snip/ 3) In case if there

[PROPOSAL] Drop comet support in Tomcat 9 onwards

2014-06-18 Thread Mark Thomas
I have been thinking about connector refactoring for Tomcat 9. Currently BIO is planned to be dropped due to the number of features in the servlet spec that rely on non-blocking IO. I would like to propose dropping support for Comet in Tomcat 9 onwards. The reasons are: - WebSocket is already far

RE: Building tcnative on win32 [progress!]

2014-06-18 Thread Konstantin Preißer
Hi Christopher, -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Wednesday, June 18, 2014 9:53 PM It seems that the OpenSSL source package contains symlinks. I haven't found a command-line tar program on win32 that can expand an archive

[Bug 56608] WatchedResource configured in $TomcatHome\conf\Catalina\localhost context XML file not triggering context reload after working for several days

2014-06-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56608 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |NEEDINFO ---

RE: Building tcnative on win32 [progress!]

2014-06-18 Thread Konstantin Preißer
-Original Message- From: Konstantin Preißer [mailto:kpreis...@apache.org] Sent: Wednesday, June 18, 2014 11:42 PM Although Winrar.exe isn't a command-line tool, you can start it from command-line to extract a file. Unfortunately, when I try to run this command from an elevated

buildbot success in ASF Buildbot on tomcat-7-trunk

2014-06-18 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/136 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build

[Bug 56640] request.isAsyncSupported wrongly returns false

2014-06-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56640 --- Comment #2 from Mark Thomas ma...@apache.org --- Please send the app to reproduce this to the Tomcat private list. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 56634] Using the JSP configuration element trim-directivewhitespaces removes whitespace between EL expressions

2014-06-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56634 --- Comment #3 from Konstantin Kolinko knst.koli...@gmail.com --- There is an example in article Summary of New Features in JSP 2.1 Technology on Sun/Oracle site. Address of an archived copy: [1]

Re: Building tcnative on win32 [progress!]

2014-06-18 Thread Christopher Schultz
Konstantin, On 6/18/14, 5:54 PM, Konstantin Preißer wrote: -Original Message- From: Konstantin Preißer [mailto:kpreis...@apache.org] Sent: Wednesday, June 18, 2014 11:42 PM Although Winrar.exe isn't a command-line tool, you can start it from command-line to extract a file.

RE: Building tcnative on win32 [progress!]

2014-06-18 Thread Konstantin Preißer
Hi Christopher, -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Thursday, June 19, 2014 1:31 AM To: Tomcat Developers List Subject: Re: Building tcnative on win32 [progress!] Konstantin, On 6/18/14, 5:54 PM, Konstantin Preißer wrote:

Re: Building tcnative on win32 [progress!]

2014-06-18 Thread Christopher Schultz
Konstantin, On 6/18/14, 7:40 PM, Konstantin Preißer wrote: Hi Christopher, -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Thursday, June 19, 2014 1:31 AM To: Tomcat Developers List Subject: Re: Building tcnative on win32 [progress!]

buildbot failure in ASF Buildbot on tomcat-trunk

2014-06-18 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/187 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

[Bug 56363] OpenSSL security advisory - Heartbleed bug

2014-06-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56363 --- Comment #19 from Doug dgil...@opentext.com --- As a result of the latest OpenSSL vulnerability in 1.0.1g, I've been trying the build described here. However, the resulting .dll is always 200-300 KB (the build from April is ~1.5 MB),

[Bug 56596] OpenSSL 1.0.1g is vulnerable to a man-in-the-middle attack

2014-06-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56596 Klemen Novak klemen.no...@mikrocop.com changed: What|Removed |Added CC|