[Bug 57180] CorsFilter does not support PATCH method

2015-02-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57180 Frank Kline frank.kl...@gmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED

[Bug 57530] New: Reimplement TestAbstractHttp11Processor.testNon2xxResponseWithExpectation test using SimpleHttpClient instead of Java 6

2015-02-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57530 Bug ID: 57530 Summary: Reimplement TestAbstractHttp11Processor.testNon2xxResponseWithExpe ctation test using SimpleHttpClient instead of Java 6 Product: Tomcat 7

[Bug 57527] java.lang.NullPointerException: null at at org.apache.catalina.connector.Request.getContextPath(Request.java:1918)

2015-02-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57527 --- Comment #4 from rayeas...@163.com --- Thank you Konstantin, this code snippet explains the principle very well. (In reply to Konstantin Kolinko from comment #3) Request and Response objects must not be accessed outside of request

[wiki] Can't log into the wiki

2015-02-03 Thread Christopher Schultz
All, I tried logging into the wiki today and I got this message after a /very/ long wait: Invalid username or password. Different Apache Wikis can have different user sets. I've certainly used the wiki successfully in the past. Can someone take a look? Thanks, -chris signature.asc

[Bug 57521] Tomcat randomly crashes with [libtcnative-1.so.0.1.30+0xe965] Java_org_apache_tomcat_jni_Socket_sendbb+0x75.

2015-02-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57521 --- Comment #7 from Konstantin Kolinko knst.koli...@gmail.com --- (In reply to Mark Thomas from comment #1) You need to upgrade both Tomcat and your version of tc-native to the latest versions and re-test. There have been multiple fixes

Re: svn commit: r1656022 - /tomcat/trunk/java/org/apache/tomcat/util/net/SSLImplementation.java

2015-02-03 Thread Mark Thomas
On 03/02/2015 14:30, Christopher Schultz wrote: Mark, On 1/30/15 9:23 AM, ma...@apache.org wrote: Author: markt Date: Fri Jan 30 14:23:00 2015 New Revision: 1656022 URL: http://svn.apache.org/r1656022 Log: Clean-up Good catch. There are very few places in Tomcat where there are

Re: Tomcat Blog

2015-02-03 Thread Christopher Schultz
Mark, On 2/2/15 5:03 PM, Mark Thomas wrote: On 02/02/2015 21:57, Andrew Carr wrote: Hmm... so mediocre crap isn't what you are looking for? Mediocre crap sums up the content I wrote for the blog fairly well :) There was the occasional article with real value but most were just

[Bug 57528] Random NPE when sending multipart content

2015-02-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57528 --- Comment #2 from Gabriel Dogaru gdog...@gmail.com --- I get these failures when running my integration tests. tomcat is started using the cargo maven plugin that is a freshly downloaded tomcat 8, added jdbc libs in common/lib and cargo

Re: svn commit: r1656022 - /tomcat/trunk/java/org/apache/tomcat/util/net/SSLImplementation.java

2015-02-03 Thread Christopher Schultz
Mark, On 1/30/15 9:23 AM, ma...@apache.org wrote: Author: markt Date: Fri Jan 30 14:23:00 2015 New Revision: 1656022 URL: http://svn.apache.org/r1656022 Log: Clean-up Good catch. There are very few places in Tomcat where there are workarounds for JVM bugs (except for the whole

Re: Tomcat Blog

2015-02-03 Thread Mark Thomas
On 03/02/2015 14:33, Christopher Schultz wrote: Mark, On 2/2/15 5:03 PM, Mark Thomas wrote: On 02/02/2015 21:57, Andrew Carr wrote: Hmm... so mediocre crap isn't what you are looking for? Mediocre crap sums up the content I wrote for the blog fairly well :) There was the occasional

[Bug 57521] Tomcat randomly crashes with [libtcnative-1.so.0.1.30+0xe965] Java_org_apache_tomcat_jni_Socket_sendbb+0x75.

2015-02-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57521 --- Comment #6 from Christopher Schultz ch...@christopherschultz.net --- (In reply to Shunsuke Tanaka from comment #5) Can I ask you whether Bug #51813 is the same as the problem I have? The problem is that tcnative crashes in the sendbb

