[Bug 57546] Memory Leak in SecureNioChannel

2015-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57546 --- Comment #3 from Mark Thomas --- (In reply to Paul Gaylie from comment #2) > Mark, > > Unfortunately, killing a browser is not a good simulation because the > browser is smart enough to properly close the websocket when it gets killed.

Re: Hi

2015-02-10 Thread Mark Thomas
On 10/02/2015 06:28, Pravallika Peddi wrote: > Thanks Chris for the information. > > Mark & Chris: > I have gone through one of the issues given by Mark: > > https://issues.apache.org/bugzilla/show_bug.cgi?id=57021 > > and found that this issue is fixed already. > > Steps i performed: > 1) Dow

svn commit: r1658641 - /tomcat/native/trunk/native/src/sslnetwork.c

2015-02-10 Thread rjung
Author: rjung Date: Tue Feb 10 08:53:09 2015 New Revision: 1658641 URL: http://svn.apache.org/r1658641 Log: Replace access to OpenSSL SSL internals by accessor function. Internals are no longer available for OpenSSL master. Not compiled or tested, waiting for GUMP. Modified: tomcat/native/tr

svn commit: r1658646 - in /tomcat/native/branches/1.1.x: ./ native/src/sslnetwork.c

2015-02-10 Thread rjung
Author: rjung Date: Tue Feb 10 09:00:11 2015 New Revision: 1658646 URL: http://svn.apache.org/r1658646 Log: Replace access to OpenSSL SSL internals by accessor function. Internals are no longer available for OpenSSL master. Not compiled or tested, waiting for GUMP. Backport of r1658641 from trun

Re: svn commit: r1658557 - /tomcat/native/trunk/native/src/sslinfo.c

2015-02-10 Thread Rainer Jung
Am 10.02.2015 um 00:18 schrieb Konstantin Kolinko: 2015-02-09 22:52 GMT+03:00 : Author: rjung Date: Mon Feb 9 19:52:36 2015 New Revision: 1658557 URL: http://svn.apache.org/r1658557 Log: Replace access to OpenSSL session internals by accessor function. Internals are no longer available for Op

[Bug 57554] Exception loading sessions from persistent storage

2015-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57554 --- Comment #1 from Rainer Jung --- Comment on attachment 32445 --> https://issues.apache.org/bugzilla/attachment.cgi?id=32445 catalina output I don't think that it is related to the session ID generator change. It doesn't look so to me.

[Bug 57554] Exception loading sessions from persistent storage

2015-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57554 Rainer Jung changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 57556] New: getServletContext().getRealPath("/") returns path not ending with /

2015-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57556 Bug ID: 57556 Summary: getServletContext().getRealPath("/") returns path not ending with / Product: Tomcat 8 Version: trunk Hardware: PC Status: NEW

[Bug 56085] IllegalArgumentException is thrown when calling getServletContext().getRealPath("\\")

2015-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56085 karthic changed: What|Removed |Added Version|8.0.0-RC10 |8.0.14 -- You are receiving this mail b

async and thread constraint

2015-02-10 Thread Romain Manni-Bucau
Hi guys, in org.apache.coyote.AsyncStateMachine#asyncDispatch tomcat checks ContainerThreadMarker.isContainerThread() basically it prevents to use JAXRS 2 @Suspended without creating custom threads - which is not intended. Was this limitation intended or just to try to avoid to consume container

Re: Hi

2015-02-10 Thread Pravallika Peddi
Got you Mark. Now i am able to reproduce the problem by keeping I64 bit dll in x64 bit windows platform. I will fix it and let you know. Thanks, VIN On Tue, Feb 10, 2015 at 2:19 PM, Mark Thomas wrote: > On 10/02/2015 06:28, Pravallika Peddi wrote: > > Thanks Chris for the information. > > > > M

[Bug 57556] getServletContext().getRealPath("/") returns path not ending with /

2015-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57556 karthic changed: What|Removed |Added OS||All -- You are receiving this mail beca

[Bug 57556] getServletContext().getRealPath("/") returns path not ending with /

2015-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57556 --- Comment #1 from karthic --- I mentioned I used till Tomcat6, it is typo, I have been using this code from Tomcat5.5 to Tomcat7 -- You are receiving this mail because: You are the assignee for the bug.

[Bug 57556] getServletContext().getRealPath("/") returns path not ending with /

2015-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57556 --- Comment #2 from Mark Thomas --- This will be the new resources implementation introduced in 8.0.x. I don't see any reason not to restore the trailing separator for a directory for backwards compatibility but I say that not having looke

[Bug 45014] Request and Response classes should have wrappers for use in Valves

