https://bz.apache.org/bugzilla/show_bug.cgi?id=60702
--- Comment #5 from Mark Thomas ---
JSP debugging works perfectly with a clean 8.0.39 build as well. In addition, a
review of the changelog identifies no relevant changes in this area and there
have been no other reports of similar issues.
All
https://bz.apache.org/bugzilla/show_bug.cgi?id=60632
--- Comment #7 from Mark Thomas ---
(In reply to Jeff Turner from comment #6)
> This patch is indeed useless, and should be removed (sorry Mark!).
No problem. I'll revert those changes and then close this as WONTFIX.
--
You are receiving thi
https://bz.apache.org/bugzilla/show_bug.cgi?id=60716
--- Comment #7 from Mark Thomas ---
(In reply to Christopher Schultz from comment #6)
> That's a confusing configuration attribute: it implies that revocation is
> actually happening instead of just being consulted. Can we get a better name
> f
Author: markt
Date: Wed Feb 15 09:35:01 2017
New Revision: 1783078
URL: http://svn.apache.org/viewvc?rev=1783078&view=rev
Log:
Revert the fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=60632
The proposed fix didn't work and there is a better solution available.
Modified:
tomcat/trunk/
Author: markt
Date: Wed Feb 15 09:36:16 2017
New Revision: 1783080
URL: http://svn.apache.org/viewvc?rev=1783080&view=rev
Log:
Revert the fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=60632
The proposed fix didn't work and there is a better solution available.
Modified:
tomcat/tc8.5.
Author: markt
Date: Wed Feb 15 09:38:03 2017
New Revision: 1783081
URL: http://svn.apache.org/viewvc?rev=1783081&view=rev
Log:
Revert the fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=60632
The proposed fix didn't work and there is a better solution available.
Modified:
tomcat/tc8.0.
Author: markt
Date: Wed Feb 15 09:42:43 2017
New Revision: 1783082
URL: http://svn.apache.org/viewvc?rev=1783082&view=rev
Log:
Revert the fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=60632
The proposed fix didn't work and there is a better solution available.
Modified:
tomcat/tc7.0.
https://bz.apache.org/bugzilla/show_bug.cgi?id=60632
Mark Thomas changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
https://bz.apache.org/bugzilla/show_bug.cgi?id=60735
Bug ID: 60735
Summary: Multibytes characters in URL caused tomcat return HTTP
400 after upgraded 7.0.67 to 7.0.75
Product: Tomcat 7
Version: 7.0.75
Hardware: PC
https://bz.apache.org/bugzilla/show_bug.cgi?id=60735
Mark Thomas changed:
What|Removed |Added
Resolution|--- |INVALID
Status|NEW
https://bz.apache.org/bugzilla/show_bug.cgi?id=60718
--- Comment #6 from Mark Thomas ---
I like the idea of moving the context.fireRequestDestroyEvent(request) call to
AsyncContextImpl.fireOnComplete(). That is much better aligned with what
section 3.12 of the spec says.
A quick test with the cu
https://bz.apache.org/bugzilla/show_bug.cgi?id=60735
--- Comment #2 from LiuYan 刘研 ---
(In reply to Mark Thomas from comment #1)
> The characters are invalid so the 400 response is correct. The validation of
> request lines was tightened up as a result of CVE-2016-6816.
Thanks for the quick resp
https://bz.apache.org/bugzilla/show_bug.cgi?id=60735
--- Comment #3 from Mark Thomas ---
(In reply to LiuYan 刘研 from comment #2)
> So, does this means 'URIEncoding' parameter is useless now and will be
> removed in the future?
No. URIEncoding determines how a correctly %-encoded URI is converte
https://bz.apache.org/bugzilla/show_bug.cgi?id=60735
--- Comment #4 from LiuYan 刘研 ---
(In reply to Mark Thomas from comment #3)
> No. URIEncoding determines how a correctly %-encoded URI is converted to
> characters. To use UTF-8 characters that contain byte values that are not
> permitted by th
https://bz.apache.org/bugzilla/show_bug.cgi?id=60735
--- Comment #5 from Michael Osipov <1983-01...@gmx.net> ---
(In reply to LiuYan 刘研 from comment #4)
> Yes, I know firefox and w3m will encode URL, wget do that too. So I will
> move from curl to wget to get correct response.
Non-sense, curl doe
Violeta,
On 2/14/17 4:43 PM, Violeta Georgieva wrote:
> Hi,
>
> 2017-02-10 11:07 GMT+02:00 Mark Thomas :
>>
>> On 09/02/17 22:08, Violeta Georgieva wrote:
>>>
>>> 2017-02-08 11:25 GMT+02:00 Violeta Georgieva :
2017-02-08 1:51 GMT+02:00 Mark Thomas :
>>
>>
>>
>>
> I guess that makes
Hi Chris,
2017-02-15 19:46 GMT+02:00 Christopher Schultz :
>
> Violeta,
>
> On 2/14/17 4:43 PM, Violeta Georgieva wrote:
> > Hi,
> >
> > 2017-02-10 11:07 GMT+02:00 Mark Thomas :
> >>
> >> On 09/02/17 22:08, Violeta Georgieva wrote:
> >>>
> >>> 2017-02-08 11:25 GMT+02:00 Violeta Georgieva :
>
Cory Lum created MTOMCAT-309:
Summary: Allow specifying sslProtocols via pom configuration
Key: MTOMCAT-309
URL: https://issues.apache.org/jira/browse/MTOMCAT-309
Project: Apache Tomcat Maven Plugin
[
https://issues.apache.org/jira/browse/MTOMCAT-309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15868382#comment-15868382
]
Cory Lum commented on MTOMCAT-309:
--
Just want to note that this is an issue when using J
https://bz.apache.org/bugzilla/show_bug.cgi?id=60735
--- Comment #6 from Christopher Schultz ---
(In reply to Michael Osipov from comment #5)
> (In reply to LiuYan 刘研 from comment #4)
> > Yes, I know firefox and w3m will encode URL, wget do that too. So I will
> > move from curl to wget to get co
On 15/02/17 17:46, Christopher Schultz wrote:
Violeta,
On 2/14/17 4:43 PM, Violeta Georgieva wrote:
Hi,
2017-02-10 11:07 GMT+02:00 Mark Thomas :
On 09/02/17 22:08, Violeta Georgieva wrote:
2017-02-08 11:25 GMT+02:00 Violeta Georgieva :
2017-02-08 1:51 GMT+02:00 Mark Thomas :
I gues
Author: markt
Date: Wed Feb 15 20:27:21 2017
New Revision: 1783144
URL: http://svn.apache.org/viewvc?rev=1783144&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60718
Improve error handling for asynchronous processing and correct a number of
cases where the http://svn.apache.org/
https://bz.apache.org/bugzilla/show_bug.cgi?id=60718
--- Comment #7 from Mark Thomas ---
Many thanks for the test case. I've applied a fix to trunk (9.0.x) that
addresses the issues raised by the test case. Before I back-port it, I want to
look at whether the error handling needs some refactoring
Author: markt
Date: Wed Feb 15 20:32:38 2017
New Revision: 1783145
URL: http://svn.apache.org/viewvc?rev=1783145&view=rev
Log:
Remove pointless Javadoc that replaced the far more useful Javadoc from the
Interface
Modified:
tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java
M
Author: markt
Date: Wed Feb 15 20:37:39 2017
New Revision: 1783146
URL: http://svn.apache.org/viewvc?rev=1783146&view=rev
Log:
Line-length clean-up
No functional change
Modified:
tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java
Modified: tomcat/trunk/java/org/apache/catalin
Author: markt
Date: Wed Feb 15 20:45:50 2017
New Revision: 1783147
URL: http://svn.apache.org/viewvc?rev=1783147&view=rev
Log:
Obtain the current thread name in a consistent manner for async and non-async
processing.
Modified:
tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.jav
Author: markt
Date: Wed Feb 15 21:06:11 2017
New Revision: 1783148
URL: http://svn.apache.org/viewvc?rev=1783148&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60718
Improve error handling for asynchronous processing and correct a number of
cases where the http://svn.apache.org/
Author: markt
Date: Wed Feb 15 21:07:07 2017
New Revision: 1783149
URL: http://svn.apache.org/viewvc?rev=1783149&view=rev
Log:
Back-port recent clean-up
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
tomcat/tc8.5.x/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java
Propchange
Author: markt
Date: Wed Feb 15 21:11:41 2017
New Revision: 1783150
URL: http://svn.apache.org/viewvc?rev=1783150&view=rev
Log:
Simplify logic
comet is always false as this point
Modified:
tomcat/tc8.0.x/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java
Modified:
tomcat/tc8.0.x/tru
Author: markt
Date: Wed Feb 15 21:26:03 2017
New Revision: 1783151
URL: http://svn.apache.org/viewvc?rev=1783151&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60718
Improve error handling for asynchronous processing and correct a number of
cases where the http://svn.apache.org/
Author: markt
Date: Wed Feb 15 21:42:01 2017
New Revision: 1783152
URL: http://svn.apache.org/viewvc?rev=1783152&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60718
Improve error handling for asynchronous processing and correct a number of
cases where the http://svn.apache.org/
https://bz.apache.org/bugzilla/show_bug.cgi?id=60718
Mark Thomas changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
Author: markt
Date: Wed Feb 15 22:22:52 2017
New Revision: 1783155
URL: http://svn.apache.org/viewvc?rev=1783155&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60722
Take account of the dispatchersUseEncodedPaths setting on the current Context
when generating paths for dispatche
Author: markt
Date: Wed Feb 15 22:24:51 2017
New Revision: 1783157
URL: http://svn.apache.org/viewvc?rev=1783157&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60722
Take account of the dispatchersUseEncodedPaths setting on the current Context
when generating paths for dispatche
Author: markt
Date: Wed Feb 15 22:25:36 2017
New Revision: 1783158
URL: http://svn.apache.org/viewvc?rev=1783158&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60722
Take account of the dispatchersUseEncodedPaths setting on the current Context
when generating paths for dispatche
Author: markt
Date: Wed Feb 15 22:26:42 2017
New Revision: 1783159
URL: http://svn.apache.org/viewvc?rev=1783159&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60722
Take account of the dispatchersUseEncodedPaths setting on the current Context
when generating paths for dispatche
https://bz.apache.org/bugzilla/show_bug.cgi?id=60722
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bz.apache.org/bugzilla/show_bug.cgi?id=60578
--- Comment #5 from Jerome Terry ---
I have experienced what appears to be the same issue on Ubuntu 14.04 with
Tomcat 7.0.52. Here's a link to tweets containing the diagnostics I performed.
https://twitter.com/jeromeleoterry/status/831865811962
https://bz.apache.org/bugzilla/show_bug.cgi?id=57544
Jerome Terry changed:
What|Removed |Added
CC||jerome.l.te...@gmail.com
--
You are re
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-test-nio2 has an issue affecting its community
integration
https://bz.apache.org/bugzilla/show_bug.cgi?id=60735
--- Comment #7 from LiuYan 刘研 ---
(In reply to Michael Osipov from comment #5)
> (In reply to LiuYan 刘研 from comment #4)
> > Yes, I know firefox and w3m will encode URL, wget do that too. So I will
> > move from curl to wget to get correct resp
https://bz.apache.org/bugzilla/show_bug.cgi?id=60735
--- Comment #8 from LiuYan 刘研 ---
(In reply to Christopher Schultz from comment #6)
>
> Both Tomcat 8.0 and 8.5 reply with a 404 when I request /汉语/漢語.html within a
> test web application's context URL space where no such file exists.
>
> Som
https://bz.apache.org/bugzilla/show_bug.cgi?id=58051
guptapradi...@gmail.com changed:
What|Removed |Added
OS|All |Windows 7
Assignee
https://bz.apache.org/bugzilla/show_bug.cgi?id=58051
guptapradi...@gmail.com changed:
What|Removed |Added
OS||Windows 7
CC
https://bz.apache.org/bugzilla/show_bug.cgi?id=58051
Chuck Caldarale changed:
What|Removed |Added
Resolution|--- |INVALID
OS|
45 matches
Mail list logo