Author: markt
Date: Fri Aug 15 07:34:43 2014
New Revision: 1618112
URL: http://svn.apache.org/r1618112
Log:
Need to put all locales in order before adding them to the locales collection -
not just those from the first header.
Modified:
tomcat/trunk/java/org/apache/catalina/connector/Request.
Envious Guest created MTOMCAT-274:
-
Summary: Tomcat8 integration tests fail with JDK 7 / Maven 3.2.2
Key: MTOMCAT-274
URL: https://issues.apache.org/jira/browse/MTOMCAT-274
Project: Apache Tomcat Maven
GitHub user anenviousguest opened a pull request:
https://github.com/apache/tomcat-maven-plugin/pull/8
Updated maven-war-plugin version
Related to MTOMCAT-274
ITs for Tomcat 7 still passing, ITs for Tomcat8 are still failing, but
WebappStructure-related error is now gone.
You c
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/371
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source Sta
[
https://issues.apache.org/jira/browse/MTOMCAT-274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14098341#comment-14098341
]
ASF GitHub Bot commented on MTOMCAT-274:
GitHub user anenviousguest opened a pull
[
https://issues.apache.org/jira/browse/MTOMCAT-274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14098342#comment-14098342
]
Envious Guest commented on MTOMCAT-274:
---
This allegedly has something to do with sp
https://issues.apache.org/bugzilla/show_bug.cgi?id=56703
--- Comment #6 from Martin Knoblauch ---
Hi Rainer,
good you double checked. I applied my previous fix to a productive system and
found that while it reduced the growth by 80-90 %, there was still something
missing.
So, I found that [in
https://issues.apache.org/bugzilla/show_bug.cgi?id=56848
--- Comment #1 from Mark Thomas ---
This has been fixed in 8.0.x for 8.0.11 onwards.
--
You are receiving this mail because:
You are the assignee for the bug.
-
To unsub
Author: markt
Date: Fri Aug 15 12:47:56 2014
New Revision: 1618166
URL: http://svn.apache.org/r1618166
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56848
Improve handling of accept-language headers.
Added:
tomcat/trunk/java/org/apache/tomcat/util/http/parser/AcceptLanguage.java
https://issues.apache.org/bugzilla/show_bug.cgi?id=56857
--- Comment #2 from Mark Thomas ---
Fixed in 8.0.x for 8.0.11 onwards.
--
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail
Author: markt
Date: Fri Aug 15 12:54:37 2014
New Revision: 1618169
URL: http://svn.apache.org/r1618169
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56857
Fix thread safety issue when calling ServletContext methods while running under
a security manager.
Modified:
tomcat/trunk/
On 12/08/2014 13:42, Mark Thomas wrote:
> It has been a while since my aborted attempt at the last 8.0.x release
> and we have quite a few additional changes so I intend to start a 8.0.x
> release shortly.
>
> I'm starting to run the unit tests on the usual platforms (OSX, Win64,
> Linux64) now an
Author: markt
Date: Fri Aug 15 13:17:14 2014
New Revision: 1618171
URL: http://svn.apache.org/r1618171
Log:
Checkstyle
Modified:
tomcat/trunk/test/org/apache/catalina/connector/TestRequest.java
Modified: tomcat/trunk/test/org/apache/catalina/connector/TestRequest.java
URL:
http://svn.apache
Author: markt
Date: Fri Aug 15 13:47:58 2014
New Revision: 1618175
URL: http://svn.apache.org/r1618175
Log:
Update for name change
Modified:
tomcat/trunk/java/org/apache/catalina/security/SecurityClassLoad.java
Modified: tomcat/trunk/java/org/apache/catalina/security/SecurityClassLoad.java
U
https://issues.apache.org/bugzilla/show_bug.cgi?id=56860
Bug ID: 56860
Summary: SpdyAprNpnHandler class cast exception
Product: Tomcat 8
Version: 8.0.9
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
2014-08-15 16:47 GMT+04:00 :
> Author: markt
> Date: Fri Aug 15 12:47:56 2014
> New Revision: 1618166
>
> URL: http://svn.apache.org/r1618166
> Log:
> Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56848
> Improve handling of accept-language headers.
>
> Added:
> tomcat/trunk/java/org/
https://issues.apache.org/bugzilla/show_bug.cgi?id=56703
--- Comment #7 from Rainer Jung ---
Hi Martin,
yes I think r1334399 was a bit to much. There are cases where
ajp_abort_endpoint() is called with shutdown==JK_FALSE because the shutdown
already happened in code lower down. That code doesn't
https://issues.apache.org/bugzilla/show_bug.cgi?id=56860
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Fri Aug 15 18:59:21 2014
New Revision: 1618258
URL: http://svn.apache.org/r1618258
Log:
Unused code. Prepare to drop it in 9.0.x
Modified:
tomcat/trunk/java/org/apache/catalina/util/StringParser.java
Modified: tomcat/trunk/java/org/apache/catalina/util/StringParser.java
U
Author: markt
Date: Fri Aug 15 19:09:39 2014
New Revision: 1618259
URL: http://svn.apache.org/r1618259
Log:
Fix parsing bug when quality ends in invalid character(s)
Modified:
tomcat/trunk/java/org/apache/tomcat/util/http/parser/HttpParser.java
Modified: tomcat/trunk/java/org/apache/tomcat/u
Author: markt
Date: Fri Aug 15 19:09:59 2014
New Revision: 1618260
URL: http://svn.apache.org/r1618260
Log:
Optimisation for invalid quality case suggested by kkolinko
Don't create return values that are going to be ignored
Modified:
tomcat/trunk/java/org/apache/tomcat/util/http/parser/Accept
Author: markt
Date: Fri Aug 15 19:12:49 2014
New Revision: 1618261
URL: http://svn.apache.org/r1618261
Log:
Tag 8.0.11
Added:
tomcat/tc8.0.x/tags/TOMCAT_8_0_11/
- copied from r1618260, tomcat/trunk/
Modified:
tomcat/tc8.0.x/tags/TOMCAT_8_0_11/build.properties.default
Modified: tomc
Author: markt
Date: Fri Aug 15 19:13:29 2014
New Revision: 1618262
URL: http://svn.apache.org/r1618262
Log:
Prep for next release
Modified:
tomcat/trunk/build.properties.default
tomcat/trunk/res/maven/mvn.properties.default
Modified: tomcat/trunk/build.properties.default
URL:
http://svn
Author: markt
Date: Fri Aug 15 19:16:19 2014
New Revision: 6174
Log:
Drop failed RC
Removed:
dev/tomcat/tomcat-8/v8.0.10/
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...
Added: dev/tomcat/tomcat-8/v8.0.11/src/apache-tomcat-8.0.11-src.tar.gz.md5
==
--- dev/tomcat/tomcat-8/v8.0.11/src/apache-tomcat-8.0.11-src.tar.gz.md5 (added)
+++ dev/tomcat/tomcat-8/v8.0.11/src/apache-tomcat-8.0.11-src.tar.
Author: markt
Date: Fri Aug 15 19:41:59 2014
New Revision: 6175
Log:
8.0.11 RC for voting
Added:
dev/tomcat/tomcat-8/v8.0.11/
dev/tomcat/tomcat-8/v8.0.11/KEYS (with props)
dev/tomcat/tomcat-8/v8.0.11/README.html (with props)
dev/tomcat/tomcat-8/v8.0.11/RELEASE-NOTES
dev/to
The proposed Apache Tomcat 8.0.11 release is now available for voting.
The main changes since 8.0.9 are:
- Various improvements to the Mapper including fixing some concurrency
bugs
- Update to Tomcat Native Library version 1.1.31 to pick up the Windows
binaries that are based on OpenSSL 1.0.1h
https://issues.apache.org/bugzilla/show_bug.cgi?id=56856
--- Comment #2 from Narayana ---
Ok
Thanks for the url helps
You can close this defect fromissue tracker
--
You are receiving this mail because:
You are the assignee for the bug.
---
The Buildbot has detected a restored build on builder tomcat-trunk while
building ASF Buildbot.
Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/374
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project tomcat-tc7.0.x-test-nio has an issue affecting its community
integration.
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project tomcat-tc7.0.x-test-bio has an issue affecting its community
integration.
31 matches
Mail list logo