2015-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45014 --- Comment #16 from mr.oliver.hernan...@gmail.com --- Created attachment 32446 --> https://issues.apache.org/bugzilla/attachment.cgi?id=32446&action=edit Maven project for a valve that dumps the full request with the body NOTE: For our u

[Bug 45014] Request and Response classes should have wrappers for use in Valves

2015-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45014 --- Comment #17 from mr.oliver.hernan...@gmail.com --- I tend to agree more with Christopher, mainly because of this section of the javadoc for the Valve interface that is misleading: "Consume bytes from the input stream associated with the

[Bug 45014] Request and Response classes should have wrappers for use in Valves

2015-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45014 --- Comment #18 from Remy Maucherat --- Adding your dummy classes means wrapping is supported and, probably, that there is more API stability that what is actually the case. I continue to believe that this is not a good idea. If people, lik

[Bug 45014] Request and Response classes should have wrappers for use in Valves

2015-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45014 --- Comment #19 from mr.oliver.hernan...@gmail.com --- Remy, please re-read my previous comments (https://issues.apache.org/bugzilla/show_bug.cgi?id=45014#c5 & https://issues.apache.org/bugzilla/show_bug.cgi?id=45014#c6). This need is far f

[Bug 56085] IllegalArgumentException is thrown when calling getServletContext().getRealPath("\\")

2015-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56085 Konstantin Kolinko changed: What|Removed |Added Version|8.0.14 |8.0.0-RC10 --- Comment #3 fro

[Bug 57556] getServletContext().getRealPath("/") returns path not ending with /

2015-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57556 Konstantin Kolinko changed: What|Removed |Added Version|trunk |8.0.14 -- You are receiving

[Bug 45014] Request and Response classes should have wrappers for use in Valves

2015-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45014 --- Comment #20 from Remy Maucherat --- Yes, I did note that "I guess in hindsight I could have implemented a filter". This is a feature for hackers, my vote is to let people deal with it to avoid having any additional support burden. --

[Bug 57556] getServletContext().getRealPath("/") returns path not ending with /

2015-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57556 karthic changed: What|Removed |Added Version|8.0.14 |trunk --- Comment #3 from karthic --- (

svn commit: r1658724 - in /tomcat/native/trunk/native: include/ssl_private.h src/sslutils.c

2015-02-10 Thread kkolinko
Author: kkolinko Date: Tue Feb 10 14:40:37 2015 New Revision: 1658724 URL: http://svn.apache.org/r1658724 Log: Replace access to OpenSSL SSL internals by accessor function. Internals are no longer available for OpenSSL master. In openssl/ssl.h the macro is defined as #define SSL_CTX_clear_extra_c

svn commit: r1658728 - in /tomcat/native/branches/1.1.x: ./ native/include/ssl_private.h native/src/sslutils.c xdocs/miscellaneous/changelog.xml

2015-02-10 Thread kkolinko
Author: kkolinko Date: Tue Feb 10 14:45:19 2015 New Revision: 1658728 URL: http://svn.apache.org/r1658728 Log: Replace access to OpenSSL SSL internals by accessor function. Internals are no longer available for OpenSSL master. In openssl/ssl.h the macro is defined as #define SSL_CTX_clear_extra_c

[Bug 57546] Memory Leak in SecureNioChannel

2015-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57546 --- Comment #4 from Mark Thomas --- Interesting. I tried testing with a separate machine so I could pull out the network cable. That has triggered a problem that looks like the one described here. I'm looking into this at the moment. Musin

[Bug 57558] New: ant task throws NoClassDefFoundError - Tomcat 8.0.18

2015-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57558 Bug ID: 57558 Summary: ant task throws NoClassDefFoundError - Tomcat 8.0.18 Product: Tomcat 8 Version: 8.0.18 Hardware: PC Status: NEW Severity

svn commit: r1658734 - in /tomcat/trunk/java/org/apache/coyote/http11/upgrade: LocalStrings.properties UpgradeProcessor.java

2015-02-10 Thread markt
Author: markt Date: Tue Feb 10 15:43:46 2015 New Revision: 1658734 URL: http://svn.apache.org/r1658734 Log: Ensure that a dropped connection does not leave references to the UpgradeProcessor Modified: tomcat/trunk/java/org/apache/coyote/http11/upgrade/LocalStrings.properties tomcat/trunk

svn commit: r1658737 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/coyote/http11/upgrade/AbstractProcessor.java java/org/apache/coyote/http11/upgrade/LocalStrings.properties webapps/docs/changelog.xm

2015-02-10 Thread markt
Author: markt Date: Tue Feb 10 15:53:06 2015 New Revision: 1658737 URL: http://svn.apache.org/r1658737 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57546 Ensure that a dropped connection does not leave references to the UpgradeProcessor Modified: tomcat/tc8.0.x/trunk/ (props

