buildbot success in ASF Buildbot on tomcat-trunk

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

[Bug 56661] New: ServletRequest#getLocalAddr() returns the hostname, not the IP address

2014-06-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56661 Bug ID: 56661 Summary: ServletRequest#getLocalAddr() returns the hostname, not the IP address Product: Tomcat 7 Version: 7.0.53 Hardware: All OS: Mac

[Bug 56660] Resource leak in FairBlockingQueue::poll method

2014-06-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56660 Patric Rufflar changed: What|Removed |Added CC||pat...@rufflar.com -- You are re

[Bug 56660] Resource leak in FairBlockingQueue::poll method

2014-06-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56660 --- Comment #1 from Alexander Pogrebnyak --- I've encountered this bug in production, under a heavy load. The problem here is that it's manifestation is pretty random. One workaround, until this bug is fixed, is to turn off 'fairQueue' pr

[Bug 56660] New: Resource leak in FairBlockingQueue::poll method

2014-06-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56660 Bug ID: 56660 Summary: Resource leak in FairBlockingQueue::poll method Product: Tomcat Modules Version: unspecified Hardware: All OS: All Status: NEW

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

2014-06-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56653 --- Comment #4 from Konstantin Kolinko --- (In reply to Konstantin Kolinko from comment #3) > Fixed in Tomcat 8 by r1604319 and will be in 8.0.10 onwards. A part of that solution was reverted in r1604934 and re-implemented in a different w

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

2014-06-23 Thread kkolinko
Author: kkolinko Date: Mon Jun 23 21:17:12 2014 New Revision: 1604940 URL: http://svn.apache.org/r1604940 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56653 Alternative fix for aliases support issue Modified: tomcat/trunk/java/org/apache/catalina/mapper/Mapper.java Modified: t

svn commit: r1604934 - in /tomcat/trunk: java/org/apache/catalina/mapper/Mapper.java test/org/apache/catalina/mapper/TestMapper.java

2014-06-23 Thread kkolinko
Author: kkolinko Date: Mon Jun 23 20:59:53 2014 New Revision: 1604934 URL: http://svn.apache.org/r1604934 Log: Re-working the fix for http://issues.apache.org/bugzilla/show_bug.cgi?id=56653 I rollback addition of HostMapping class (reverting most of r1604319) I will work on an alternative solutio

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

2014-06-23 Thread kkolinko
Author: kkolinko Date: Mon Jun 23 20:25:36 2014 New Revision: 1604928 URL: http://svn.apache.org/r1604928 Log: Improve constructors. Avoid creating 0-length arrays, when they will be replaced by some known value. Modified: tomcat/trunk/java/org/apache/catalina/mapper/Mapper.java Modified: to

buildbot failure in ASF Buildbot on tomcat-7-trunk

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

[Bug 43925] org.apache.jasper.runtime.BodyContentImpl causing huge memory allocations

2014-06-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43925 --- Comment #11 from Mark Thomas --- I don't recall any solutions being discussed but you should search the archives and review any discussions that there may have been about this feature. It is up to you whether to discuss it first. Gener

svn commit: r1604918 - /tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/http/mapper/Mapper.java

2014-06-23 Thread kkolinko
Author: kkolinko Date: Mon Jun 23 19:57:29 2014 New Revision: 1604918 URL: http://svn.apache.org/r1604918 Log: Simplify internalMapWrapper methods. No change in functionality. This completes backport of r1604066. Modified: tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/http/mapper/Mapper.ja

svn commit: r1604917 - /tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/http/mapper/Mapper.java

2014-06-23 Thread kkolinko
Author: kkolinko Date: Mon Jun 23 19:47:57 2014 New Revision: 1604917 URL: http://svn.apache.org/r1604917 Log: Simplify. If there is only one version available, use it and skip exactFind(version) call. Also skip "if (contextVersion != null)" check before internalMapWrapper() call, as "contextVers

svn commit: r1604915 - /tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/http/mapper/Mapper.java

2014-06-23 Thread kkolinko
Author: kkolinko Date: Mon Jun 23 19:35:40 2014 New Revision: 1604915 URL: http://svn.apache.org/r1604915 Log: Simplify. No change in functionality. Save contexts[pos] in a local variable. This backports part of r1604437. Modified: tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/http/mapper/