[Bug 56530] WebappClassLoader.loadClass synchronization issue due to coarse lock at WebappClassLoader instance level instead of been by class name

2015-02-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56530 --- Comment #9 from Stepan stepan.mel...@gmail.com --- Still not sure the problem is solved. The problem tested in apache-tomcat-8.0.18 with ParallelWebappClassLoader loader. And apache-tomcat-7.0.35 has much better performance. Do you

[Bug 57527] java.lang.NullPointerException: null at at org.apache.catalina.connector.Request.getContextPath(Request.java:1918)

2015-02-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57527 --- Comment #3 from Konstantin Kolinko knst.koli...@gmail.com --- Request and Response objects must not be accessed outside of request processing cycle.

[Bug 57528] New: Random NPE when sending multipart content

2015-02-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57528 Bug ID: 57528 Summary: Random NPE when sending multipart content Product: Tomcat 8 Version: 8.0.18 Hardware: PC Status: NEW Severity: major Priority: P2

[Bug 57527] java.lang.NullPointerException: null at at org.apache.catalina.connector.Request.getContextPath(Request.java:1918)

2015-02-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57527 --- Comment #2 from rayeas...@163.com --- Hi, Mark, could you be more specific on how to avoid this issue ? Thank you. please shed a light. (In reply to Mark Thomas from comment #1) All the indications are that the application is

svn commit: r7919 - /dev/tomcat/test.txt

2015-02-03 Thread kkolinko
Author: kkolinko Date: Tue Feb 3 12:39:07 2015 New Revision: 7919 Log: A test commit to check whether commit e-mails handling has been fixed. Added: dev/tomcat/test.txt (with props) Added: dev/tomcat/test.txt ==

[Bug 57521] Tomcat randomly crashes with [libtcnative-1.so.0.1.30+0xe965] Java_org_apache_tomcat_jni_Socket_sendbb+0x75.

2015-02-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57521 --- Comment #5 from Shunsuke Tanaka tanaka.shuns...@simplex.ne.jp --- Sorry. You're right. I looked for fixed report of this problem in Tomcat Changelog expectantly, but I can't find that. However I got the suggestion Tomcat/Tomcat Native

[Bug 57528] Random NPE when sending multipart content

2015-02-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57528 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added OS||All

svn commit: r7920 - /dev/tomcat/test.txt

2015-02-03 Thread kkolinko
Author: kkolinko Date: Tue Feb 3 12:39:57 2015 New Revision: 7920 Log: Remove temporary file. Commit e-mails test was successful. Removed: dev/tomcat/test.txt - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org

svn commit: r1656725 - /tomcat/trunk/java/org/apache/tomcat/websocket/WsRemoteEndpointImplBase.java

2015-02-03 Thread markt
Author: markt Date: Tue Feb 3 13:31:00 2015 New Revision: 1656725 URL: http://svn.apache.org/r1656725 Log: Make StateUpdateSendHandler static Modified: tomcat/trunk/java/org/apache/tomcat/websocket/WsRemoteEndpointImplBase.java Modified:

[Bug 57528] Random NPE when sending multipart content

2015-02-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57528 Gabriel Dogaru gdog...@gmail.com changed: What|Removed |Added CC|

[Bug 57509] maxHttpHeaderSize maybe case ArrayIndexOutOfBoundsException

2015-02-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57509 --- Comment #2 from Christopher Schultz ch...@christopherschultz.net --- It might be nice to do bounds-checking (or not) and use an application exception instead of AAOOBE. Getting an AAOOBE usually indicates to me that there is a software

Re: Tomcat Blog

2015-02-03 Thread Andrew Carr
Will you create an account for me? On Tue, Feb 3, 2015 at 9:39 AM, Mark Thomas ma...@apache.org wrote: On 03/02/2015 14:33, Christopher Schultz wrote: Mark, On 2/2/15 5:03 PM, Mark Thomas wrote: On 02/02/2015 21:57, Andrew Carr wrote: Hmm... so mediocre crap isn't what you are looking

Re: SupportAndTraining https://wiki.apache.org/tomcat/SupportAndTraining