svn commit: r1658738 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/http11/upgrade/AbstractProcessor.java java/org/apache/coyote/http11/upgrade/LocalStrings.properties webapps/docs/changelog.xm

2015-02-10 Thread markt
Author: markt Date: Tue Feb 10 15:54:05 2015 New Revision: 1658738 URL: http://svn.apache.org/r1658738 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57546 Ensure that a dropped connection does not leave references to the UpgradeProcessor Modified: tomcat/tc7.0.x/trunk/ (props

[Bug 57546] Memory Leak in SecureNioChannel

2015-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57546 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 57489] java.util.concurrent.ExecutionException: java.io.IOException: Key must be cancelled

2015-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57489 --- Comment #9 from Mark Thomas --- OK. I've made various changes to 8.0.x that should at least make this less likely and hopefully prevent. If you could test with the current 8.0.x and let us know the results that would be great. -- You

Re: svn commit: r1658734 - in /tomcat/trunk/java/org/apache/coyote/http11/upgrade: LocalStrings.properties UpgradeProcessor.java

2015-02-10 Thread Rémy Maucherat
2015-02-10 16:43 GMT+01:00 : > Author: markt > Date: Tue Feb 10 15:43:46 2015 > New Revision: 1658734 > > URL: http://svn.apache.org/r1658734 > Log: > Ensure that a dropped connection does not leave references to the > UpgradeProcessor > > Good find, but what happens if onDataAvailable or onWriteP

[Bug 57559] New: Decoded Request URI used for Asynchronous dispatch

2015-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57559 Bug ID: 57559 Summary: Decoded Request URI used for Asynchronous dispatch Product: Tomcat 7 Version: 7.0.53 Hardware: PC Status: NEW Severity: normal Prio

[Bug 57560] New: Check protocol when resolving on older JREs

2015-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57560 Bug ID: 57560 Summary: Check protocol when resolving on older JREs Product: Taglibs Version: 1.2.1 Hardware: All OS: All Status: NEW Severity: norma

svn commit: r1658754 - in /tomcat/taglibs/standard/trunk: ./ impl/src/main/java/org/apache/taglibs/standard/util/ impl/src/test/java/org/apache/taglibs/standard/util/

2015-02-10 Thread jboynes
Author: jboynes Date: Tue Feb 10 16:32:13 2015 New Revision: 1658754 URL: http://svn.apache.org/r1658754 Log: Check protocol when resolving on older JREs Added: tomcat/taglibs/standard/trunk/impl/src/test/java/org/apache/taglibs/standard/util/XmlUtilTest.java (with props) Modified: to

svn commit: r1658757 - in /tomcat/taglibs/standard/trunk: CHANGES.txt README_bin.txt

2015-02-10 Thread jboynes
Author: jboynes Date: Tue Feb 10 16:43:59 2015 New Revision: 1658757 URL: http://svn.apache.org/r1658757 Log: Update changes and docs Modified: tomcat/taglibs/standard/trunk/CHANGES.txt tomcat/taglibs/standard/trunk/README_bin.txt Modified: tomcat/taglibs/standard/trunk/CHANGES.txt URL:

Re: svn commit: r1658754 - in /tomcat/taglibs/standard/trunk: ./ impl/src/main/java/org/apache/taglibs/standard/util/ impl/src/test/java/org/apache/taglibs/standard/util/

2015-02-10 Thread Konstantin Kolinko
2015-02-10 19:32 GMT+03:00 : > Author: jboynes > Date: Tue Feb 10 16:32:13 2015 > New Revision: 1658754 > > URL: http://svn.apache.org/r1658754 > Log: > Check protocol when resolving on older JREs > > Added: > > tomcat/taglibs/standard/trunk/impl/src/test/java/org/apache/taglibs/standard/util

svn commit: r1658771 - in /tomcat/trunk/java/org/apache/coyote: AbstractProcessor.java Processor.java ajp/AjpProcessor.java http11/Http11Processor.java http11/upgrade/UpgradeProcessor.java spdy/SpdyPr

2015-02-10 Thread remm
Author: remm Date: Tue Feb 10 18:04:17 2015 New Revision: 1658771 URL: http://svn.apache.org/r1658771 Log: Drop unused throws clause. Modified: tomcat/trunk/java/org/apache/coyote/AbstractProcessor.java tomcat/trunk/java/org/apache/coyote/Processor.java tomcat/trunk/java/org/apache/co

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

2015-02-10 Thread Fjodor Vershinin
Hello! I am CS student and it looks like that this task is quite interesting. I would take it for GSOC if ASF organization will be selected. Currently I have some time to do research in Tomcat codebase. Could you provide me some entry points? Thanks, Fjodor -- View this message in context: http

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