svn commit: r1604910 - /tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/http/mapper/Mapper.java

2014-06-23 Thread kkolinko
Author: kkolinko Date: Mon Jun 23 19:13:27 2014 New Revision: 1604910 URL: http://svn.apache.org/r1604910 Log: Simplify. No change in functionality. This backports part of r1604066. Modified: tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/http/mapper/Mapper.java Modified: tomcat/tc7.0.x/t

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

2014-06-23 Thread kkolinko
Author: kkolinko Date: Mon Jun 23 18:53:52 2014 New Revision: 1604906 URL: http://svn.apache.org/r1604906 Log: proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1604906&r1=160490

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

2014-06-23 Thread kkolinko
Author: kkolinko Date: Mon Jun 23 18:42:25 2014 New Revision: 1604905 URL: http://svn.apache.org/r1604905 Log: proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1604905&r1=160490

[Bug 44312] Warn when overwritting docBase of the default Host, with docBase of an alias with the same name..

2014-06-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44312 --- Comment #8 from Konstantin Kolinko --- Created attachment 31744 --> https://issues.apache.org/bugzilla/attachment.cgi?id=31744&action=edit 2014-06-23_tc6_44312.patch Patch that will be proposed for Tomcat 6. TestMapper includes test

[Bug 44312] Warn when overwritting docBase of the default Host, with docBase of an alias with the same name..

2014-06-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44312 --- Comment #7 from Konstantin Kolinko --- Fixed in Tomcat 7 by r1604895 and will be in 7.0.55 onwards. -- You are receiving this mail because: You are the assignee for the bug. --

svn commit: r1604895 - in /tomcat/tc7.0.x/trunk: java/org/apache/tomcat/util/http/mapper/LocalStrings.properties java/org/apache/tomcat/util/http/mapper/Mapper.java test/org/apache/tomcat/util/http/ma

2014-06-23 Thread kkolinko
Author: kkolinko Date: Mon Jun 23 18:01:21 2014 New Revision: 1604895 URL: http://svn.apache.org/r1604895 Log: https://issues.apache.org/bugzilla/show_bug.cgi?id=44312 Log an error if there is a conflict between Host and Alias names. Improve addHost, addHostAlias, removeHost, removeHostAlias metho

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

2014-06-23 Thread kkolinko
Author: kkolinko Date: Mon Jun 23 17:48:14 2014 New Revision: 1604893 URL: http://svn.apache.org/r1604893 Log: Amend changelog message for https://issues.apache.org/bugzilla/show_bug.cgi?id=44312#c6 Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changel

[Bug 44312] Warn when overwritting docBase of the default Host, with docBase of an alias with the same name..

2014-06-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44312 --- Comment #6 from Konstantin Kolinko --- (In reply to Konstantin Kolinko from comment #4) > There is also a bug in Mapper.removeHost(name): > If host with such name is not registered in the mapper, it results in NPE > at "if (newHosts[i

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

2014-06-23 Thread kkolinko
Author: kkolinko Date: Mon Jun 23 17:34:50 2014 New Revision: 1604888 URL: http://svn.apache.org/r1604888 Log: Amend the test case for BZ 44312. Add a case when duplicate is an Alias Modified: tomcat/trunk/test/org/apache/catalina/mapper/TestMapper.java Modified: tomcat/trunk/test/org/apache

svn commit: r1604885 - in /tomcat/trunk: java/org/apache/catalina/mapper/Mapper.java test/org/apache/catalina/mapper/TestMapper.java

2014-06-23 Thread kkolinko
Author: kkolinko Date: Mon Jun 23 17:20:38 2014 New Revision: 1604885 URL: http://svn.apache.org/r1604885 Log: Correct comment to cover duplicate "Alias"es case. Amend testcase. Modified: tomcat/trunk/java/org/apache/catalina/mapper/Mapper.java tomcat/trunk/test/org/apache/catalina/mapper

svn commit: r1604846 - /tomcat/tc7.0.x/trunk/test/org/apache/tomcat/util/http/mapper/TestMapper.java

2014-06-23 Thread kkolinko
Author: kkolinko Date: Mon Jun 23 16:16:47 2014 New Revision: 1604846 URL: http://svn.apache.org/r1604846 Log: Test for https://issues.apache.org/bugzilla/show_bug.cgi?id=56653 Test concurrency issue with Mapper$ContextList.nesting field. It is backport of r1604309. Modified: tomcat/tc7.0.x/t

