[Bug 56653] Concurrency issue with Mapper$ContextList when stopping Contexts

2014-06-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56653 Konstantin Kolinko changed: What|Removed |Added Component|Catalina|Catalina Version|8

[Bug 56653] Concurrency issue with Mapper$ContextList when stopping Contexts

2014-06-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56653 Konstantin Kolinko changed: What|Removed |Added Attachment #31736|0 |1 is obsolete|

svn commit: r1604320 - /tomcat/trunk/java/org/apache/catalina/mapper/Mapper.java

2014-06-20 Thread kkolinko
Author: kkolinko Date: Sat Jun 21 06:26:35 2014 New Revision: 1604320 URL: http://svn.apache.org/r1604320 Log: Mapper improvements - Mark MappedContext.versions field as volatile, because it is updated when a Context is started or stopped. - Mark MapElement fields as final and add them to constru

svn commit: r1604319 - in /tomcat/trunk: java/org/apache/catalina/mapper/Mapper.java test/org/apache/catalina/mapper/TestMapper.java webapps/docs/changelog.xml

2014-06-20 Thread kkolinko
Author: kkolinko Date: Sat Jun 21 05:51:31 2014 New Revision: 1604319 URL: http://svn.apache.org/r1604319 Log: Fix http://issues.apache.org/bugzilla/show_bug.cgi?id=56653 Fix concurrency issue with Mapper$ContextList when removeContextVersion() is called. Followup improvement to http://issues.ap

buildbot success in ASF Buildbot on tomcat-trunk

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

[Bug 56653] Concurrency issue with Mapper$ContextList when stopping Contexts

2014-06-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56653 --- Comment #2 from Konstantin Kolinko --- Created attachment 31736 --> https://issues.apache.org/bugzilla/attachment.cgi?id=31736&action=edit 2014-06-21_tc8_56653_v1.patch This patch fixes the issue, BUT breaks aliases support. Thanks t

[Bug 56653] Concurrency issue with Mapper$ContextList when stopping Contexts

2014-06-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56653 Konstantin Kolinko changed: What|Removed |Added OS||All --- Comment #1 from Konst

svn commit: r1604309 - /tomcat/trunk/test/org/apache/catalina/mapper/TestMapper.java

2014-06-20 Thread kkolinko
Author: kkolinko Date: Sat Jun 21 02:24:39 2014 New Revision: 1604309 URL: http://svn.apache.org/r1604309 Log: For https://issues.apache.org/bugzilla/show_bug.cgi?id=56653 Test for concurrency issue with Mapper$ContextList.nesting field. Modified: tomcat/trunk/test/org/apache/catalina/mapper/

[Bug 56653] New: Concurrency issue with Mapper$ContextList when stopping Contexts

2014-06-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56653 Bug ID: 56653 Summary: Concurrency issue with Mapper$ContextList when stopping Contexts Product: Tomcat 8 Version: 8.0.8 Hardware: PC Status: NEW

[Bug 56652] New: EL defineFunction does not support method signatures with arrays as arguments

2014-06-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56652 Bug ID: 56652 Summary: EL defineFunction does not support method signatures with arrays as arguments Product: Tomcat 8 Version: trunk Hardware: PC Status:

buildbot failure in ASF Buildbot on tomcat-trunk

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

Time for 7.0.55

2014-06-20 Thread Violeta Georgieva
Hi, I would like to start preparing Tomcat 7.0.55 for voting this weekend. If you want to include something in addition to this release, reply here. Regards Violeta

Re: [VOTE] Release Apache Tomcat 8.0.9

2014-06-20 Thread Violeta Georgieva
Hi, 2014-06-19 17:00 GMT+03:00 Mark Thomas : > > The proposed Apache Tomcat 8.0.9 release is now available for voting. > > The main changes since 8.0.8 are: > - Start to move towards RFC6265 for cookie handling > - Better error handling when the error occurs after the response has > been commit

[Bug 56648] ContainerBase.addChild blocks all user requests while single webapp is being deployed