2015-02-10 Thread David Jencks
For many years Geronimo has had a modified tomcat version implementing jaspic. I offered it to tomcat when I wrote it but was declined. thanks david jencks On Feb 10, 2015, at 1:05 PM, Fjodor Vershinin wrote: > Hello! > I am CS student and it looks like that this task is quite interesting. I >

svn commit: r1658777 - in /tomcat/site/trunk: docs/migration-8.html xdocs/migration-8.xml

2015-02-10 Thread kkolinko
Author: kkolinko Date: Tue Feb 10 18:40:52 2015 New Revision: 1658777 URL: http://svn.apache.org/r1658777 Log: Enhance wording and add a link to Apache Commons DBCP project Modified: tomcat/site/trunk/docs/migration-8.html tomcat/site/trunk/xdocs/migration-8.xml Modified: tomcat/site/tru

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

2015-02-10 Thread Arjan Tijms
Hi, On Tuesday, February 10, 2015, Fjodor Vershinin [via Tomcat] < ml-node+s10n5029627...@n6.nabble.com> wrote: > Hello! > I am CS student and it looks like that this task is quite interesting. I > would take it for GSOC if ASF organization will be selected. Currently I > have some time to do res

svn commit: r1658779 - in /tomcat/site/trunk: docs/migration-8.html xdocs/migration-8.xml

2015-02-10 Thread kkolinko
Author: kkolinko Date: Tue Feb 10 18:55:04 2015 New Revision: 1658779 URL: http://svn.apache.org/r1658779 Log: Enhance wording and add a link to jndi-datasource-examples-howto.html Modified: tomcat/site/trunk/docs/migration-8.html tomcat/site/trunk/xdocs/migration-8.xml Modified: tomcat/

[Bug 45014] Request and Response classes should have wrappers for use in Valves

2015-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45014 --- Comment #21 from Christopher Schultz --- (In reply to Remy Maucherat from comment #20) > Yes, I did note that "I guess in hindsight I could have implemented a > filter". This is a feature for hackers, my vote is to let people deal with

[Bug 45014] Request and Response classes should have wrappers for use in Valves

2015-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45014 --- Comment #22 from Christopher Schultz --- (In reply to Remy Maucherat from comment #18) > Adding your dummy classes means wrapping is supported and, probably, that > there is more API stability that what is actually the case. This is th

svn commit: r1658781 - /tomcat/trunk/webapps/docs/jndi-datasource-examples-howto.xml

2015-02-10 Thread kkolinko
Author: kkolinko Date: Tue Feb 10 19:04:01 2015 New Revision: 1658781 URL: http://svn.apache.org/r1658781 Log: Add note about DBCP changes between Tomcat 7 and 8, replacing an old note that was saying about Tomcat 5.0 and 5.5 Modified: tomcat/trunk/webapps/docs/jndi-datasource-examples-howto.

[Bug 45014] Request and Response classes should have wrappers for use in Valves

2015-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45014 --- Comment #23 from Christopher Schultz --- (In reply to Christopher Schultz from comment #22) > - Tomcat 7, root (r1155369) to tip: 5 commits: r1446110, r1446138, r1446138, > *r156*, r1561675, r1518197. The single *starred* commit cha

svn commit: r1658783 - in /tomcat/tc8.0.x/trunk: ./ webapps/docs/jndi-datasource-examples-howto.xml

2015-02-10 Thread kkolinko
Author: kkolinko Date: Tue Feb 10 19:09:16 2015 New Revision: 1658783 URL: http://svn.apache.org/r1658783 Log: Add note about DBCP changes between Tomcat 7 and 8, replacing an old note that was saying about Tomcat 5.0 and 5.5 Merged r1658781 from tomcat/trunk. Modified: tomcat/tc8.0.x/trunk/

Re: svn commit: r1658734 - in /tomcat/trunk/java/org/apache/coyote/http11/upgrade: LocalStrings.properties UpgradeProcessor.java

2015-02-10 Thread Mark Thomas
On 10/02/2015 15:59, Rémy Maucherat wrote: > 2015-02-10 16:43 GMT+01:00 : > >> Author: markt >> Date: Tue Feb 10 15:43:46 2015 >> New Revision: 1658734 >> >> URL: http://svn.apache.org/r1658734 >> Log: >> Ensure that a dropped connection does not leave references to the >> UpgradeProcessor >> > Go

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

2015-02-10 Thread Mark Thomas
On 10/02/2015 18:42, Arjan Tijms wrote: > Hi, > > On Tuesday, February 10, 2015, Fjodor Vershinin [via Tomcat] < > ml-node+s10n5029627...@n6.nabble.com> wrote: > >> Hello! >> I am CS student and it looks like that this task is quite interesting. I >> would take it for GSOC if ASF organization wil

