[Bug 58010] Class file are not getting compiled with debuginfo while setting classdebuginfo in jasper ant task

2015-06-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58010 --- Comment #5 from Vasantharaju --- I tried with classDebugInfo as well the issue still persists . Let us know for more information or samples -- You are receiving this mail because: You are the assignee for the bug. ---

[Bug 58010] Class file are not getting compiled with debuginfo while setting classdebuginfo in jasper ant task

2015-06-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58010 --- Comment #4 from Vasantharaju --- Even is the flag misspelled the default behavior for jasper is to compile class files with debuginfo as per documentation. -- You are receiving this mail because: You are the assignee for the bug. ---

svn commit: r1685035 - /tomcat/tc7.0.x/trunk/build.xml

2015-06-11 Thread billbarker
Author: billbarker Date: Fri Jun 12 04:34:11 2015 New Revision: 1685035 URL: http://svn.apache.org/r1685035 Log: Allow Gump to use the newer version of checkstyle Modified: tomcat/tc7.0.x/trunk/build.xml Modified: tomcat/tc7.0.x/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/tc7.0

svn commit: r1685033 - /tomcat/tc8.0.x/trunk/build.xml

2015-06-11 Thread billbarker
Author: billbarker Date: Fri Jun 12 04:32:40 2015 New Revision: 1685033 URL: http://svn.apache.org/r1685033 Log: Allow Gump to use the newer version of checkstyle Modified: tomcat/tc8.0.x/trunk/build.xml Modified: tomcat/tc8.0.x/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/tc8.0

svn commit: r1685032 - /tomcat/trunk/build.xml

2015-06-11 Thread billbarker
Author: billbarker Date: Fri Jun 12 04:30:08 2015 New Revision: 1685032 URL: http://svn.apache.org/r1685032 Log: Allow Gump to use the newer version of checkstyle Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1

[GUMP@vmgump]: Project tomcat-tc7.0.x-validate (in module tomcat-7.0.x) failed

2015-06-11 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-tc7.0.x-validate has an issue affecting its community integration.

[GUMP@vmgump]: Project tomcat-tc8.0.x-validate (in module tomcat-8.0.x) failed

2015-06-11 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-tc8.0.x-validate has an issue affecting its community integration.

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

2015-06-11 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk-validate has an issue affecting its community integration. Th

buildbot success in ASF Buildbot on tomcat-trunk

2015-06-11 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/1368 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSch

svn commit: r1684947 - in /tomcat/trunk/java/org/apache/coyote: ajp/AjpProcessor.java http11/Http11InputBuffer.java

2015-06-11 Thread remm
Author: remm Date: Thu Jun 11 17:04:37 2015 New Revision: 1684947 URL: http://svn.apache.org/r1684947 Log: Read the algorithm, and look at the callers, AJP could be affected as well. Elsewhere there are checks for -1. It is a bit risky to check only on -1 though, but it should work. Modified:

svn commit: r1684943 - /tomcat/trunk/java/org/apache/coyote/http11/Http11InputBuffer.java

2015-06-11 Thread remm
Author: remm Date: Thu Jun 11 16:49:56 2015 New Revision: 1684943 URL: http://svn.apache.org/r1684943 Log: Fix loop that occurred with NIO (and could cause issues with APR as well) with a closed connection during keepalive. Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11InputBuff

buildbot exception in ASF Buildbot on tomcat-trunk

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

svn commit: r1684910 - in /tomcat/trunk: java/org/apache/coyote/http2/ test/org/apache/coyote/http2/

2015-06-11 Thread markt
Author: markt Date: Thu Jun 11 14:51:28 2015 New Revision: 1684910 URL: http://svn.apache.org/r1684910 Log: Add unit tests for section 5.2 Fix a bug where the end of stream flag was incorrectly set when flow control was applied to the response body after it had been fully written by the app but

[Bug 57974] getOpenSessions() bug

2015-06-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57974 dstojkov changed: What|Removed |Added Severity|major |critical -- You are receiving this mail be

[Bug 57974] getOpenSessions() bug

2015-06-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57974 --- Comment #1 from dstojkov --- Actually the endpoint share all the sessions with others Endpoints no matter if it is through login/password or not. I dont know how you implemented it but this should be something like: ... private Map> end

[Bug 58023] New: Memory Leak in WebappClassLoader

2015-06-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58023 Bug ID: 58023 Summary: Memory Leak in WebappClassLoader Product: Tomcat 7 Version: 7.0.59 Hardware: PC Status: NEW Severity: normal Priority: P2 Comp

svn commit: r1684864 - in /tomcat/trunk/test/org/apache/coyote/http2: Http2TestBase.java TestHttp2Section_4_1.java TestHttp2Section_4_2.java TestHttp2Section_4_3.java TestHttp2Section_5_1.java

2015-06-11 Thread markt
Author: markt Date: Thu Jun 11 12:25:12 2015 New Revision: 1684864 URL: http://svn.apache.org/r1684864 Log: Simplify Modified: tomcat/trunk/test/org/apache/coyote/http2/Http2TestBase.java tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_4_1.java tomcat/trunk/test/org/apache/

Re: Consider support for the Servlet profile of JSR 196 (JASPIC) in Tomcat 7.0.x

2015-06-11 Thread Mark Thomas
On 10/06/2015 16:43, Arjan Tijms wrote: > Hi, > > On Wed, Jun 10, 2015 at 3:28 PM, markt [via Tomcat] < > ml-node+s10n5035887...@n6.nabble.com> wrote: > >> I don't really understand what the requirement is here. Can you expand / >> point me to the part of the spec? >> > > It's simply that from w

JASPIC Implementation pointers

2015-06-11 Thread Mark Thomas
(primarily for Fjodor but feel free to comment as you see fit) Consensus to date is that a Valve will be the best integration point. Given that the implementation will need access to Tomcat's internals, I'd suggest either use the existing org.apache.catalina.authenticator package or create a new

Re: Consider support for the Servlet profile of JSR 196 (JASPIC) in Tomcat 7.0.x

2015-06-11 Thread Fjodor Vershinin
Hi, David! > Is the hope that these existing forms of auth will be ported and plugged > in through the JASPIC support? That would be quite excellent if so. > Yes, this is our main goal, actually. Implementing JASPIC is only part of my GSOC project. -- Thanks, Fjodor