https://issues.apache.org/bugzilla/show_bug.cgi?id=57344
--- Comment #3 from Mark Thomas ---
+0 to the patch. No objections but what is the benefit?
Re sha2:
1. As above. What is the benefit.
2. I'm less concerned about what other ASF projects are doing and more
concerned about what the benefit
-commons/daemon/dist/bin/commons-daemon-20141212-native-src.tar.gz
-Dtest.reports=output/logs-BIO
-Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20141212-native-src.tar.gz
-Dexamples.sources.skip=true
-Dtomcat-dbcp.home=/srv/gump/public/workspace
Author: markt
Date: Fri Dec 12 14:07:58 2014
New Revision: 1644884
URL: http://svn.apache.org/r1644884
Log:
Remove FIXME comment. These configuration options are documented for AJP and do
have valid use cases.
Modified:
tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java
Modi
Author: markt
Date: Fri Dec 12 14:25:45 2014
New Revision: 1644886
URL: http://svn.apache.org/r1644886
Log:
Remove unnecessary code. Request can not be async at this point.
Modified:
tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java
Modified: tomcat/trunk/java/org/apache/cat
Author: markt
Date: Fri Dec 12 14:29:24 2014
New Revision: 1644890
URL: http://svn.apache.org/r1644890
Log:
Fix a couple of Javadoc warnings since I am working with this class already.
Modified:
tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java
Modified: tomcat/trunk/java/or
Author: markt
Date: Fri Dec 12 14:30:54 2014
New Revision: 1644892
URL: http://svn.apache.org/r1644892
Log:
Remove some TODOs.
I can't see a better way to map SSL session ID to HTTP session ID.
No-one has complained about the performance.
Modified:
tomcat/trunk/java/org/apache/catalina/connec
Author: markt
Date: Fri Dec 12 14:52:05 2014
New Revision: 1644910
URL: http://svn.apache.org/r1644910
Log:
Re-write comment to remove XXX marker
Modified:
tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java
Modified: tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapt
Author: markt
Date: Fri Dec 12 15:08:36 2014
New Revision: 1644924
URL: http://svn.apache.org/r1644924
Log:
Declare a more specific exception and document when it is thrown.
Modified:
tomcat/trunk/java/org/apache/catalina/mapper/Mapper.java
Modified: tomcat/trunk/java/org/apache/catalina/map
Author: markt
Date: Fri Dec 12 15:23:08 2014
New Revision: 1644929
URL: http://svn.apache.org/r1644929
Log:
Javadoc improvements
Modified:
tomcat/trunk/java/org/apache/catalina/Wrapper.java
tomcat/trunk/java/org/apache/catalina/core/StandardWrapper.java
Modified: tomcat/trunk/java/org/ap
Author: markt
Date: Fri Dec 12 15:23:42 2014
New Revision: 1644930
URL: http://svn.apache.org/r1644930
Log:
Javadoc improvements
Modified:
tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java
Modified: tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java
URL:
htt
Author: markt
Date: Fri Dec 12 15:49:26 2014
New Revision: 1644935
URL: http://svn.apache.org/r1644935
Log:
Provide a better mechanism for the RewriteValve to inject a re-written request
that avoids:
- NPEs appearing in the log every time the Valve re-writes a request.
- unnecessary duplication o
https://issues.apache.org/bugzilla/show_bug.cgi?id=57215
--- Comment #10 from Mark Thomas ---
I've added some unit tests to trunk for 5 and made the necessary fixes so that
they pass. I believe these fixes are now ready for back-port.
--
You are receiving this mail because:
You are the assignee
Author: markt
Date: Fri Dec 12 16:10:15 2014
New Revision: 1644954
URL: http://svn.apache.org/r1644954
Log:
Ensure that the result of calling HttpServletRequest.getContextPath() is
neither decoded nor normalized as required by the Servlet specification.
Modified:
tomcat/tc8.0.x/trunk/ (pro
Author: markt
Date: Fri Dec 12 16:22:05 2014
New Revision: 1644962
URL: http://svn.apache.org/r1644962
Log:
Fix a collection of RewriteVlave issues along with some refactoring and
clean-up to support those fixes.
Added:
tomcat/tc8.0.x/trunk/test/org/apache/catalina/valves/rewrite/
- co
https://issues.apache.org/bugzilla/show_bug.cgi?id=57340
c...@open.ch changed:
What|Removed |Added
Severity|normal |major
--- Comment #1 from c...@open.
Author: markt
Date: Fri Dec 12 16:42:00 2014
New Revision: 1644975
URL: http://svn.apache.org/r1644975
Log:
Ensure that the result of calling HttpServletRequest.getContextPath() is
neither decoded nor normalized as required by the Servlet specification.
Modified:
tomcat/tc7.0.x/trunk/ (pro
https://issues.apache.org/bugzilla/show_bug.cgi?id=57215
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=57340
--- Comment #2 from Christopher Schultz ---
Please make sure this is reproducible on Tomcat 7.0.57, the most recent release
of the 7.0.x branch. What you describe probably hasn't changed since 7.0.47,
but please double-check.
--
You are r
https://issues.apache.org/bugzilla/show_bug.cgi?id=57340
--- Comment #3 from Nikita Zyulyaev ---
(In reply to Christopher Schultz from comment #2)
> Please make sure this is reproducible on Tomcat 7.0.57, the most recent
> release of the 7.0.x branch. What you describe probably hasn't changed sin
Author: markt
Date: Fri Dec 12 17:32:49 2014
New Revision: 1644982
URL: http://svn.apache.org/r1644982
Log:
Clean-up. Fix a couple of warnings.
Modified:
tomcat/trunk/test/org/apache/coyote/http11/filters/TesterOutputBuffer.java
Modified:
tomcat/trunk/test/org/apache/coyote/http11/filters/T
https://issues.apache.org/bugzilla/show_bug.cgi?id=57340
--- Comment #4 from Nikita Zyulyaev ---
(In reply to cl from comment #1)
> We can confirm this and were able to reproduce it as well.
> A fix would be highly appreciated because we also run into cases where
> actual responses were mixed up.
https://issues.apache.org/bugzilla/show_bug.cgi?id=57190
--- Comment #7 from Mark Thomas ---
It needs to be a currently running context in all cases.
I have a patch for this. I'll apply it shortly.
--
You are receiving this mail because:
You are the assignee for the bug.
-
Author: markt
Date: Fri Dec 12 17:40:48 2014
New Revision: 1644989
URL: http://svn.apache.org/r1644989
Log:
Follow on to r1642697.
Only currently running contexts should be returned.
Handle the case where the mapper returns an unwanted non-exact match.
Modified:
tomcat/trunk/java/org/apache/
Author: markt
Date: Fri Dec 12 17:44:55 2014
New Revision: 1644992
URL: http://svn.apache.org/r1644992
Log:
Follow on to r1642698.
Only currently running contexts should be returned.
Handle the case where the mapper returns an unwanted non-exact match.
Modified:
tomcat/tc8.0.x/trunk/ (prop
Author: markt
Date: Fri Dec 12 18:12:39 2014
New Revision: 1645011
URL: http://svn.apache.org/r1645011
Log:
Whoops. Null check.
Modified:
tomcat/trunk/java/org/apache/catalina/core/ApplicationContext.java
Modified: tomcat/trunk/java/org/apache/catalina/core/ApplicationContext.java
URL:
http
Author: markt
Date: Fri Dec 12 18:14:28 2014
New Revision: 1645014
URL: http://svn.apache.org/r1645014
Log:
Whoops. Null check.
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/java/org/apache/catalina/core/ApplicationContext.java
Propchange: tomcat/tc8.0.x/trunk/
-
Author: markt
Date: Fri Dec 12 18:18:30 2014
New Revision: 1645015
URL: http://svn.apache.org/r1645015
Log:
Follow on to r1642702
Only currently running contexts should be returned.
Handle the case where the mapper returns an unwanted non-exact match.
Modified:
tomcat/tc7.0.x/trunk/ (props
https://issues.apache.org/bugzilla/show_bug.cgi?id=57190
Mark Thomas changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=57209
Mark Thomas changed:
What|Removed |Added
OS||All
--- Comment #1 from Mark Thomas
https://issues.apache.org/bugzilla/show_bug.cgi?id=57209
--- Comment #2 from Mark Thomas ---
On reflection a new attribute userSearchAsUser seems more appropriate.
--
You are receiving this mail because:
You are the assignee for the bug.
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-tc8.0.x-validate has an issue affecting its community
integration.
31 matches
Mail list logo