https://bz.apache.org/bugzilla/show_bug.cgi?id=60482
HyunWoo Jo changed:
What|Removed |Added
CC||show...@gmail.com
OS|
Author: markt
Date: Thu Dec 15 10:09:14 2016
New Revision: 1774406
URL: http://svn.apache.org/viewvc?rev=1774406&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60468
Correct the format of the sample ISO-8601 date used to report the build date
for the documentation.
Patch provide
Author: markt
Date: Thu Dec 15 10:09:54 2016
New Revision: 1774407
URL: http://svn.apache.org/viewvc?rev=1774407&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60468
Correct the format of the sample ISO-8601 date used to report the build date
for the documentation.
Patch provide
Author: markt
Date: Thu Dec 15 10:11:27 2016
New Revision: 1774408
URL: http://svn.apache.org/viewvc?rev=1774408&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60468
Correct the format of the sample ISO-8601 date used to report the build date
for the documentation.
Patch provide
https://bz.apache.org/bugzilla/show_bug.cgi?id=60468
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
The Buildbot has detected a restored build on builder tomcat-trunk while
building . Full details are available at:
https://ci.apache.org/builders/tomcat-trunk/builds/1977
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler sch
https://bz.apache.org/bugzilla/show_bug.cgi?id=60482
--- Comment #1 from Remy Maucherat ---
I don't really understand the reason of the URL decoding here:
https://github.com/apache/tomcat/blob/trunk/java/org/apache/coyote/http2/Stream.java#L264
Most likely Parameters always has to do the decodi
Author: markt
Date: Thu Dec 15 11:07:57 2016
New Revision: 1774412
URL: http://svn.apache.org/viewvc?rev=1774412&view=rev
Log:
Expand a little on JMX in the security considerations page
Modified:
tomcat/trunk/webapps/docs/security-howto.xml
Modified: tomcat/trunk/webapps/docs/security-howto.
Author: markt
Date: Thu Dec 15 11:08:22 2016
New Revision: 1774413
URL: http://svn.apache.org/viewvc?rev=1774413&view=rev
Log:
Expand a little on JMX in the security considerations page
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
tomcat/tc8.5.x/trunk/webapps/docs/security-howto.xml
Author: markt
Date: Thu Dec 15 11:08:40 2016
New Revision: 1774414
URL: http://svn.apache.org/viewvc?rev=1774414&view=rev
Log:
Expand a little on JMX in the security considerations page
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/webapps/docs/security-howto.xml
Author: markt
Date: Thu Dec 15 11:09:06 2016
New Revision: 1774415
URL: http://svn.apache.org/viewvc?rev=1774415&view=rev
Log:
Expand a little on JMX in the security considerations page
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/webapps/docs/security-howto.xml
https://bz.apache.org/bugzilla/show_bug.cgi?id=60482
--- Comment #2 from Mark Thomas ---
Other than me not thinking straight, I don't see a reason for that decoding
either. Query string decoding has to be deferred to parameter parsing so that
encoding of reserved characters - such as '&' - is han
Author: remm
Date: Thu Dec 15 12:15:56 2016
New Revision: 1774426
URL: http://svn.apache.org/viewvc?rev=1774426&view=rev
Log:
60482: HTTP/2 shouldn't URL decode the query string.
Added:
tomcat/trunk/test/org/apache/coyote/http2/TestStream.java (with props)
Modified:
tomcat/trunk/java/or
Author: remm
Date: Thu Dec 15 12:31:00 2016
New Revision: 1774431
URL: http://svn.apache.org/viewvc?rev=1774431&view=rev
Log:
60482: HTTP/2 shouldn't URL decode the query string.
Added:
tomcat/tc8.5.x/trunk/test/org/apache/coyote/http2/TestStream.java
- copied unchanged from r1774426,
https://bz.apache.org/bugzilla/show_bug.cgi?id=60482
Remy Maucherat changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
On 15/12/2016 12:15, r...@apache.org wrote:
> Author: remm
> Date: Thu Dec 15 12:15:56 2016
> New Revision: 1774426
>
> URL: http://svn.apache.org/viewvc?rev=1774426&view=rev
> Log:
> 60482: HTTP/2 shouldn't URL decode the query string.
>
> Added:
> tomcat/trunk/test/org/apache/coyote/http2/T
Author: markt
Date: Thu Dec 15 12:51:58 2016
New Revision: 1774433
URL: http://svn.apache.org/viewvc?rev=1774433&view=rev
Log:
Replace HTTP2 query string test case with a parameterized version.
Added:
tomcat/trunk/test/org/apache/coyote/http2/TestStreamQueryString.java
(with props)
Removed
Author: markt
Date: Thu Dec 15 12:52:20 2016
New Revision: 1774434
URL: http://svn.apache.org/viewvc?rev=1774434&view=rev
Log:
Replace HTTP2 query string test case with a parameterized version.
Added:
tomcat/tc8.5.x/trunk/test/org/apache/coyote/http2/TestStreamQueryString.java
- copied
https://bz.apache.org/bugzilla/show_bug.cgi?id=60409
--- Comment #16 from Erich ---
Try enabling NIO in 8.0.X and you should be able to recreate same issue there.
We did using 8.0.30. It seems to be NIO specific--8.5.4 was where we
discovered it because NIO was enforced for the first time, but
Author: markt
Date: Thu Dec 15 21:16:06 2016
New Revision: 1774522
URL: http://svn.apache.org/viewvc?rev=1774522&view=rev
Log:
Add some tests for the Jasper's file encoding detection.
This is to support some refactoring I am working on to remove the custom XML
parser in Jasper.
Added:
tomcat
Author: markt
Date: Thu Dec 15 21:24:01 2016
New Revision: 1774523
URL: http://svn.apache.org/viewvc?rev=1774523&view=rev
Log:
Correct some mime-types
Modified:
tomcat/trunk/test/webapp/jsp/encoding/bom-none-prolog-none.jsp (props
changed)
tomcat/trunk/test/webapp/jsp/encoding/bom-none
Author: markt
Date: Thu Dec 15 21:34:06 2016
New Revision: 1774526
URL: http://svn.apache.org/viewvc?rev=1774526&view=rev
Log:
Add a new encoding detector implementation.
The BoM encoding detection is based in the previous code.
The prolog encoding detection delegates to the JRE's XMhttp://svn.apa
Author: markt
Date: Thu Dec 15 21:36:02 2016
New Revision: 1774528
URL: http://svn.apache.org/viewvc?rev=1774528&view=rev
Log:
Switch Jasper to use the new, simpler encoding detector
Modified:
tomcat/trunk/java/org/apache/jasper/compiler/ParserController.java
tomcat/trunk/webapps/docs/cha
Author: markt
Date: Thu Dec 15 21:38:01 2016
New Revision: 1774529
URL: http://svn.apache.org/viewvc?rev=1774529&view=rev
Log:
Deprecate Jasper's custom XML parser that is no longer used
Modified:
tomcat/trunk/java/org/apache/jasper/xmlparser/ASCIIReader.java
tomcat/trunk/java/org/apache/
Hi Mark,
On Thu, Dec 15, 2016 at 10:34 PM, wrote:
> Author: markt
> Date: Thu Dec 15 21:34:06 2016
> New Revision: 1774526
>
> URL: http://svn.apache.org/viewvc?rev=1774526&view=rev
> Log:
> Add a new encoding detector implementation.
> The BoM encoding detection is based in the previous code.
>
Author: markt
Date: Thu Dec 15 21:49:51 2016
New Revision: 1774531
URL: http://svn.apache.org/viewvc?rev=1774531&view=rev
Log:
Fix typo
Modified:
tomcat/trunk/java/org/apache/jasper/security/SecurityClassLoad.java
Modified: tomcat/trunk/java/org/apache/jasper/security/SecurityClassLoad.java
On 15/12/2016 21:48, Martin Grigorov wrote:
> Hi Mark,
>
> On Thu, Dec 15, 2016 at 10:34 PM, wrote:
>
>> Author: markt
>> Date: Thu Dec 15 21:34:06 2016
>> New Revision: 1774526
>>
>> URL: http://svn.apache.org/viewvc?rev=1774526&view=rev
>> Log:
>> Add a new encoding detector implementation.
>>
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-trunk-validate-eoln has an issue affecting its community
integrati
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-trunk-validate-eoln has an issue affecting its community
integrati
https://bz.apache.org/bugzilla/show_bug.cgi?id=60409
Mark Thomas changed:
What|Removed |Added
Resolution|FIXED |---
Status|RESOLVED
30 matches
Mail list logo