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
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
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
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
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://
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
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
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
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
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
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
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
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
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
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
> 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
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
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
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
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
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
21 matches
Mail list logo