Re: svn commit: r1658737 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/coyote/http11/upgrade/AbstractProcessor.java java/org/apache/coyote/http11/upgrade/LocalStrings.properties webapps/docs/changelo

2015-02-10 Thread Christopher Schultz
Mark, On 2/10/15 10:53 AM, ma...@apache.org wrote: > Author: markt > Date: Tue Feb 10 15:53:06 2015 > New Revision: 1658737 > > URL: http://svn.apache.org/r1658737 > Log: > Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57546 > Ensure that a dropped connection does not leave references to

Re: svn commit: r1658737 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/coyote/http11/upgrade/AbstractProcessor.java java/org/apache/coyote/http11/upgrade/LocalStrings.properties webapps/docs/changelo

2015-02-10 Thread Mark Thomas
On 10/02/2015 19:54, Christopher Schultz wrote: > Mark, > > On 2/10/15 10:53 AM, ma...@apache.org wrote: >> Author: markt >> Date: Tue Feb 10 15:53:06 2015 >> New Revision: 1658737 >> >> URL: http://svn.apache.org/r1658737 >> Log: >> Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57546 >>

svn commit: r1658790 - in /tomcat/trunk/java/org/apache/coyote/http11/upgrade: LocalStrings.properties UpgradeProcessor.java UpgradeServletInputStream.java UpgradeServletOutputStream.java

2015-02-10 Thread markt
Author: markt Date: Tue Feb 10 20:05:12 2015 New Revision: 1658790 URL: http://svn.apache.org/r1658790 Log: Make code calling user provided listeners more robust. Modified: tomcat/trunk/java/org/apache/coyote/http11/upgrade/LocalStrings.properties tomcat/trunk/java/org/apache/coyote/http1

[Bug 57509] maxHttpHeaderSize maybe case ArrayIndexOutOfBoundsException

2015-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57509 Shelson Ferrari changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXE

[Bug 57509] maxHttpHeaderSize maybe case ArrayIndexOutOfBoundsException

2015-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57509 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

svn commit: r1658794 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/coyote/http11/upgrade/

2015-02-10 Thread markt
Author: markt Date: Tue Feb 10 20:21:38 2015 New Revision: 1658794 URL: http://svn.apache.org/r1658794 Log: Make code calling user provided listeners more robust. Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/org/apache/coyote/http11/upgrade/AbstractProcesso

svn commit: r1658795 - in /tomcat/site/trunk: docs/download-60.html docs/download-70.html xdocs/download-60.xml xdocs/download-70.xml

2015-02-10 Thread kkolinko
Author: kkolinko Date: Tue Feb 10 20:23:19 2015 New Revision: 1658795 URL: http://svn.apache.org/r1658795 Log: Simplify download page by using ezt.py variable to hold a version number. Documentation for ezt.py is at https://code.google.com/p/ezt/wiki/Syntax Modified: tomcat/site/trunk/docs/d

svn commit: r1658796 - in /tomcat/site/trunk: docs/download-70.html xdocs/download-70.xml

2015-02-10 Thread kkolinko
Author: kkolinko Date: Tue Feb 10 20:30:21 2015 New Revision: 1658796 URL: http://svn.apache.org/r1658796 Log: Add links to SHA-1 checksum files for Tomcat 7. Modified: tomcat/site/trunk/docs/download-70.html tomcat/site/trunk/xdocs/download-70.xml Modified: tomcat/site/trunk/docs/downlo

svn commit: r1658799 - /tomcat/trunk/bin/catalina-tasks.xml

2015-02-10 Thread markt
Author: markt Date: Tue Feb 10 20:32:45 2015 New Revision: 1658799 URL: http://svn.apache.org/r1658799 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57558 Add missing JARs JARs in alpha order Modified: tomcat/trunk/bin/catalina-tasks.xml Modified: tomcat/trunk/bin/catalina-task

svn commit: r1658801 - in /tomcat/tc8.0.x/trunk: ./ bin/catalina-tasks.xml webapps/docs/changelog.xml

2015-02-10 Thread markt
Author: markt Date: Tue Feb 10 20:35:24 2015 New Revision: 1658801 URL: http://svn.apache.org/r1658801 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57558 Add missing JARs JARs in alpha order Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/bin/catalina

Re: svn commit: r1658799 - /tomcat/trunk/bin/catalina-tasks.xml

2015-02-10 Thread Konstantin Kolinko
2015-02-10 23:32 GMT+03:00 : > Author: markt > Date: Tue Feb 10 20:32:45 2015 > New Revision: 1658799 > > URL: http://svn.apache.org/r1658799 > Log: > Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57558 > Add missing JARs > JARs in alpha order > > Modified: > tomcat/trunk/bin/catalina

[Bug 57558] ant task throws NoClassDefFoundError - Tomcat 8.0.18

