https://bz.apache.org/bugzilla/show_bug.cgi?id=61351
Bug ID: 61351
Summary: Non-US-ASCII letters in url-mapping
Product: Tomcat 8
Version: 8.5.15
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Author: remm
Date: Thu Jul 27 08:25:46 2017
New Revision: 1803135
URL: http://svn.apache.org/viewvc?rev=1803135&view=rev
Log:
Avoid circular dependency.
Added:
tomcat/trunk/java/org/apache/catalina/util/SystemPropertyReplacerListener.java
(with props)
Modified:
tomcat/trunk/java/org/a
Author: remm
Date: Thu Jul 27 08:27:18 2017
New Revision: 1803136
URL: http://svn.apache.org/viewvc?rev=1803136&view=rev
Log:
Avoid circular dependency.
Added:
tomcat/tc8.5.x/trunk/java/org/apache/catalina/util/SystemPropertyReplacerListener.java
- copied unchanged from r1803135,
tomc
On 26/07/2017 20:59, Christopher Schultz wrote:
> Mark,
>
> On 7/26/17 2:34 PM, Mark Thomas wrote:
>> On 25/07/2017 00:22, Mark Thomas wrote:
>>> The proposed Apache Tomcat 8.5.19 release is now available for
>>> voting.
>>>
>>> The major changes compared to the 8.5.16 release are:
>>>
>>> - Enabl
On Tue, Jul 25, 2017 at 1:22 AM, Mark Thomas wrote:
> The proposed Apache Tomcat 8.5.19 release is now available for voting.
>
> The major changes compared to the 8.5.16 release are:
>
> - Enable TLS connectors to use Java key stores that contain multiple
> keys where each key has a separate pa
On Tue, Jul 25, 2017 at 1:19 AM, Mark Thomas wrote:
> The proposed Apache Tomcat 9.0.0.M25 release is now available for voting.
>
> This is a milestone release for the 9.0.x branch. It should be
> noted that, as a milestone release:
> - Servlet 4.0 is not finalised
> - The EGs have not started wo
On Tue, Jul 25, 2017 at 2:22 AM, Mark Thomas wrote:
> The proposed Apache Tomcat 8.5.19 release is now available for voting.
>
> The major changes compared to the 8.5.16 release are:
>
> - Enable TLS connectors to use Java key stores that contain multiple
> keys where each key has a separate pa
Hi,
On Thu, Jul 27, 2017 at 11:31 AM, Mark Thomas wrote:
> On 26/07/2017 20:59, Christopher Schultz wrote:
> > Mark,
> >
> > On 7/26/17 2:34 PM, Mark Thomas wrote:
> >> On 25/07/2017 00:22, Mark Thomas wrote:
> >>> The proposed Apache Tomcat 8.5.19 release is now available for
> >>> voting.
> >>
https://bz.apache.org/bugzilla/show_bug.cgi?id=61351
--- Comment #1 from Mark Thomas ---
The requirement the URL patterns in web.xml must be decoded dates back to
Servlet 2.3 (see r285186).
In more recent times this has been tweaked so the the charset used to do the
decoding is consistent with t
Author: markt
Date: Thu Jul 27 11:55:30 2017
New Revision: 1803165
URL: http://svn.apache.org/viewvc?rev=1803165&view=rev
Log:
Add additional logging to record problems that occur while waiting for the NIO
pollers to stop during the Connector stop process.
Modified:
tomcat/trunk/build.xml
Author: markt
Date: Thu Jul 27 11:56:40 2017
New Revision: 1803167
URL: http://svn.apache.org/viewvc?rev=1803167&view=rev
Log:
Expand FindBugs on the command line to include the test code
Modified:
tomcat/tc8.5.x/trunk/build.xml
Modified: tomcat/tc8.5.x/trunk/build.xml
URL:
http://svn.apach
Author: markt
Date: Thu Jul 27 11:57:17 2017
New Revision: 1803168
URL: http://svn.apache.org/viewvc?rev=1803168&view=rev
Log:
Add additional logging to record problems that occur while waiting for the NIO
pollers to stop during the Connector stop process.
Modified:
tomcat/tc8.5.x/trunk/ (
https://bz.apache.org/bugzilla/show_bug.cgi?id=61351
--- Comment #2 from Konstantin Kolinko ---
Interesting analysis.
A servlet-mapping can be created by a tool. E.g. JspC:
https://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/jasper/JspC.java?revision=1800816&view=markup#l1092
o.a.j.JspC
https://bz.apache.org/bugzilla/show_bug.cgi?id=61351
--- Comment #3 from Martin Nybo Andersen ---
Hi Mark,
If the 'pattern is assumed to be in URL-decoded form', why decode it again?
Kind regards,
Martin
--
You are receiving this mail because:
You are the assignee for the bug.
---
Author: markt
Date: Thu Jul 27 12:04:07 2017
New Revision: 1803169
URL: http://svn.apache.org/viewvc?rev=1803169&view=rev
Log:
Add additional logging to record problems that occur while waiting for the NIO
pollers to stop during the Connector stop process.
Modified:
tomcat/tc7.0.x/trunk/ (
2017-07-27 11:25 GMT+03:00 :
> Author: remm
> Date: Thu Jul 27 08:25:46 2017
> New Revision: 1803135
>
> URL: http://svn.apache.org/viewvc?rev=1803135&view=rev
> Log:
> Avoid circular dependency.
>
> Added:
>
> tomcat/trunk/java/org/apache/catalina/util/SystemPropertyReplacerListener.java
>
Author: remm
Date: Thu Jul 27 12:35:05 2017
New Revision: 1803174
URL: http://svn.apache.org/viewvc?rev=1803174&view=rev
Log:
Rename method.
Modified:
tomcat/trunk/java/org/apache/catalina/util/SystemPropertyReplacerListener.java
tomcat/trunk/java/org/apache/tomcat/util/digester/Digester
Author: remm
Date: Thu Jul 27 12:36:11 2017
New Revision: 1803175
URL: http://svn.apache.org/viewvc?rev=1803175&view=rev
Log:
Rename method.
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
tomcat/tc8.5.x/trunk/java/org/apache/catalina/util/SystemPropertyReplacerListener.java
tomcat
Propchange: tomcat/tc7.0.x/trunk/java/org/apache/tomcat/websocket/Util.java
--
--- svn:mergeinfo (original)
+++ svn:mergeinfo Thu Jul 27 13:35:49 2017
@@ -1,2 +1,2 @@
/tomcat/tc8.0.x/trunk/java/org/apache/tomcat/websocket
Author: remm
Date: Thu Jul 27 13:35:49 2017
New Revision: 1803182
URL: http://svn.apache.org/viewvc?rev=1803182&view=rev
Log:
Fix bit sign checks warnings, no functional change
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/Applicatio
Author: csutherl
Date: Thu Jul 27 13:38:49 2017
New Revision: 1803183
URL: http://svn.apache.org/viewvc?rev=1803183&view=rev
Log:
Add EOL statements for all versions to whichversion. Thanks to peetaur2 from
#tomcat for pointing out that EOL statements were missing for older versions.
Modified:
Am 25. Juli 2017 01:22:04 MESZ schrieb Mark Thomas :
>The proposed Apache Tomcat 8.5.19 release is now available for voting.
>
>The major changes compared to the 8.5.16 release are:
>
>- Enable TLS connectors to use Java key stores that contain multiple
> keys where each key has a separate passwo
Author: remm
Date: Thu Jul 27 15:15:52 2017
New Revision: 1803193
URL: http://svn.apache.org/viewvc?rev=1803193&view=rev
Log:
Fix some clone usage issues.
Modified:
tomcat/trunk/java/org/apache/catalina/tribes/ChannelMessage.java
tomcat/trunk/java/org/apache/catalina/tribes/tipis/Abstrac
Am 25. Juli 2017 01:19:20 MESZ schrieb Mark Thomas :
>The proposed Apache Tomcat 9.0.0.M25 release is now available for
>voting.
>
>This is a milestone release for the 9.0.x branch. It should be
>noted that, as a milestone release:
>- Servlet 4.0 is not finalised
>- The EGs have not started work
Author: remm
Date: Thu Jul 27 15:26:54 2017
New Revision: 1803197
URL: http://svn.apache.org/viewvc?rev=1803197&view=rev
Log:
Fix clone issues
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
tomcat/tc8.5.x/trunk/java/org/apache/catalina/tribes/ChannelMessage.java
tomcat/tc8.5.x/tru
Author: remm
Date: Thu Jul 27 15:30:25 2017
New Revision: 1803201
URL: http://svn.apache.org/viewvc?rev=1803201&view=rev
Log:
Fix clone issues
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/ChannelMessage.java
tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/tipis/Abs
On Mon, Jul 24, 2017 at 7:19 PM, Mark Thomas wrote:
> The proposed Apache Tomcat 9.0.0.M25 release is now available for voting.
>
> This is a milestone release for the 9.0.x branch. It should be
> noted that, as a milestone release:
> - Servlet 4.0 is not finalised
> - The EGs have not started wor
Author: remm
Date: Thu Jul 27 15:55:47 2017
New Revision: 1803205
URL: http://svn.apache.org/viewvc?rev=1803205&view=rev
Log:
Fix findbugs warnings.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/digester/Digester.java
tomcat/trunk/java/org/apache/tomcat/util/net/NioBlockingSelector.j
Author: remm
Date: Thu Jul 27 15:57:06 2017
New Revision: 1803206
URL: http://svn.apache.org/viewvc?rev=1803206&view=rev
Log:
Fix findbugs warnings
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/digester/Digester.java
tomcat/tc8.5.x
https://bz.apache.org/bugzilla/show_bug.cgi?id=61351
--- Comment #4 from Mark Thomas ---
The requirement the URL patterns in web.xml must be decoded dates back to
Servlet 2.3 (see r285186).
--
You are receiving this mail because:
You are the assignee for the bug.
---
Author: markt
Date: Thu Jul 27 18:45:49 2017
New Revision: 1803224
URL: http://svn.apache.org/viewvc?rev=1803224&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61351
Correctly handle %nn decoding of URL patterns in web.xml and similar locations
that may legitimately contain char
Author: markt
Date: Thu Jul 27 18:57:15 2017
New Revision: 1803225
URL: http://svn.apache.org/viewvc?rev=1803225&view=rev
Log:
Minor optimisation
Modified:
tomcat/trunk/java/org/apache/tomcat/util/buf/UDecoder.java
Modified: tomcat/trunk/java/org/apache/tomcat/util/buf/UDecoder.java
URL:
ht
Author: markt
Date: Thu Jul 27 19:16:21 2017
New Revision: 1803226
URL: http://svn.apache.org/viewvc?rev=1803226&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61351
Correctly handle %nn decoding of URL patterns in web.xml and similar locations
that may legitimately contain char
https://bz.apache.org/bugzilla/show_bug.cgi?id=61351
Mark Thomas changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
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
Shouldn't we redirect the users of eol versions to a supported version instead
of another eol version?
Felix
Am 27. Juli 2017 15:38:49 MESZ schrieb csuth...@apache.org:
>Author: csutherl
>Date: Thu Jul 27 13:38:49 2017
>New Revision: 1803183
>
>URL: http://svn.apache.org/viewvc?rev=1803183&vie
36 matches
Mail list logo