2015-02-03 Thread Andrew Carr
Is the reason you didn't update my account because of your account probs? I still can't update the SupportAndTraining page. Thanks Chris Andrew On Mon, Feb 2, 2015 at 12:49 PM, Andrew Carr andrewlanec...@gmail.com wrote: AndrewCarr Thanks Chris On Mon, Feb 2, 2015 at 12:16 PM, Christopher

[Bug 56530] WebappClassLoader.loadClass synchronization issue due to coarse lock at WebappClassLoader instance level instead of been by class name

2015-02-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56530 --- Comment #10 from Mark Thomas ma...@apache.org --- The stack trace shows you aren't using parallel class loading. The lock is on the ClassLoader rather than a class specific object. -- You are receiving this mail because: You are the

[Bug 56530] WebappClassLoader.loadClass synchronization issue due to coarse lock at WebappClassLoader instance level instead of been by class name

2015-02-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56530 --- Comment #11 from Stepan stepan.mel...@gmail.com --- The problem occurred in eclipse and context.xml was not loaded properly. Right now everything works good. Thanks for the help. -- You are receiving this mail because: You are the

[Tomcat Wiki] Update of SupportAndTraining by markt

2015-02-03 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The SupportAndTraining page has been changed by markt: https://wiki.apache.org/tomcat/SupportAndTraining?action=diffrev1=45rev2=46 Comment: s/SpringSpource/Pivotal/ better logo, better

Re: SupportAndTraining https://wiki.apache.org/tomcat/SupportAndTraining

2015-02-03 Thread Mark Thomas
On 03/02/2015 21:32, Andrew Carr wrote: I have replaced the entries and updated the links to their support offering pages. Thanks. I've updating some of the links and used a better logo - although I would have preferred a smaller one but I couldn't find one in a form I could use. Mark

Re: SupportAndTraining https://wiki.apache.org/tomcat/SupportAndTraining

2015-02-03 Thread Mark Thomas
On 03/02/2015 17:50, Andrew Carr wrote: Is the reason you didn't update my account because of your account probs? Probably. I still can't update the SupportAndTraining page. I've just added you. Mark Thanks Chris Andrew On Mon, Feb 2, 2015 at 12:49 PM, Andrew Carr

[Tomcat Wiki] Update of ContributorsGroup by markt

2015-02-03 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The ContributorsGroup page has been changed by markt: https://wiki.apache.org/tomcat/ContributorsGroup?action=diffrev1=25rev2=26 Comment: += Andrew Carr. Order * AdminGroup *

[Tomcat Wiki] Update of SupportAndTraining by AndrewCarr

2015-02-03 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The SupportAndTraining page has been changed by AndrewCarr: https://wiki.apache.org/tomcat/SupportAndTraining?action=diffrev1=43rev2=44 Comment: Addition of Roguewave support and

Re: [wiki] Can't log into the wiki

2015-02-03 Thread Andrew Carr
Chris, others, When I updated the SupportAndTraining page it took about 115 seconds to process the request. Most wiki requests are taking between 30 and 90 seconds. On Tue, Feb 3, 2015 at 3:24 PM, Christopher Schultz ch...@christopherschultz.net wrote: Konstantin, On 2/3/15 9:44 AM,

Re: SupportAndTraining https://wiki.apache.org/tomcat/SupportAndTraining

2015-02-03 Thread Andrew Carr
Thanks Mark. I added Roguewave to the page. I might have been overzealous, but I went through and checked all of the links and updated the broken images with what I could find on the home pages of the companies with broken images. Andrew On Tue, Feb 3, 2015 at 3:13 PM, Mark Thomas

Re: Tomcat Blog

2015-02-03 Thread Andrew Carr
Mark, Looks like I am good. I logged in successfully and was able to start writing a blog entry. Thanks! Andrew On Tue, Feb 3, 2015 at 3:55 PM, Mark Thomas ma...@apache.org wrote: On 03/02/2015 17:48, Andrew Carr wrote: Will you create an account for me? Doing it now. Expect a private

Re: SupportAndTraining https://wiki.apache.org/tomcat/SupportAndTraining

