GitHub user sukumarb opened a pull request:
https://github.com/apache/tomcat/pull/9
Create manifest.yml
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sukumarb/tomcat patch-1
Alternatively you can review and apply these changes
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/105
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source
https://issues.apache.org/bugzilla/show_bug.cgi?id=56555
--- Comment #4 from Brett ---
Thanks for the info, but the conflict here is the OAuth2 specification requires
a status code 400 in this case.
>From http://tools.ietf.org/html/rfc6749#section-5.2 :
"The authorization server responds with an
Author: slaurent
Date: Thu May 22 21:24:06 2014
New Revision: 1596971
URL: http://svn.apache.org/r1596971
Log:
hopefully fixed timing issue in TestStuckThreadDetectionValve when the test is
run on ASF buildbot...
Modified:
tomcat/trunk/test/org/apache/catalina/valves/TestStuckThreadDetectio
https://issues.apache.org/bugzilla/show_bug.cgi?id=56555
--- Comment #3 from Christopher Schultz ---
(In reply to Brett from comment #0)
> Background/Expected Behavior:
> Our application is a RESTful web service, we return error responses with
> status code 400 in situations, like for example whe
https://issues.apache.org/bugzilla/show_bug.cgi?id=56555
--- Comment #2 from Brett ---
Thanks for the quick reply. So is it expected behavior, even in cases where
"Connection: keep-alive" is set, for the container to force it to "Connection:
close"?
I would think that if the response header is
https://issues.apache.org/bugzilla/show_bug.cgi?id=56555
Mark Thomas changed:
What|Removed |Added
OS||All
--- Comment #1 from Mark Thomas
https://issues.apache.org/bugzilla/show_bug.cgi?id=56555
Bug ID: 56555
Summary: Multiple connection headers for status 400 when
"keep-alive" is specified
Product: Tomcat 7
Version: 7.0.53
Hardware: PC
Status: NE
Author: violetagg
Date: Thu May 22 16:11:10 2014
New Revision: 5405
Log:
Release 7.0.54
Added:
release/tomcat/tomcat-7/v7.0.54/
- copied from r5404, dev/tomcat/tomcat-7/v7.0.54/
Removed:
dev/tomcat/tomcat-7/v7.0.54/
-
Author: markt
Date: Thu May 22 14:12:55 2014
New Revision: 1596877
URL: http://svn.apache.org/r1596877
Log:
Whitespace police after merge from Commons
Modified:
tomcat/trunk/java/org/apache/tomcat/dbcp/dbcp2/PoolableConnection.java
Modified: tomcat/trunk/java/org/apache/tomcat/dbcp/dbcp2/Poo
Author: markt
Date: Thu May 22 14:21:38 2014
New Revision: 1596888
URL: http://svn.apache.org/r1596888
Log:
Apply patch 12 from jboynes to improve cookie handling.
Move header-specific parsing code into a separate class associated with that
header type. This is in anticipation of adding new heade
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "Cookies" page has been changed by markt:
https://wiki.apache.org/tomcat/Cookies?action=diff&rev1=43&rev2=44
== Implementation Progress ==
I started work on this in a local bran
Author: markt
Date: Thu May 22 13:28:08 2014
New Revision: 1596859
URL: http://svn.apache.org/r1596859
Log:
DBCP updates
Modified:
tomcat/trunk/java/org/apache/tomcat/dbcp/dbcp2/ (props changed)
tomcat/trunk/java/org/apache/tomcat/dbcp/dbcp2/PoolableConnection.java
tomcat/trunk/weba
Hi,
2014-05-20 13:04 GMT+03:00 Violeta Georgieva :
>
> The proposed Apache Tomcat 7.0.54 release is now available for voting.
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.54/
> The Maven staging repo is:
> https://repository.apache.org/content/reposito
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/102
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source Sta
https://issues.apache.org/bugzilla/show_bug.cgi?id=55282
Volker changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|INVALID
The Apache Tomcat team announces the immediate availability of Apache
Tomcat 8.0.8 (beta).
Apache Tomcat 8 is an open source software implementation of the Java
Servlet, JavaServer Pages, Java Unified Expression Language and Java
WebSocket technologies.
Apache Tomcat 8 is aligned with Java EE 7.
Author: markt
Date: Thu May 22 09:02:42 2014
New Revision: 1596781
URL: http://svn.apache.org/r1596781
Log:
Remove the mail server outage note - the issue is now resolved
Put the 8.0.8 announcement at the top
Modified:
tomcat/site/trunk/docs/index.html
tomcat/site/trunk/xdocs/index.xml
M
https://issues.apache.org/bugzilla/show_bug.cgi?id=56546
--- Comment #3 from Mark Thomas ---
org.apache.catalina.connector.TestMaxConnections no longer generates this
message
--
You are receiving this mail because:
You are the assignee for the bug.
-
Author: markt
Date: Thu May 22 08:58:08 2014
New Revision: 1596780
URL: http://svn.apache.org/r1596780
Log:
Update for 8.0.8 release
Modified:
tomcat/site/trunk/build.properties.default
tomcat/site/trunk/docs/doap_Tomcat.rdf
tomcat/site/trunk/docs/download-80.html
tomcat/site/trun
Author: markt
Date: Thu May 22 08:55:03 2014
New Revision: 1596778
URL: http://svn.apache.org/r1596778
Log:
Update docs for 8.0.8 beta release
[This commit notification would consist of 120 parts,
which exceeds the limit of 50 ones, so it was shortened to the summary.]
Author: markt
Date: Thu May 22 08:57:24 2014
New Revision: 1596779
URL: http://svn.apache.org/r1596779
Log:
Partial fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=56546
Avoid stack trace with org.apache.catalina.connector.TestMaxConnections
Ensure request processing has finished by inc
22 matches
Mail list logo