2015-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57558 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1658802 - /tomcat/trunk/bin/catalina-tasks.xml

2015-02-10 Thread markt
Author: markt Date: Tue Feb 10 20:39:48 2015 New Revision: 1658802 URL: http://svn.apache.org/r1658802 Log: Simplify. Use all available JARs. Modified: tomcat/trunk/bin/catalina-tasks.xml Modified: tomcat/trunk/bin/catalina-tasks.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/bin/catali

svn commit: r1658803 - in /tomcat/tc8.0.x/trunk: ./ bin/catalina-tasks.xml

2015-02-10 Thread markt
Author: markt Date: Tue Feb 10 20:40:13 2015 New Revision: 1658803 URL: http://svn.apache.org/r1658803 Log: Simplify. Use all available JARs. Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/bin/catalina-tasks.xml Propchange: tomcat/tc8.0.x/trunk/ --

Re: svn commit: r1658799 - /tomcat/trunk/bin/catalina-tasks.xml

2015-02-10 Thread Mark Thomas
On 10/02/2015 20:36, Konstantin Kolinko wrote: > 2015-02-10 23:32 GMT+03:00 : >> Author: markt >> Date: Tue Feb 10 20:32:45 2015 >> New Revision: 1658799 >> >> URL: http://svn.apache.org/r1658799 >> Log: >> Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57558 >> Add missing JARs >> JARs in

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

2015-02-10 Thread Arjan Tijms
Hi, On Tue, Feb 10, 2015 at 8:34 PM, Mark Thomas-2 [via Tomcat] wrote: > If you do look at JBoss keep in mind it is GPL licensed and we need to > be very careful that we don't end up with GPL'd code in Tomcat. That's absolutely true. The code there shouldn't not be copied in any way. It's only u

svn commit: r1658804 - in /tomcat/trunk: java/org/apache/catalina/core/StandardContext.java test/org/apache/catalina/core/TestStandardContext.java

2015-02-10 Thread markt
Author: markt Date: Tue Feb 10 20:54:07 2015 New Revision: 1658804 URL: http://svn.apache.org/r1658804 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57556 Align getRealPath() behaviour with that of earlier versions and include a trailing separator if the real path refers to a direct

svn commit: r1658805 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/core/StandardContext.java test/org/apache/catalina/core/TestStandardContext.java webapps/docs/changelog.xml

2015-02-10 Thread markt
Author: markt Date: Tue Feb 10 20:55:27 2015 New Revision: 1658805 URL: http://svn.apache.org/r1658805 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57556 Align getRealPath() behaviour with that of earlier versions and include a trailing separator if the real path refers to a direct

[Bug 57556] getServletContext().getRealPath("/") returns path not ending with /

2015-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57556 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 57558] ant task throws NoClassDefFoundError - Tomcat 8.0.18

2015-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57558 --- Comment #3 from Konstantin Kolinko --- Complete sample build.xml (to be put into $CATALINA_HOME): [[[ ]]] -- You are receiving this mail because: You are the assignee for the bug. ---

[Bug 57558] ant task throws NoClassDefFoundError - Tomcat 8.0.18

2015-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57558 Konstantin Kolinko changed: What|Removed |Added Status|RESOLVED|REOPENED Component|J

Re: svn commit: r1658804 - in /tomcat/trunk: java/org/apache/catalina/core/StandardContext.java test/org/apache/catalina/core/TestStandardContext.java

2015-02-10 Thread Konstantin Kolinko
2015-02-10 23:54 GMT+03:00 : > Author: markt > Date: Tue Feb 10 20:54:07 2015 > New Revision: 1658804 > > URL: http://svn.apache.org/r1658804 > Log: > Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57556 > Align getRealPath() behaviour with that of earlier versions and include a > trailin

svn commit: r1658811 - /tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml

2015-02-10 Thread kkolinko
Author: kkolinko Date: Tue Feb 10 21:12:23 2015 New Revision: 1658811 URL: http://svn.apache.org/r1658811 Log: Correct a typo Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/

svn commit: r1658815 - in /tomcat/tc7.0.x/trunk: ./ bin/catalina-tasks.xml webapps/docs/changelog.xml

2015-02-10 Thread kkolinko
Author: kkolinko Date: Tue Feb 10 21:22:44 2015 New Revision: 1658815 URL: http://svn.apache.org/r1658815 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57558 Add missing JAR in Ant task definition required by the validate task. Modified: tomcat/tc7.0.x/trunk/ (props changed)

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

2015-02-10 Thread kkolinko
Author: kkolinko Date: Tue Feb 10 21:28:53 2015 New Revision: 1658819 URL: http://svn.apache.org/r1658819 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=1658819&r1=165881