2015-02-03 Thread Mark Thomas
On 03/02/2015 20:54, Andrew Carr wrote: Thanks Mark. I added Roguewave to the page. I might have been overzealous, but I went through and checked all of the links and updated the broken images with what I could find on the home pages of the companies with broken images. You mind explaining

Re: [wiki] Can't log into the wiki

2015-02-03 Thread Mark Thomas
On 03/02/2015 20:56, Andrew Carr wrote: Chris, others, When I updated the SupportAndTraining page it took about 115 seconds to process the request. Most wiki requests are taking between 30 and 90 seconds. That is normal for the wiki. Long standing issue that infra know about. Mark On

Re: [wiki] Can't log into the wiki

2015-02-03 Thread Christopher Schultz
Konstantin, On 2/3/15 9:44 AM, Konstantin Kolinko wrote: 2015-02-03 17:37 GMT+03:00 Christopher Schultz ch...@christopherschultz.net: All, I tried logging into the wiki today and I got this message after a /very/ long wait: Invalid username or password. Different Apache Wikis can have

Re: Tomcat Blog

2015-02-03 Thread Mark Thomas
On 03/02/2015 17:48, Andrew Carr wrote: Will you create an account for me? Doing it now. Expect a private e-mail from me shortly with your password and possible an automated e-mail or two from the blog system to set up your account. Mark On Tue, Feb 3, 2015 at 9:39 AM, Mark Thomas

Re: SupportAndTraining https://wiki.apache.org/tomcat/SupportAndTraining

2015-02-03 Thread Andrew Carr
They don't offer the enterprise support or training anymore, I'd be happy to stick them back in there. I could not find any reference. On Tue, Feb 3, 2015 at 4:03 PM, Mark Thomas ma...@apache.org wrote: On 03/02/2015 20:54, Andrew Carr wrote: Thanks Mark. I added Roguewave to the page.

svn commit: r1656657 - /tomcat/trunk/build.properties.default

2015-02-03 Thread kkolinko
Author: kkolinko Date: Tue Feb 3 09:43:18 2015 New Revision: 1656657 URL: http://svn.apache.org/r1656657 Log: Update to Checkstyle 6.3 Modified: tomcat/trunk/build.properties.default Modified: tomcat/trunk/build.properties.default URL:

[Bug 57527] java.lang.NullPointerException: null at at org.apache.catalina.connector.Request.getContextPath(Request.java:1918)

2015-02-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57527 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 57458] Mixed up responses sent to wrong users

2015-02-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57458 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEEDINFO|RESOLVED

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

2015-02-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57489 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |NEEDINFO ---

[Bug 57527] New: java.lang.NullPointerException: null at at org.apache.catalina.connector.Request.getContextPath(Request.java:1918)

2015-02-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57527 Bug ID: 57527 Summary: java.lang.NullPointerException: null at at org.apache.catalina.connector.Request.getContextPath(R equest.java:1918) Product: Tomcat 8

[Bug 57251] WAR deployment unbelievably slow when unpackWARs=false

2015-02-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57251 --- Comment #24 from William Leung williamleung2...@gmail.com --- Hi Mark Thomas We have two virtual hosts hosting different versions of same names And they shares some common apps drop in 'common_webapps' Host name=HOST1

[Bug 57251] WAR deployment unbelievably slow when unpackWARs=false

2015-02-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57251 William Leung williamleung2...@gmail.com changed: What|Removed |Added CC|

svn commit: r1656668 - in /tomcat/tc8.0.x/trunk: ./ build.properties.default webapps/docs/changelog.xml

2015-02-03 Thread kkolinko
Author: kkolinko Date: Tue Feb 3 10:39:33 2015 New Revision: 1656668 URL: http://svn.apache.org/r1656668 Log: Update to Checkstyle 6.3 Merged r1656657 from tomcat/trunk. Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/build.properties.default

[Bug 57532] New: Session expire message sent to cluster nodes even with DeltaSession configuration not to

2015-02-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57532 Bug ID: 57532 Summary: Session expire message sent to cluster nodes even with DeltaSession configuration not to Product: Tomcat 7 Version: 7.0.42 Hardware: PC

