[Bug 54921] New: Redeploy problem with Preferences= Illegal access: this web application instance has been stopped already. Could not load com.sun.org.apache.xalan.internal.xsltc.dom.XSLTCDTMManager

2013-05-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54921 Bug ID: 54921 Summary: Redeploy problem with Preferences= Illegal access: this web application instance has been stopped already. Could not load com.sun.org

svn commit: r1478604 - in /tomcat/trunk/java/org/apache/coyote/http11: AbstractHttp11Processor.java Http11AprProcessor.java Http11NioProcessor.java Http11Processor.java

2013-05-02 Thread markt
Author: markt Date: Thu May 2 23:21:25 2013 New Revision: 1478604 URL: http://svn.apache.org/r1478604 Log: Pull up changes to process() Modified: tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java tomcat/trunk/java/org/apache/coyote/http11/Http11AprProcessor.java

svn commit: r1478596 - /tomcat/trunk/java/org/apache/coyote/http11/Http11NioProcessor.java

2013-05-02 Thread markt
Author: markt Date: Thu May 2 22:52:36 2013 New Revision: 1478596 URL: http://svn.apache.org/r1478596 Log: A little more refactoring to make pulling code up easier Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11NioProcessor.java Modified: tomcat/trunk/java/org/apache/coyote/http

Re: Time for 7.0.40

2013-05-02 Thread Mark Thomas
On 01/05/2013 14:11, Mark Thomas wrote: > It is a new month so I plan to start the release process for the next > 7.0.x release - 7.0.40. > > Assuming there are no objections or last minute bug reports, I'll try > and run the TCKs overnight tonight and tag tomorrow. As you might have guess - this

svn commit: r1478578 - /tomcat/trunk/java/org/apache/coyote/http11/Http11NioProcessor.java

2013-05-02 Thread markt
Author: markt Date: Thu May 2 21:42:08 2013 New Revision: 1478578 URL: http://svn.apache.org/r1478578 Log: More refactoring Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11NioProcessor.java Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11NioProcessor.java URL: http://

svn commit: r1478576 - /tomcat/trunk/java/org/apache/coyote/http11/Http11NioProcessor.java

2013-05-02 Thread markt
Author: markt Date: Thu May 2 21:38:16 2013 New Revision: 1478576 URL: http://svn.apache.org/r1478576 Log: Refactor in preparation to pull-up non-blocking functionality Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11NioProcessor.java Modified: tomcat/trunk/java/org/apache/coyote

svn commit: r1478554 - in /tomcat/trunk/java/org/apache/coyote/http11: InternalAprOutputBuffer.java InternalOutputBuffer.java

2013-05-02 Thread markt
Author: markt Date: Thu May 2 21:12:11 2013 New Revision: 1478554 URL: http://svn.apache.org/r1478554 Log: Minor tweaks Modified: tomcat/trunk/java/org/apache/coyote/http11/InternalAprOutputBuffer.java tomcat/trunk/java/org/apache/coyote/http11/InternalOutputBuffer.java Modified: tomca

svn commit: r1478543 - /tomcat/trunk/test/org/apache/catalina/connector/TestCoyoteOutputStream.java

2013-05-02 Thread markt
Author: markt Date: Thu May 2 20:59:45 2013 New Revision: 1478543 URL: http://svn.apache.org/r1478543 Log: Fix test. Can't continue writing to output after an async complete Modified: tomcat/trunk/test/org/apache/catalina/connector/TestCoyoteOutputStream.java Modified: tomcat/trunk/test/or

svn commit: r1478542 - in /tomcat/trunk/java/org/apache/coyote/http11: AbstractOutputBuffer.java InternalAprOutputBuffer.java InternalNioOutputBuffer.java InternalOutputBuffer.java

2013-05-02 Thread markt
Author: markt Date: Thu May 2 20:59:05 2013 New Revision: 1478542 URL: http://svn.apache.org/r1478542 Log: Copy buffering for non-blocking writes from NIO to APR and align code Modified: tomcat/trunk/java/org/apache/coyote/http11/AbstractOutputBuffer.java tomcat/trunk/java/org/apache/coy

svn commit: r1478539 - in /tomcat/trunk/java/org/apache/coyote/http11: AbstractOutputBuffer.java InternalAprOutputBuffer.java InternalNioOutputBuffer.java InternalOutputBuffer.java

2013-05-02 Thread markt
Author: markt Date: Thu May 2 20:58:25 2013 New Revision: 1478539 URL: http://svn.apache.org/r1478539 Log: Pull up hasDataToWrite() Modified: tomcat/trunk/java/org/apache/coyote/http11/AbstractOutputBuffer.java tomcat/trunk/java/org/apache/coyote/http11/InternalAprOutputBuffer.java t

svn commit: r1478537 - in /tomcat/trunk/java/org/apache/coyote/http11: AbstractOutputBuffer.java InternalAprOutputBuffer.java InternalNioOutputBuffer.java InternalOutputBuffer.java

2013-05-02 Thread markt
Author: markt Date: Thu May 2 20:57:45 2013 New Revision: 1478537 URL: http://svn.apache.org/r1478537 Log: Pull up the buffer that holds non-blocking writes. This allows setBlocking() to be pulled up and given a common implementation. Modified: tomcat/trunk/java/org/apache/coyote/http11/Abst

