On 04/29/2013 12:17 PM, jean-frederic clere wrote:
The candidates binaries are available here:
http://people.apache.org/~jfclere/tomcat-6/v6.0.37/
According to the release process, the 6.0.37 build corresponding to the
tag TOMCAT_6_0_37 is:
[ ] Broken
[ ] Alpha
[ ] Beta
[x] Stable
Tested on v
On 03/05/2013 10:08, jfcl...@apache.org wrote:
> Author: jfclere
> Date: Fri May 3 09:08:37 2013
> New Revision: 1905
>
> Log:
> Tomcat release 6.0.36
s/36/37/
> Added:
> release/tomcat/tomcat-6/v6.0.37/
Mark
-
To unsubs
On 05/03/2013 11:10 AM, Mark Thomas wrote:
On 03/05/2013 10:08, jfcl...@apache.org wrote:
Author: jfclere
Date: Fri May 3 09:08:37 2013
New Revision: 1905
Log:
Tomcat release 6.0.36
s/36/37/
Oops I have fixed the svn log.
Cheers
Jean-Frederic
Author: jfclere
Date: Fri May 3 10:01:22 2013
New Revision: 1478704
URL: http://svn.apache.org/r1478704
Log:
Release 6.0.37
[This commit notification would consist of 67 parts,
which exceeds the limit of 50 ones, so it was shortened to the summary.]
---
Author: markt
Date: Fri May 3 10:15:06 2013
New Revision: 1478713
URL: http://svn.apache.org/r1478713
Log:
Servlet 3.1 non-blocking refactoring
Pull up InputBuffer to AbstractHttp11Processor
Modified:
tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java
tomcat/trunk/ja
Author: markt
Date: Fri May 3 10:18:20 2013
New Revision: 1478714
URL: http://svn.apache.org/r1478714
Log:
Pull-up non-blocking code for asyncDispatch from NioHttp11Processor to
AbstractHttp11Processor
Modified:
tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java
tom
Author: jfclere
Date: Fri May 3 11:15:45 2013
New Revision: 1478727
URL: http://svn.apache.org/r1478727
Log:
Release 6.0.37
Modified:
tomcat/site/trunk/docs/download-60.html
tomcat/site/trunk/docs/index.html
tomcat/site/trunk/docs/whichversion.html
tomcat/site/trunk/xdocs/downloa
Author: markt
Date: Fri May 3 12:03:33 2013
New Revision: 1478743
URL: http://svn.apache.org/r1478743
Log:
Update non-blocking test so it passes with current code.
Modified:
tomcat/trunk/java/org/apache/catalina/connector/OutputBuffer.java
tomcat/trunk/test/org/apache/catalina/nonblockin
Hi Kolinko,
On Thu, May 2, 2013 at 6:26 PM, Konstantin Kolinko
wrote:
> 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,
> >
https://issues.apache.org/bugzilla/show_bug.cgi?id=54923
Bug ID: 54923
Summary: nsapi_redirect.so does not work with iPlanet on
Solaris 11 when running as root
Product: Tomcat Connectors
Version: 1.2.37
Hardware: PC
On 05/02/2013 01:30 PM, Rainer Jung wrote:
Especially since the nsapi docs for systhread_start only tell us that
the prio is an int depending on the platform and the only other source
of information, nsapi.h only contains a single defined prio, which is
SYSTHREAD_DEFAULT_PRIORITY. The other con
Author: markt
Date: Fri May 3 16:01:53 2013
New Revision: 1478852
URL: http://svn.apache.org/r1478852
Log:
Pull up read event registration
Modified:
tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java
tomcat/trunk/java/org/apache/coyote/http11/Http11NioProcessor.java
Author: markt
Date: Fri May 3 16:13:43 2013
New Revision: 1478857
URL: http://svn.apache.org/r1478857
Log:
Fix a TODO in passing
Modified:
tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java
tomcat/trunk/java/org/apache/coyote/http11/LocalStrings.properties
Modified:
Author: markt
Date: Fri May 3 16:14:49 2013
New Revision: 1478858
URL: http://svn.apache.org/r1478858
Log:
Remove unused code
Modified:
tomcat/trunk/java/org/apache/coyote/http11/AbstractInputBuffer.java
tomcat/trunk/java/org/apache/coyote/http11/InternalAprInputBuffer.java
tomcat/tr
Author: markt
Date: Fri May 3 16:21:06 2013
New Revision: 1478862
URL: http://svn.apache.org/r1478862
Log:
Another TODO.
Inputs are never null.
Modified:
tomcat/trunk/java/org/apache/coyote/http11/AbstractInputBuffer.java
tomcat/trunk/java/org/apache/coyote/http11/LocalStrings.properties
Author: markt
Date: Fri May 3 16:23:04 2013
New Revision: 1478863
URL: http://svn.apache.org/r1478863
Log:
Another TODO
Add an error message
Modified:
tomcat/trunk/java/org/apache/coyote/http11/AbstractOutputBuffer.java
tomcat/trunk/java/org/apache/coyote/http11/LocalStrings.properties
Author: markt
Date: Fri May 3 19:30:01 2013
New Revision: 1478941
URL: http://svn.apache.org/r1478941
Log:
Another small TODO.
Modified:
tomcat/trunk/java/org/apache/coyote/http11/InternalNioInputBuffer.java
tomcat/trunk/java/org/apache/coyote/http11/LocalStrings.properties
Modified: to
On 03/05/2013 20:30, ma...@apache.org wrote:
> Author: markt
> Date: Fri May 3 19:30:01 2013
> New Revision: 1478941
>
> URL: http://svn.apache.org/r1478941
> Log:
> Another small TODO.
>
> Modified:
> tomcat/trunk/java/org/apache/coyote/http11/InternalNioInputBuffer.java
> tomcat/trunk/
Author: markt
Date: Fri May 3 20:34:34 2013
New Revision: 1478968
URL: http://svn.apache.org/r1478968
Log:
Faking of non-blocking reads for BIO.
Tweak test case so it relies more on the Servlet API and less on the
implementation details of the test so BIO's fake blocking passes.
Modified:
t
Author: markt
Date: Fri May 3 21:05:08 2013
New Revision: 1478980
URL: http://svn.apache.org/r1478980
Log:
Filip's changes fixed non-blocking writes
Modified:
tomcat/trunk/java/org/apache/coyote/http11/InternalNioOutputBuffer.java
Modified:
tomcat/trunk/java/org/apache/coyote/http11/Intern
https://issues.apache.org/bugzilla/show_bug.cgi?id=54770
Nick Williams changed:
What|Removed |Added
Summary|Add jarsToScan properties |Add jarsToScan properties
The Buildbot has detected a new failure on builder tomcat-trunk while building
ASF Buildbot.
Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/4277
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source St
https://issues.apache.org/bugzilla/show_bug.cgi?id=54926
Bug ID: 54926
Summary: WsFilter performs handshake validation even if it
doesn't have a mapped endpoint
Product: Tomcat 8
Version: trunk
Hardware: PC
https://issues.apache.org/bugzilla/show_bug.cgi?id=54926
--- Comment #1 from rstoyanc...@yahoo.com ---
Typo above. I meant to write "if there is *no* mapped Endpoint".
--
You are receiving this mail because:
You are the assignee for the bug.
-
24 matches
Mail list logo