svn commit: r1604845 - /tomcat/tc7.0.x/trunk/test/org/apache/tomcat/util/http/mapper/TestMapper.java

2014-06-23 Thread kkolinko
Author: kkolinko Date: Mon Jun 23 16:09:38 2014 New Revision: 1604845 URL: http://svn.apache.org/r1604845 Log: Mode test for adding duplicates from setUp() into a test method. Add two additional tests. It is backport of r1604217. Modified: tomcat/tc7.0.x/trunk/test/org/apache/tomcat/util/http

Françoise Rebel est absente.

2014-06-23 Thread francoise . rebel
Je serai absent(e) du 23/06/2014 au 26/06/2014. Je répondrai à votre message dès mon retour. En cas d'urgence, vous pouvez contacter le BIJ au 05 61 02 86 10 - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For a

[Bug 43925] org.apache.jasper.runtime.BodyContentImpl causing huge memory allocations

2014-06-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43925 Issa Gorissen changed: What|Removed |Added CC||flo...@usa.net -- You are receivi

[Bug 43925] org.apache.jasper.runtime.BodyContentImpl causing huge memory allocations

2014-06-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43925 --- Comment #10 from Issa Gorissen --- Hi, For this issue, - is there already a chosen new architecture for the new version of the buffering ? or - should it be discussed ? or - you let the numbers speak for any new implementation ?

svn commit: r1604833 - /tomcat/trunk/java/org/apache/tomcat/websocket/server/UpgradeUtil.java

2014-06-23 Thread markt
Author: markt Date: Mon Jun 23 15:00:30 2014 New Revision: 1604833 URL: http://svn.apache.org/r1604833 Log: Trivial format change Modified: tomcat/trunk/java/org/apache/tomcat/websocket/server/UpgradeUtil.java Modified: tomcat/trunk/java/org/apache/tomcat/websocket/server/UpgradeUtil.java UR

svn commit: r1604822 - in /tomcat/trunk/java/org/apache/tomcat/websocket: ./ server/

2014-06-23 Thread markt
Author: markt Date: Mon Jun 23 14:42:51 2014 New Revision: 1604822 URL: http://svn.apache.org/r1604822 Log: Add plumbing to enable permessage-deflate implementation This is still a work-in-progress Modified: tomcat/trunk/java/org/apache/tomcat/websocket/LocalStrings.properties tomcat/trun

svn commit: r1604818 - /tomcat/trunk/java/org/apache/tomcat/websocket/WsFrameBase.java

2014-06-23 Thread markt
Author: markt Date: Mon Jun 23 14:30:03 2014 New Revision: 1604818 URL: http://svn.apache.org/r1604818 Log: Add some inner classes that will be required when Transformation / extension support is plumbed in. Modified: tomcat/trunk/java/org/apache/tomcat/websocket/WsFrameBase.java Modified:

svn commit: r1604810 - in /tomcat/trunk/java/org/apache/tomcat/websocket: Constants.java LocalStrings.properties PerMessageDeflate.java TransformationFactory.java

2014-06-23 Thread markt
Author: markt Date: Mon Jun 23 14:09:47 2014 New Revision: 1604810 URL: http://svn.apache.org/r1604810 Log: Add the initial implementation for the permessage-deflate implementation This is a work-in-progress - There are still multiple Autobahn failures (or rather there will be once it is plumbed

Re: Time for 7.0.55

2014-06-23 Thread Violeta Georgieva
2014-06-22 21:33 GMT+03:00 Konstantin Kolinko : > > 2014-06-20 23:59 GMT+04:00 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. > > > > Hi! > > The Mapper issues a

svn commit: r1604788 - in /tomcat/trunk: java/org/apache/tomcat/websocket/LocalStrings.properties java/org/apache/tomcat/websocket/Util.java test/org/apache/tomcat/websocket/TestUtil.java

2014-06-23 Thread markt
Author: markt Date: Mon Jun 23 12:55:25 2014 New Revision: 1604788 URL: http://svn.apache.org/r1604788 Log: Strengthen WebSocket extension parameter validation Modified: tomcat/trunk/java/org/apache/tomcat/websocket/LocalStrings.properties tomcat/trunk/java/org/apache/tomcat/websocket/Uti