2014-06-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56648 Volker Kleinschmidt changed: What|Removed |Added Component|Catalina|Catalina Version|

svn commit: r1604217 - /tomcat/trunk/test/org/apache/catalina/mapper/TestMapper.java

2014-06-20 Thread kkolinko
Author: kkolinko Date: Fri Jun 20 17:10:43 2014 New Revision: 1604217 URL: http://svn.apache.org/r1604217 Log: Mode test for adding duplicates from setUp() into a test method. Add two additional tests. Modified: tomcat/trunk/test/org/apache/catalina/mapper/TestMapper.java Modified: tomcat/tr

svn commit: r1604202 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/StandardContext.java

2014-06-20 Thread kkolinko
Author: kkolinko Date: Fri Jun 20 16:14:18 2014 New Revision: 1604202 URL: http://svn.apache.org/r1604202 Log: Documentation. Correct copy-pasted comments Merged r1604165 from tomcat/trunk. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/cor

[Bug 56649] Concurrent issue of TagFileProcessor

2014-06-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56649 --- Comment #3 from Konstantin Kolinko --- If there are several JspServlet instances, it is possible to configure them to write to different directories, so that there is no conflict. // EmbeddedServletOptions.java String dir = config.getI

[Bug 56650] Websockets session replication support

2014-06-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56650 vlcvlc changed: What|Removed |Added CC||veliscu.cri...@gmail.com -- You are rece

[Bug 56363] OpenSSL security advisory - Heartbleed bug

2014-06-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56363 --- Comment #23 from Doug --- (In reply to Christopher Schultz from comment #22) > (In reply to Konstantin Kolinko from comment #20) > > (In reply to Doug from comment #19) > > > > See current thread "Building tcnative on win32", > > "Buil

svn commit: r1604165 - /tomcat/trunk/java/org/apache/catalina/core/StandardContext.java

2014-06-20 Thread kkolinko
Author: kkolinko Date: Fri Jun 20 12:46:30 2014 New Revision: 1604165 URL: http://svn.apache.org/r1604165 Log: Correct copy-pasted comments Modified: tomcat/trunk/java/org/apache/catalina/core/StandardContext.java Modified: tomcat/trunk/java/org/apache/catalina/core/StandardContext.java URL:

svn commit: r1604163 - in /tomcat/trunk: java/org/apache/catalina/core/StandardContext.java webapps/docs/changelog.xml

2014-06-20 Thread kkolinko
Author: kkolinko Date: Fri Jun 20 12:39:27 2014 New Revision: 1604163 URL: http://svn.apache.org/r1604163 Log: Fix bug in StandardContext.removeApplicationListener() introduced by the fix for BZ 56588. This was noted by FindBugs as "Calling String[].equals(String)". Modified: tomcat/trunk/ja

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

2014-06-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56634 --- Comment #7 from Mark Thomas --- trimDirective-Whitespaces applies to template text. I believe that is irrespective of whether the template text is copied to the response or not. Checking the EBNF it takes a while but if you work your w

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

2014-06-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56634 --- Comment #6 from stevebr...@yahoo.com --- Since the value is not being written to response output, should the directive apply to it? -- You are receiving this mail because: You are the assignee for the bug. ---

[Bug 56649] Concurrent issue of TagFileProcessor

2014-06-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56649 --- Comment #2 from Mark Thomas --- The JSP servlet is not designed to support more than one instance per web application. Before this gets resolved as invalid (possibly with an update to the docs to make the single instance point clear) wh

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

2014-06-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56634 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

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

2014-06-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56634 stevebr...@yahoo.com changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|

[Bug 56650] Websockets session replication support

2014-06-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56650 Mark Thomas changed: What|Removed |Added Severity|major |enhancement -- You are receiving th

[Bug 56650] New: Websockets session replication support

2014-06-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56650 Bug ID: 56650 Summary: Websockets session replication support Product: Tomcat 8 Version: 8.0.8 Hardware: PC OS: Linux Status: NEW Severity: major