[Bug 57558] ant task throws NoClassDefFoundError - Tomcat 8.0.18

2015-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57558 --- Comment #4 from Konstantin Kolinko --- Fixed in Tomcat 7 by r1658815 and will be in 7.0.60. Proposed for Tomcat 6. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 57558] ant task throws NoClassDefFoundError - Tomcat 8.0.18

2015-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57558 --- Comment #5 from Konstantin Kolinko --- For a record: Stacktrace in Tomcat 6 is [[[ build.xml:15: java.lang.NoClassDefFoundError: org /apache/catalina/Globals at org.apache.catalina.ant.ValidatorTask.execute(ValidatorTask.java:9

[Bug 57559] Decoded Request URI used for Asynchronous dispatch

2015-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57559 Mark Thomas changed: What|Removed |Added OS||All -- You are receiving this mail

[Bug 49785] Enabling TLS for JNDIRealm

2015-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49785 Felix Schumacher changed: What|Removed |Added Attachment #25916|0 |1 is obsolete|

[Bug 57489] java.util.concurrent.ExecutionException: java.io.IOException: Key must be cancelled

2015-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57489 --- Comment #10 from wodenc...@gmail.com --- Hi Mark, I built Tomcat from Trunk and tested again. Unfortunately the issue happened again, here is the Stack Trace: 2015-02-10 16:01:13,056 CST ERROR [null] - java.io.IOException: at org

svn commit: r1658827 - /tomcat/trunk/test/org/apache/catalina/core/TestAsyncContextImpl.java

2015-02-10 Thread markt
Author: markt Date: Tue Feb 10 22:42:15 2015 New Revision: 1658827 URL: http://svn.apache.org/r1658827 Log: Add test case to confirm current behaviour re BZ 57559. Modified: tomcat/trunk/test/org/apache/catalina/core/TestAsyncContextImpl.java Modified: tomcat/trunk/test/org/apache/catalina/c

[Bug 57546] Memory Leak in SecureNioChannel

2015-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57546 Konstantin Kolinko changed: What|Removed |Added Status|RESOLVED|REOPENED Component|W

[Bug 57559] Decoded Request URI used for Asynchronous dispatch

2015-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57559 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 57546] Memory Leak in SecureNioChannel

2015-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57546 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

Re: async and thread constraint

2015-02-10 Thread Konstantin Kolinko
2015-02-10 14:16 GMT+03:00 Romain Manni-Bucau : > Hi guys, > > in org.apache.coyote.AsyncStateMachine#asyncDispatch tomcat checks > ContainerThreadMarker.isContainerThread() > > basically it prevents to use JAXRS 2 @Suspended without creating > custom threads - which is not intended. I do not know

Re: async and thread constraint

2015-02-10 Thread Mark Thomas
On 10/02/2015 23:06, Konstantin Kolinko wrote: > 2015-02-10 14:16 GMT+03:00 Romain Manni-Bucau : >> Hi guys, >> >> in org.apache.coyote.AsyncStateMachine#asyncDispatch tomcat checks >> ContainerThreadMarker.isContainerThread() >> >> basically it prevents to use JAXRS 2 @Suspended without creating >

svn commit: r1658833 - /tomcat/trunk/webapps/docs/class-loader-howto.xml

2015-02-10 Thread kkolinko
Author: kkolinko Date: Tue Feb 10 23:22:38 2015 New Revision: 1658833 URL: http://svn.apache.org/r1658833 Log: Add link from class-loader-howto.xml to config/loader.html. Without this the document does not mention how a classloader can be configured. This addresses user's question posted via comm

svn commit: r1658834 - in /tomcat/tc8.0.x/trunk: ./ webapps/docs/class-loader-howto.xml

2015-02-10 Thread kkolinko
Author: kkolinko Date: Tue Feb 10 23:24:38 2015 New Revision: 1658834 URL: http://svn.apache.org/r1658834 Log: Add link from class-loader-howto.xml to config/loader.html. Without this the document does not mention how a classloader can be configured. This addresses user's question posted via comm

svn commit: r1658836 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/class-loader-howto.xml

2015-02-10 Thread kkolinko
Author: kkolinko Date: Tue Feb 10 23:26:52 2015 New Revision: 1658836 URL: http://svn.apache.org/r1658836 Log: Add link from class-loader-howto.xml to config/loader.html. Without this the document does not mention how a classloader can be configured. This addresses user's question posted via comm

Re: svn commit: r1658804 - in /tomcat/trunk: java/org/apache/catalina/core/StandardContext.java test/org/apache/catalina/core/TestStandardContext.java

2015-02-10 Thread Mark Thomas
On 10/02/2015 21:08, Konstantin Kolinko wrote: > 2015-02-10 23:54 GMT+03:00 : >> Author: markt >> Date: Tue Feb 10 20:54:07 2015 >> New Revision: 1658804 >> >> URL: http://svn.apache.org/r1658804 >> Log: >> Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57556 >> Align getRealPath() behavio