svn commit: r1604781 - in /tomcat/trunk: java/org/apache/tomcat/websocket/Util.java test/org/apache/tomcat/websocket/TestUtil.java

2014-06-23 Thread markt
Author: markt Date: Mon Jun 23 12:33:54 2014 New Revision: 1604781 URL: http://svn.apache.org/r1604781 Log: Add support for parsing the extension header Modified: tomcat/trunk/java/org/apache/tomcat/websocket/Util.java tomcat/trunk/test/org/apache/tomcat/websocket/TestUtil.java Modified:

Re: svn commit: r1604768 - in /tomcat/trunk/java/org/apache/tomcat/websocket: WsExtension.java WsExtensionParameter.java

2014-06-23 Thread Mark Thomas
On 23/06/2014 13:06, ma...@apache.org wrote: > Author: markt > Date: Mon Jun 23 12:06:40 2014 > New Revision: 1604768 > > URL: http://svn.apache.org/r1604768 > Log: > Starting to look at WebSocket compression. These implementations will be > required to process the extension negotiation. I have

svn commit: r1604776 - /tomcat/trunk/java/org/apache/tomcat/websocket/Transformation.java

2014-06-23 Thread markt
Author: markt Date: Mon Jun 23 12:15:19 2014 New Revision: 1604776 URL: http://svn.apache.org/r1604776 Log: Add an interface for the transformation (by an extension) of WebSocket frames. Only supports transformation of incoming messages at this point. Added: tomcat/trunk/java/org/apache/tomc

svn commit: r1604768 - in /tomcat/trunk/java/org/apache/tomcat/websocket: WsExtension.java WsExtensionParameter.java

2014-06-23 Thread markt
Author: markt Date: Mon Jun 23 12:06:40 2014 New Revision: 1604768 URL: http://svn.apache.org/r1604768 Log: Starting to look at WebSocket compression. These implementations will be required to process the extension negotiation. Added: tomcat/trunk/java/org/apache/tomcat/websocket/WsExtension

buildbot failure in ASF Buildbot on tomcat-trunk

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

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

2014-06-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56596 Deepak Kumar changed: What|Removed |Added CC||mail4dee...@gmail.com -- You are r

[Bug 56650] Websockets session replication support

2014-06-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56650 Mark Thomas changed: What|Removed |Added CC||liushangkun...@hotmail.com --- Comme

[Bug 56659] Does Websocket Session can be serialization?

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

Re: [VOTE] Release Apache Tomcat 8.0.9

2014-06-23 Thread Martin Grigorov
[X] Stable - go ahead and release as 8.0.9 (stable) On Mon, Jun 23, 2014 at 11:52 AM, Mark Thomas wrote: > On 19/06/2014 15:00, Mark Thomas wrote: > > 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 RFC6

Re: [VOTE] Release Apache Tomcat 8.0.9

2014-06-23 Thread Mark Thomas
On 19/06/2014 15:00, Mark Thomas wrote: > 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 committed > -

buildbot success in ASF Buildbot on tomcat-7-trunk

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

svn commit: r1604714 - in /tomcat/trunk/webapps: docs/changelog.xml examples/WEB-INF/classes/CookieExample.java examples/WEB-INF/classes/util/CookieFilter.java

2014-06-23 Thread markt
Author: markt Date: Mon Jun 23 08:44:24 2014 New Revision: 1604714 URL: http://svn.apache.org/r1604714 Log: Extend attempts at obfuscation to the Cookies example Modified: tomcat/trunk/webapps/docs/changelog.xml tomcat/trunk/webapps/examples/WEB-INF/classes/CookieExample.java tomcat/t

buildbot success in ASF Buildbot on tomcat-trunk

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

svn commit: r1604708 - /tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/http/mapper/Mapper.java

2014-06-23 Thread kkolinko
Author: kkolinko Date: Mon Jun 23 07:55:04 2014 New Revision: 1604708 URL: http://svn.apache.org/r1604708 Log: Simplify addContextVersion. This backports part of r1604066. Modified: tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/http/mapper/Mapper.java Modified: tomcat/tc7.0.x/trunk/java/