[Bug 57532] Session expire message sent to cluster nodes even with DeltaSession configuration not to

2015-02-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57532 andrew jardine andrew.jard...@jardineworks.com changed: What|Removed |Added Keywords|

svn commit: r1656655 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/connector/ java/org/apache/coyote/ java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ webapps/docs/

2015-02-03 Thread markt
Author: markt Date: Tue Feb 3 09:23:09 2015 New Revision: 1656655 URL: http://svn.apache.org/r1656655 Log: Remove the distinction between internal and external write registration to avoid multiple write registrations. Modified: tomcat/tc8.0.x/trunk/ (props changed)

svn commit: r1656649 - /tomcat/trunk/java/org/apache/coyote/Response.java

2015-02-03 Thread markt
Author: markt Date: Tue Feb 3 09:13:25 2015 New Revision: 1656649 URL: http://svn.apache.org/r1656649 Log: When setting the write listener and configuring a dispatch for the first write, also set registeredForWrite to avoid multiple write registrations. Modified:

svn commit: r1656650 - in /tomcat/trunk/java/org/apache: catalina/connector/OutputBuffer.java coyote/Response.java coyote/ajp/AjpProcessor.java coyote/http11/Http11Processor.java

2015-02-03 Thread markt
Author: markt Date: Tue Feb 3 09:14:50 2015 New Revision: 1656650 URL: http://svn.apache.org/r1656650 Log: Remove the distinction between internal and external write registration to avoid multiple write registrations. Modified:

svn commit: r1656653 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/coyote/Response.java

2015-02-03 Thread markt
Author: markt Date: Tue Feb 3 09:18:01 2015 New Revision: 1656653 URL: http://svn.apache.org/r1656653 Log: When setting the write listener and configuring a dispatch for the first write, also set registeredForWrite to avoid multiple write registrations. Modified: tomcat/tc8.0.x/trunk/

svn commit: r1656652 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/tomcat/util/net/NioEndpoint.java

2015-02-03 Thread markt
Author: markt Date: Tue Feb 3 09:17:32 2015 New Revision: 1656652 URL: http://svn.apache.org/r1656652 Log: Remove unnecessary code. For async, the necessary read/write registrations will already have been made. Modified: tomcat/tc8.0.x/trunk/ (props changed)

Re: SupportAndTraining https://wiki.apache.org/tomcat/SupportAndTraining

2015-02-03 Thread Mark Thomas
On 03/02/2015 21:12, Andrew Carr wrote: They don't offer the enterprise support or training anymore, I'd be happy to stick them back in there. I could not find any reference. SpringSource - Pivotal (via VMware) The support info is there on the web. The training course still exists but I

[Tomcat Wiki] Update of SupportAndTraining by AndrewCarr

2015-02-03 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The SupportAndTraining page has been changed by AndrewCarr: https://wiki.apache.org/tomcat/SupportAndTraining?action=diffrev1=44rev2=45 Kippdatas

Re: SupportAndTraining https://wiki.apache.org/tomcat/SupportAndTraining

2015-02-03 Thread Andrew Carr
I have replaced the entries and updated the links to their support offering pages. I have taken heed to what you said and I will not remove any other offerings without conferring with the list. Andrew On Tue, Feb 3, 2015 at 4:18 PM, Mark Thomas ma...@apache.org wrote: On 03/02/2015 21:12,

Re: SupportAndTraining https://wiki.apache.org/tomcat/SupportAndTraining

2015-02-03 Thread Andrew Carr
PS - I love the Spring project and would not intentionally do anything to denigrate them On Tue, Feb 3, 2015 at 4:12 PM, Andrew Carr andrewlanec...@gmail.com wrote: They don't offer the enterprise support or training anymore, I'd be happy to stick them back in there. I could not find any

[Tomcat Wiki] Update of AndrewCarr by AndrewCarr

2015-02-03 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The AndrewCarr page has been changed by AndrewCarr: https://wiki.apache.org/tomcat/AndrewCarr New page: ##language:en == Andrew Carr == Email: MailTo(andrewlanecarr AT gmail DOT com)