svn commit: r1478536 - /tomcat/trunk/java/org/apache/coyote/http11/InternalNioOutputBuffer.java

2013-05-02 Thread markt
Author: markt Date: Thu May 2 20:57:07 2013 New Revision: 1478536 URL: http://svn.apache.org/r1478536 Log: Remove unused code Modified: tomcat/trunk/java/org/apache/coyote/http11/InternalNioOutputBuffer.java Modified: tomcat/trunk/java/org/apache/coyote/http11/InternalNioOutputBuffer.java

svn commit: r1478535 - /tomcat/trunk/java/org/apache/coyote/http11/InternalNioOutputBuffer.java

2013-05-02 Thread markt
Author: markt Date: Thu May 2 20:56:34 2013 New Revision: 1478535 URL: http://svn.apache.org/r1478535 Log: Rename for clarity Modified: tomcat/trunk/java/org/apache/coyote/http11/InternalNioOutputBuffer.java Modified: tomcat/trunk/java/org/apache/coyote/http11/InternalNioOutputBuffer.java

Re: Problem with nsapi_redirect.so (1.2.37) on iPlanet 7.0.15 and Solaris 11

2013-05-02 Thread Rainer Jung
On 02.05.2013 18:46, Andy Wang wrote: > I've also confirmed that PR_PRIORITY_HIGH also fails but > PR_PRIORITY_NORMAL is fine. > > I'm pushing oracle to accept that is is a bug. It is completely > inappropriate for what appears to be a perfectly proper constant, > SYSTHREAD_DEFAULT_PRIORITY, to m

Re: Support Ticket [#200250] - Re: Problem with nsapi_redirect.so (1.2.37) on iPlanet 7.0.15 an

2013-05-02 Thread Mark Thomas
On 02/05/2013 17:59, Caldarale, Charles R wrote: >> From: Andy Wang [mailto:aw...@ptc.com] >> Subject: Fwd: Support Ticket [#200250] - Re: Problem with nsapi_redirect.so >> (1.2.37) on iPlanet 7.0.15 an > >> WTF?!?! > >> Original Message >> Subject: Support Ticket [#200250

RE: Support Ticket [#200250] - Re: Problem with nsapi_redirect.so (1.2.37) on iPlanet 7.0.15 an

2013-05-02 Thread Caldarale, Charles R
> From: Andy Wang [mailto:aw...@ptc.com] > Subject: Fwd: Support Ticket [#200250] - Re: Problem with nsapi_redirect.so > (1.2.37) on iPlanet 7.0.15 an > WTF?!?! > Original Message > Subject: Support Ticket [#200250] - Re: Problem with nsapi_redirect.so > (1.2.37) on iPla

Fwd: Support Ticket [#200250] - Re: Problem with nsapi_redirect.so (1.2.37) on iPlanet 7.0.15 an

2013-05-02 Thread Andy Wang
WTF?!?! Original Message Subject: Support Ticket [#200250] - Re: Problem with nsapi_redirect.so (1.2.37) on iPlanet 7.0.15 an Date: Thu, 2 May 2013 12:50:01 -0400 From: PerfectGonzo Support To: Dear Andy Wang, A request for support has been created and assigned

Re: Problem with nsapi_redirect.so (1.2.37) on iPlanet 7.0.15 and Solaris 11

2013-05-02 Thread Andy Wang
I'm redirecting this to the dev list. I hope that's okay as I think this is a bit more appropriate for developers rather than users. I got a response from Oracle finally. @ When running as root, the provided priority of SYSTHREAD_DEFAULT_PRIORITY @ gets cast to an NSPR value of PR_PRIORITY_URGE

svn commit: r1478358 - in /tomcat/trunk/java/org/apache/coyote/http11: AbstractOutputBuffer.java InternalAprOutputBuffer.java InternalNioOutputBuffer.java InternalOutputBuffer.java

2013-05-02 Thread markt
Author: markt Date: Thu May 2 13:03:52 2013 New Revision: 1478358 URL: http://svn.apache.org/r1478358 Log: Implment a standard isBlocking() method for output Modified: tomcat/trunk/java/org/apache/coyote/http11/AbstractOutputBuffer.java tomcat/trunk/java/org/apache/coyote/http11/Internal

Re: Clarification of Juli - ClassLoaderLogManager

2013-05-02 Thread Konstantin Kolinko
2013/5/2 Lakmali Baminiwatta : > Hi all, > > I am using Tomcat Juli. > > In org.apache.juli.ClassLoaderLogManager class, when reading the > configuration from the specified classLoaders through below method, > > *readConfiguration(ClassLoader classLoader)* > * > * > *It checks whether the current c

Clarification of Juli - ClassLoaderLogManager

2013-05-02 Thread Lakmali Baminiwatta
Hi all, I am using Tomcat Juli. In org.apache.juli.ClassLoaderLogManager class, when reading the configuration from the specified classLoaders through below method, *readConfiguration(ClassLoader classLoader)* * * *It checks whether the current classLoader and System Class Loader is same before