svn commit: r1658840 - in /tomcat/trunk: java/org/apache/catalina/core/StandardContext.java test/org/apache/catalina/core/TestStandardContext.java

2015-02-10 Thread markt
Author: markt Date: Tue Feb 10 23:36:37 2015 New Revision: 1658840 URL: http://svn.apache.org/r1658840 Log: Follow-up to r1658804 (kkolinko review) Handle case where canonical path ends in File.separator Modified: tomcat/trunk/java/org/apache/catalina/core/StandardContext.java tomcat/trun

svn commit: r1658841 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/core/StandardContext.java test/org/apache/catalina/core/TestStandardContext.java

2015-02-10 Thread markt
Author: markt Date: Tue Feb 10 23:37:21 2015 New Revision: 1658841 URL: http://svn.apache.org/r1658841 Log: Follow-up to r1658805 (kkolinko review) Handle case where canonical path ends in File.separator Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/org/apach

[Bug 57534] CorsFilter.SIMPLE_HTTP_REQUEST_CONTENT_TYPE_VALUES check shall ignore content-type parameters

2015-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57534 Mark Thomas changed: What|Removed |Added OS||All --- Comment #1 from Mark Thomas

[Bug 57534] CorsFilter.SIMPLE_HTTP_REQUEST_CONTENT_TYPE_VALUES check shall ignore content-type parameters

2015-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57534 --- Comment #2 from Konstantin Kolinko --- Parsing is needed when you need the value of a parameter (e.g. charset). In this case just trimming at the first ';' is OK. -- You are receiving this mail because: You are the assignee for the b

[Bug 57559] Decoded Request URI used for Asynchronous dispatch

2015-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57559 --- Comment #2 from Konstantin Kolinko --- Previous discussion of this issue, ~8 months ago (June 2014): "Decoded URL set on asynchronous request" http://tomcat.markmail.org/thread/e33tqu7ayp2fguh4 -- You are receiving this mail because:

Re: svn commit: r1658351 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/el/parser/ java/org/apache/jasper/compiler/ test/org/apache/el/ test/webapp-3.0/bug45nnn/ webapps/docs/

2015-02-10 Thread Konstantin Kolinko
2015-02-09 13:30 GMT+03:00 : > Author: markt > Date: Mon Feb 9 10:30:40 2015 > New Revision: 1658351 > > URL: http://svn.apache.org/r1658351 > Log: > Ensure only \${ and \#{ are treated as escapes for ${ and #{ rather than \$ > and \# being treated as escapes for $ and # when processing literal

svn propchange: r1658351 - svn:log

2015-02-10 Thread kkolinko
Author: kkolinko Revision: 1658351 Modified property: svn:log Modified: svn:log at Wed Feb 11 00:41:49 2015 -- --- svn:log (original) +++ svn:log Wed Feb 11 00:41:49 2015 @@ -1 +1,2 @@ +Fix https://issues.apache.org/bugzil

Re: [GUMP@vmgump]: Project tomcat-native-make (in module tomcat-native) failed

2015-02-10 Thread Konstantin Kolinko
2015-02-10 3:45 GMT+03:00 Konstantin Kolinko : > 2015-02-09 22:52 GMT+03:00 Rainer Jung : >> Am 09.02.2015 um 20:31 schrieb Rainer Jung: >> >> > src/sslinfo.c: In function > 'Java_org_apache_tomcat_jni_SSLSocket_getInfoB': > src/sslinfo.c:221:51: error: dereferencing pointer to incomple

svn commit: r1658853 - in /tomcat/site/trunk: docs/ci.html xdocs/ci.xml

2015-02-10 Thread kkolinko
Author: kkolinko Date: Wed Feb 11 01:20:52 2015 New Revision: 1658853 URL: http://svn.apache.org/r1658853 Log: I configured APR connector tests for Tomcat 7 at Gump. Add a link to them. Modified: tomcat/site/trunk/docs/ci.html tomcat/site/trunk/xdocs/ci.xml Modified: tomcat/site/trunk/do

svn commit: r1658854 - in /tomcat/site/trunk: docs/ci.html xdocs/ci.xml

2015-02-10 Thread kkolinko
Author: kkolinko Date: Wed Feb 11 01:32:58 2015 New Revision: 1658854 URL: http://svn.apache.org/r1658854 Log: Add links to Gump results for Tomcat-Native Modified: tomcat/site/trunk/docs/ci.html tomcat/site/trunk/xdocs/ci.xml Modified: tomcat/site/trunk/docs/ci.html URL: http://svn.apa

  1   2   >