[Bug 56580] el-api.jar memory leak

2014-05-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56580 Christopher Schultz changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #1 from

[Bug 56578] session.invalidate does not work on cluster enabled webapps

2014-05-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56578 --- Comment #5 from David Rees --- On a hunch, I tested a webapp with and without the element. The webapp also needs to have that element in the web.xml to reproduce the issue and the examples webapp does not have it. FWIW environment is

[Bug 56578] session.invalidate does not work on cluster enabled webapps

2014-05-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56578 --- Comment #4 from Konstantin Kolinko --- WORKSFORME: I placed both files into webapps/examples/ I added the following line to session.jsp to display current session id: Session ID:<%= session.getId() %> I am using a single Tomcat instan

Re: svn commit: r1598483 - in /tomcat/trunk/webapps: docs/changelog.xml examples/WEB-INF/classes/websocket/echo/EchoAsyncAnnotation.java examples/WEB-INF/classes/websocket/echo/EchoStreamAnnotation.ja

2014-05-30 Thread Konstantin Kolinko
2014-05-30 11:52 GMT+04:00 : > Author: remm > Date: Fri May 30 07:52:52 2014 > New Revision: 1598483 > > URL: http://svn.apache.org/r1598483 > Log: > - Test autobahn myself, add two new echo endpoints and my example config. > - Issues with the async endpoint, 9.7 and 9.8. > > Added: > > tomca

svn commit: r1598763 - in /tomcat/trunk: ./ res/rat/ webapps/examples/WEB-INF/classes/websocket/echo/

2014-05-30 Thread kkolinko
Author: kkolinko Date: Fri May 30 22:40:48 2014 New Revision: 1598763 URL: http://svn.apache.org/r1598763 Log: Followup to r1598483: 1. svn:eol-style 2. Add *.json to text.files patternset in build.xml 3. Add json file to rat-excludes.txt Per RFC7159 I see no way to add license comment to a JSON

buildbot success in ASF Buildbot on tomcat-trunk

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

svn commit: r1598762 - /tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

2014-05-30 Thread kkolinko
Author: kkolinko Date: Fri May 30 22:13:53 2014 New Revision: 1598762 URL: http://svn.apache.org/r1598762 Log: Add CVE numbers. Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.

svn commit: r1598761 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

2014-05-30 Thread kkolinko
Author: kkolinko Date: Fri May 30 22:09:51 2014 New Revision: 1598761 URL: http://svn.apache.org/r1598761 Log: Add CVE numbers, correct typos. Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewv

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

2014-05-30 Thread kkolinko
Author: kkolinko Date: Fri May 30 22:03:12 2014 New Revision: 1598758 URL: http://svn.apache.org/r1598758 Log: Add CVE numbers, correct a typo. Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/

svn commit: r1598708 - in /tomcat/trunk: java/org/apache/coyote/http11/upgrade/Nio2ServletInputStream.java webapps/examples/WEB-INF/classes/websocket/echo/EchoAsyncAnnotation.java webapps/examples/WEB

2014-05-30 Thread remm
Author: remm Date: Fri May 30 19:23:48 2014 New Revision: 1598708 URL: http://svn.apache.org/r1598708 Log: Typos. Modified: tomcat/trunk/java/org/apache/coyote/http11/upgrade/Nio2ServletInputStream.java tomcat/trunk/webapps/examples/WEB-INF/classes/websocket/echo/EchoAsyncAnnotation.jav

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

2014-05-30 Thread Bill Barker
/dist/lib/ant-apache-xalan2.jar:/srv/gump/public/workspace/xml-commons/java/build/resolver.jar:/srv/gump/packages/antlr/antlr-3.1.3.jar:/srv/gump/public/workspace/checkstyle/target/checkstyle-5.7-SNAPSHOT.jar:/srv/gump/public/workspace/apache-commons/beanutils/dist/commons-beanutils-20140530.jar:/srv/g

[Bug 56578] session.invalidate does not work on cluster enabled webapps

2014-05-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56578 --- Comment #3 from Konstantin Kolinko --- For reference: the thread on users@, "Tomcat 7.0.54 - Session invalidate broken in some apps" http://tomcat.markmail.org/thread/3zjrbavcxgrnw3ga -- You are receiving this mail because: You are th

[Bug 56555] Multiple connection headers for status 400 when "keep-alive" is specified

2014-05-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56555 --- Comment #11 from Konstantin Kolinko --- > multiple connection headers are allowed and the presence of a connection: > close > will always close the connection? Yes. (and multiple tokens in the same Connection header are allowed). If

buildbot failure in ASF Buildbot on tomcat-trunk

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

[Bug 56555] Multiple connection headers for status 400 when "keep-alive" is specified

2014-05-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56555 --- Comment #10 from Remy Maucherat --- It seems enough to me, +1 for a simple revert. -- You are receiving this mail because: You are the assignee for the bug. - To uns

svn commit: r1598483 - in /tomcat/trunk/webapps: docs/changelog.xml examples/WEB-INF/classes/websocket/echo/EchoAsyncAnnotation.java examples/WEB-INF/classes/websocket/echo/EchoStreamAnnotation.java e

2014-05-30 Thread remm
Author: remm Date: Fri May 30 07:52:52 2014 New Revision: 1598483 URL: http://svn.apache.org/r1598483 Log: - Test autobahn myself, add two new echo endpoints and my example config. - Issues with the async endpoint, 9.7 and 9.8. Added: tomcat/trunk/webapps/examples/WEB-INF/classes/websocket/e

svn commit: r1598480 - in /tomcat/trunk/java/org/apache/coyote/http11/upgrade: Nio2ServletInputStream.java Nio2ServletOutputStream.java

2014-05-30 Thread remm
Author: remm Date: Fri May 30 07:48:34 2014 New Revision: 1598480 URL: http://svn.apache.org/r1598480 Log: Remove listener calls optimizations, they skip a lot of things which could be useful and ultimately it doesn't work that well. Modified: tomcat/trunk/java/org/apache/coyote/http11/upgr

[Bug 56555] Multiple connection headers for status 400 when "keep-alive" is specified

2014-05-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56555 --- Comment #9 from Mark Thomas --- (In reply to Konstantin Kolinko from comment #8) > I am -1 to r1598007 > > See how "Connection" header is defined in RFC2616 section 14.10 and > processing of "close" token in section 8.1.2.1. > > The C