alpire commented on a change in pull request #176: CoyoteAdapter: fix
out-of-bounds read in checkNormalize
URL: https://github.com/apache/tomcat/pull/176#discussion_r299284882
##
File path: test/org/apache/catalina/connector/TestCoyoteAdapter.java
##
@@ -344,6 +345,29 @@ p
alpire commented on a change in pull request #176: CoyoteAdapter: fix
out-of-bounds read in checkNormalize
URL: https://github.com/apache/tomcat/pull/176#discussion_r299276651
##
File path: java/org/apache/catalina/connector/CoyoteAdapter.java
##
@@ -1271,6 +1276,11 @@ pub
alpire commented on a change in pull request #176: CoyoteAdapter: fix
out-of-bounds read in checkNormalize
URL: https://github.com/apache/tomcat/pull/176#discussion_r299276368
##
File path: java/org/apache/catalina/connector/CoyoteAdapter.java
##
@@ -1252,6 +1252,11 @@ pub
zhanhb commented on issue #175: Apply the suggestion in rfc7233
URL: https://github.com/apache/tomcat/pull/175#issuecomment-507436005
Good job, there is no issue with the range request now.
This is an automated message from th
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new 1cee91d Align with 9.0.x. Add additional translati
This is an automated email from the ASF dual-hosted git repository.
markt pushed a change to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from 0ef94ce Align with 8.5.x
new 7adb47a Align with 8.5.x. Add additional translations
new 07b0f95 Align with
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 07b0f952b4d5cd5db10780bff1c78c2d8f03577a
Author: Mark Thomas
AuthorDate: Mon Jul 1 09:23:44 2019 +0100
Align with 8.5
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 7adb47ae0c29034e0d3a8ec38655fa6aaef6e711
Author: Mark Thomas
AuthorDate: Mon Jul 1 09:03:54 2019 +0100
Align with 8.5
markt-asf commented on issue #175: Apply the suggestion in rfc7233
URL: https://github.com/apache/tomcat/pull/175#issuecomment-507409540
I think everything is complete now. Feel free to re-open if you spot
something I missed.
markt-asf closed pull request #175: Apply the suggestion in rfc7233
URL: https://github.com/apache/tomcat/pull/175
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub a
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit bb497d62e1405c8ba56d1910672d8c476e0b8dba
Author: Mark Thomas
AuthorDate: Mon Jul 1 13:28:31 2019 +0100
Make partial
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit d1f58003a97af79df452cdbe5e94052acc4b7188
Author: Mark Thomas
AuthorDate: Mon Jul 1 21:16:15 2019 +0100
Improve parsi
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit f9afd7a0be49f974c50db49cd9a12916c9fff4b2
Author: Mark Thomas
AuthorDate: Mon Jul 1 17:08:06 2019 +0100
Fix configura
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 873b25b0c24b71a04b22439487e401b74decb309
Author: Mark Thomas
AuthorDate: Mon Jul 1 16:15:47 2019 +0100
Remove unnece
This is an automated email from the ASF dual-hosted git repository.
markt pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from 92585d3 If-Range must use exact match on dates (allowing for
resolution)
new bb497d6 Make partial PUT processi
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 3992dc4559e8487f55723dee3e476d1faa1126a1
Author: Mark Thomas
AuthorDate: Mon Jul 1 17:12:01 2019 +0100
Remove comple
markt-asf commented on issue #175: Apply the suggestion in rfc7233
URL: https://github.com/apache/tomcat/pull/175#issuecomment-507304794
Thanks for the the review. I had mis-remembered how partial PUTs were
implemented. I'll take another pass at the patch.
-
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Mark,
On 6/29/19 16:01, Mark Thomas wrote:
> On 29/06/2019 02:26, GitBox wrote:
>> alpire opened a new pull request #176: CoyoteAdapter: fix
>> out-of-bounds read in checkNormalize URL:
>> https://github.com/apache/tomcat/pull/176
>>
>>
>> On malf
zhanhb edited a comment on issue #175: Apply the suggestion in rfc7233
URL: https://github.com/apache/tomcat/pull/175#issuecomment-507295587
For a put request, usually it won't have a header 'Range', The header
specified in rfc 2616 is 'Content-Range'.
What will happen to a put request i
zhanhb commented on issue #175: Apply the suggestion in rfc7233
URL: https://github.com/apache/tomcat/pull/175#issuecomment-507295587
For a put request, usually it won't have a header 'Range', The header
specified in rfc 2616 is 'Content-Range'.
What will happen to a put request if heade
On Wed, Jun 26, 2019 at 3:20 PM Mark Thomas wrote:
> Version 1.2.23 includes the following changes compared to 1.2.21
>
> - Fix crashes associated with the use of a CRL
>
> - Add support for TLS key logging. Patch provided by John Kelly.
>
> - Make Windows 7 the default build target on Windows
>
https://bz.apache.org/bugzilla/show_bug.cgi?id=48392
--- Comment #9 from Dano George ---
The Connection (by the connection pool) appears to be a logical connection,
while the close() method is not used to close the connection, virtually, it
rather performs cleanup like closing Statement, ResultSe
Hi all,
Just a reminder that this vote is still open.
Thanks,
Mark
On 26/06/2019 14:20, Mark Thomas wrote:
> Version 1.2.23 includes the following changes compared to 1.2.21
>
> - Fix crashes associated with the use of a CRL
>
> - Add support for TLS key logging. Patch provided by John Kelly
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 92585d37b9b5a2ee5b88c365032db4b6e1be1452
Author: Mark Thomas
AuthorDate: Mon Jul 1 11:27:35 2019 +0100
If-Range must
This is an automated email from the ASF dual-hosted git repository.
markt pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from 3c1059e Make package versions derive from the upstream projects
versions used
new f79b542 Ignore Range headers
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit f79b5424c498d1cfde1aed6de85285b31484af06
Author: Mark Thomas
AuthorDate: Mon Jul 1 11:17:45 2019 +0100
Ignore Range
markt-asf commented on issue #175: Apply the suggestion in rfc7233
URL: https://github.com/apache/tomcat/pull/175#issuecomment-507209534
Thanks. I have applied 2 of the 3 changes to 9.0.x (range units and etag)
with some additional refactoring / clean-up as well as additional comments.
I
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 0ef94cefaa6ae86791806e83d5f6161786231803
Author: Mark Thomas
AuthorDate: Sun Jun 30 23:53:57 2019 +0100
Align with 8.
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 45170f0138845e609869afb70564b1023ff21711
Author: Mark Thomas
AuthorDate: Sun Jun 30 23:41:22 2019 +0100
Align with 8.
This is an automated email from the ASF dual-hosted git repository.
markt pushed a change to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from bf5e555 Revert changes that broke compilation with source=1.6
new 45170f0 Align with 8.5.x.
new 0ef94ce Al
On 29/06/2019 21:01, Mark Thomas wrote:
> On 29/06/2019 02:26, GitBox wrote:
>> alpire opened a new pull request #176: CoyoteAdapter: fix out-of-bounds read
>> in checkNormalize
>> URL: https://github.com/apache/tomcat/pull/176
>>
>>
>>On malformed requests, checkNormalize would throw an
31 matches
Mail list logo