Author: markt
Date: Wed Aug 24 10:24:04 2016
New Revision: 1757485
URL: http://svn.apache.org/viewvc?rev=1757485&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60030
Correct a potential infinite loop in the SNI parsing code triggered by failing
to handle an end of stream conditi
Author: markt
Date: Wed Aug 24 10:26:08 2016
New Revision: 1757487
URL: http://svn.apache.org/viewvc?rev=1757487&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60030
Correct a potential infinite loop in the SNI parsing code triggered by failing
to handle an end of stream conditi
https://bz.apache.org/bugzilla/show_bug.cgi?id=60030
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bz.apache.org/bugzilla/show_bug.cgi?id=60013
--- Comment #3 from santhanapreeth...@gmail.com ---
I configured UTF-8 everywhere as mentioned in
https://wiki.apache.org/tomcat/FAQ/CharacterEncoding#Q1
1. I set URIEncoding="UTF-8" and useBodyEncodingForURI="true" for the
connectors in serve
https://bz.apache.org/bugzilla/show_bug.cgi?id=60013
--- Comment #4 from santhanapreeth...@gmail.com ---
I tested by encoding the querystring in the RewriteValve
if (queryString != null)
{
request.getCoyoteRequest().queryString().setString(null);
chunk = request.getCoyoteRequest().qu
https://bz.apache.org/bugzilla/show_bug.cgi?id=60013
--- Comment #5 from santhanapreeth...@gmail.com ---
I tested by encoding the querystring in the RewriteValve
if (queryString != null)
{
request.getCoyoteRequest().queryString().setString(null);
chunk = request.getCoyoteRequest().qu
Author: markt
Date: Wed Aug 24 11:27:29 2016
New Revision: 1757495
URL: http://svn.apache.org/viewvc?rev=1757495&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60032
Fix handling of method calls that use varargs within EL value expressions.
Added:
tomcat/trunk/test/webapp/bu
Author: markt
Date: Wed Aug 24 11:27:57 2016
New Revision: 1757496
URL: http://svn.apache.org/viewvc?rev=1757496&view=rev
Log:
Fix handling of method calls that use varargs within EL value expressions.
Added:
tomcat/tc8.5.x/trunk/test/webapp/bug6/
- copied from r1757495, tomcat/trun
Author: markt
Date: Wed Aug 24 11:28:13 2016
New Revision: 1757497
URL: http://svn.apache.org/viewvc?rev=1757497&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60032
Fix handling of method calls that use varargs within EL value expressions.
Added:
tomcat/tc8.0.x/trunk/test/w
https://bz.apache.org/bugzilla/show_bug.cgi?id=60032
Mark Thomas changed:
What|Removed |Added
Resolution|--- |FIXED
OS|
Author: markt
Date: Wed Aug 24 11:38:20 2016
New Revision: 1757499
URL: http://svn.apache.org/viewvc?rev=1757499&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60034
Fix typo
Modified:
tomcat/trunk/webapps/docs/changelog.xml
tomcat/trunk/webapps/docs/manager-howto.xml
M
Author: markt
Date: Wed Aug 24 11:38:53 2016
New Revision: 1757501
URL: http://svn.apache.org/viewvc?rev=1757501&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60034
Fix typo
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
tomcat/tc8.5.x/trunk/webapps/docs/changelog.xm
Author: markt
Date: Wed Aug 24 11:39:16 2016
New Revision: 1757502
URL: http://svn.apache.org/viewvc?rev=1757502&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60034
Fix typo
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/webapps/docs/changelog.xm
Author: markt
Date: Wed Aug 24 11:40:51 2016
New Revision: 1757503
URL: http://svn.apache.org/viewvc?rev=1757503&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60034
Fix typo
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/webapps/docs/changelog.xm
Author: markt
Date: Wed Aug 24 11:43:21 2016
New Revision: 1757504
URL: http://svn.apache.org/viewvc?rev=1757504&view=rev
Log:
Fix typo
Modified:
tomcat/tc6.0.x/trunk/ (props changed)
tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
tomcat/tc6.0.x/trunk/webapps/docs/manager-howto.xml
https://bz.apache.org/bugzilla/show_bug.cgi?id=60034
Mark Thomas changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://bz.apache.org/bugzilla/show_bug.cgi?id=59649
Mircea changed:
What|Removed |Added
CC||zmircmir...@gmail.com
--- Comment #3 from Mir
https://bz.apache.org/bugzilla/show_bug.cgi?id=59649
--- Comment #4 from Mircea ---
Here is my stacktrace with Tomcat 8.5.4. Seems to be almost identical:
2016-08-24 07:48:38,236 INFO [http-nio-8080-exec-10]
o.a.coyote.http11.Http11Processor DirectJDKLog.java:181 Error parsing HTTP
request head
https://bz.apache.org/bugzilla/show_bug.cgi?id=59649
Mircea changed:
What|Removed |Added
Status|NEEDINFO|NEW
--- Comment #5 from Mircea ---
As a cont
https://bz.apache.org/bugzilla/show_bug.cgi?id=59649
Mark Thomas changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #6 from Mark Thomas
Author: markt
Date: Wed Aug 24 13:11:23 2016
New Revision: 1757518
URL: http://svn.apache.org/viewvc?rev=1757518&view=rev
Log:
Line length
Modified:
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webap
Author: markt
Date: Wed Aug 24 13:13:48 2016
New Revision: 1757520
URL: http://svn.apache.org/viewvc?rev=1757520&view=rev
Log:
ws police
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSEUtil.java
tomcat/trunk/test/webapp/WEB-INF/test.tld
tomcat/trunk/webapps/docs/change
Author: markt
Date: Wed Aug 24 13:22:27 2016
New Revision: 1757522
URL: http://svn.apache.org/viewvc?rev=1757522&view=rev
Log:
Revert accidental commit of debug code
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSEUtil.java
Modified: tomcat/trunk/java/org/apache/tomcat/util/n
Hi,
Currently it is not possible to use
ServletInputStream.read/ServletOutputStream.write methods with ByteBuffer.
To enable such scenarios in Tomcat I would like to extend the Tomcat’s
internal implementation (CoyoteInputStream/CoyoteOutputStream). I already
did some refactoring in ByteChunk/Char
https://bz.apache.org/bugzilla/show_bug.cgi?id=60039
Bug ID: 60039
Summary: Provide a switch to disable sending exception
stacktrace to client
Product: Tomcat 8
Version: 8.5.x-trunk
Hardware: All
OS: All
Author: markt
Date: Wed Aug 24 14:02:16 2016
New Revision: 1757527
URL: http://svn.apache.org/viewvc?rev=1757527&view=rev
Log:
Fix a file descriptor leak when reading the global web.xml.
Added:
tomcat/trunk/java/org/apache/tomcat/util/descriptor/InputSourceUtil.java
(with props)
Modified:
https://bz.apache.org/bugzilla/show_bug.cgi?id=60039
Violeta Georgieva changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Wed Aug 24 14:49:31 2016
New Revision: 1757535
URL: http://svn.apache.org/viewvc?rev=1757535&view=rev
Log:
Fix a file descriptor leak when reading the global web.xml.
Added:
tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/descriptor/InputSourceUtil.java
- copied un
Author: markt
Date: Wed Aug 24 14:50:25 2016
New Revision: 1757537
URL: http://svn.apache.org/viewvc?rev=1757537&view=rev
Log:
Fix a file descriptor leak when reading the global web.xml.
Added:
tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/descriptor/InputSourceUtil.java
- copied un
Author: markt
Date: Wed Aug 24 14:57:11 2016
New Revision: 1757538
URL: http://svn.apache.org/viewvc?rev=1757538&view=rev
Log:
Fix a file descriptor leak when reading the global web.xml.
Added:
tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/descriptor/InputSourceUtil.java
- copied un
https://bz.apache.org/bugzilla/show_bug.cgi?id=60035
--- Comment #1 from Mark Thomas ---
I'm starting to look at this. I've already found and fixed an unrelated file
descriptor leak and I can see a couple more places where fixes might be
required. However, I haven't - yet - seen anything that loo
ump/public/workspace/apache-commons/beanutils/dist/commons-beanutils-20160824.jar:/srv/gump/packages/commons-collections3/commons-collections-3.2.1.jar:/srv/gump/public/workspace/apache-commons/cli/target/commons-cli-1.4-SNAPSHOT.jar:/srv/gump/public/workspace/commons-lang-trunk/target/commons-la
Author: markt
Date: Wed Aug 24 21:37:39 2016
New Revision: 1757578
URL: http://svn.apache.org/viewvc?rev=1757578&view=rev
Log:
Refactor the JSSE client certificate validation so that the effectiveness of
the certificateVerificationDepth configuration attribute does not depend on the
presence of
Author: markt
Date: Wed Aug 24 22:44:45 2016
New Revision: 1757583
URL: http://svn.apache.org/viewvc?rev=1757583&view=rev
Log: (empty)
Modified:
tomcat/trunk/webapps/docs/changelog.xml
tomcat/trunk/webapps/docs/config/http.xml
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http:
https://bz.apache.org/bugzilla/show_bug.cgi?id=60035
--- Comment #2 from joe.stepow...@gmail.com ---
Hi Mark
I have been able to pinpoint that the issue started with 8.5.3. 8.5.2 seems to
be ok.
I can see from the 8.5.3 changlog at least one change around sockets: "Fix a
cause of multiple att
35 matches
Mail list logo