martin-g commented on a change in pull request #382:
URL: https://github.com/apache/tomcat/pull/382#discussion_r540754092
##
File path: webapps/docs/config/http.xml
##
@@ -208,6 +208,24 @@
The default is POST
+
Review comment:
At the moment the `port`
On 11/12/2020 06:58, Martin Grigorov wrote:
> On Thu, Dec 10, 2020 at 11:50 PM Igal Sapir wrote:
>
>> On Thu, Dec 10, 2020 at 5:58 AM Christopher Schultz <
>> ch...@christopherschultz.net> wrote:
>>
>>> Mark,
>>>
>>> On 12/10/20 06:39, Mark Thomas wrote:
The proposed Apache Tomcat migration
On Thu, Dec 10, 2020 at 1:39 PM Mark Thomas wrote:
> The proposed Apache Tomcat migration tool for Jakarta EE 0.1.0 is now
> available for voting.
>
> This is (potentially) the first release.
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/jakartaee-migration/v0.1.0/
This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git
The following commit(s) were added to refs/heads/master by this push:
new 000c876 Make migrate.sh
On Thu, Dec 10, 2020 at 11:50 PM Igal Sapir wrote:
> On Thu, Dec 10, 2020 at 5:58 AM Christopher Schultz <
> ch...@christopherschultz.net> wrote:
>
> > Mark,
> >
> > On 12/10/20 06:39, Mark Thomas wrote:
> > > The proposed Apache Tomcat migration tool for Jakarta EE 0.1.0 is now
> > > available f
https://bz.apache.org/bugzilla/show_bug.cgi?id=64830
--- Comment #19 from Arshiya ---
Created attachment 37600
--> https://bz.apache.org/bugzilla/attachment.cgi?id=37600&action=edit
PCAP with Goaway
--
You are receiving this mail because:
You are the assignee for the bug.
https://bz.apache.org/bugzilla/show_bug.cgi?id=64830
Arshiya changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|FIXED
On Thu, Dec 10, 2020 at 1:10 PM Mark Thomas wrote:
> Version 1.2.26 includes the following changes compared to 1.2.25
>
> - Windows binaries built using 1.1.1i
>
> - BZ 64942 - expose support for unix domain sockets
>
> Various other fixes and improvements. See the changelog for details.
>
> The
On Thu, Dec 10, 2020 at 5:58 AM Christopher Schultz <
ch...@christopherschultz.net> wrote:
> Mark,
>
> On 12/10/20 06:39, Mark Thomas wrote:
> > The proposed Apache Tomcat migration tool for Jakarta EE 0.1.0 is now
> > available for voting.
> >
> > This is (potentially) the first release.
> >
> >
Le 10/12/2020 à 12:39, Mark Thomas a écrit :
> The proposed 0.1.0 release is:
>
> [ ] -1: Broken. Do not release because...
> [X] +1: Acceptable. Go ahead and release.
Emmanuel Bourg
-
To unsubscribe, e-mail: dev-unsubscr...@to
I appreciate these links, but I'm getting no joy from it as it's not working
for me. I point eclipse to my instance and don't get Finish. I point it to the
symbolic link which points to the c:\program files location, and I get finish,
but I can't do anything with it. It shows localhost, but I ca
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-native.git
The following commit(s) were added to refs/heads/master by this push:
new adf5080 Increment version to 1.2.27 for n
Version 1.2.26 includes the following changes compared to 1.2.25
- Windows binaries built using 1.1.1i
- BZ 64942 - expose support for unix domain sockets
Various other fixes and improvements. See the changelog for details.
The proposed release artefacts can be found at [1],
and the build was d
Author: markt
Date: Thu Dec 10 20:46:13 2020
New Revision: 44912
Log:
Upload Tomcat Native 1.2.26 for voting
Added:
dev/tomcat/tomcat-connectors/native/1.2.26/
dev/tomcat/tomcat-connectors/native/1.2.26/binaries/
dev/tomcat/tomcat-connectors/native/1.2.26/binaries/tomcat-native-1.2.2
This is an automated email from the ASF dual-hosted git repository.
markt pushed a change to tag 1.2.26
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git.
at 64fafd1 (commit)
This tag includes the following new commits:
new 64fafd1 Tag 1.2.26
The 1 revisions list
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to tag 1.2.26
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
commit 64fafd13032afb34690e3c3343b6f614f04b2660
Author: Mark Thomas
AuthorDate: Thu Dec 10 17:09:19 2020 +
Tag 1.2.
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-native.git
The following commit(s) were added to refs/heads/master by this push:
new 74acf43 Need to deprecate the examples as
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-native.git
The following commit(s) were added to refs/heads/master by this push:
new 846aeca Estimate 1.2.26 release date as 1
https://bz.apache.org/bugzilla/show_bug.cgi?id=64974
--- Comment #3 from Sergey Mashkov ---
There is no such restriction to send requests separately. A client may send
requests at any time and shouldn't wait for responses before sending the next:
this is the idea of HTTP pipelining. Also, TCP fra
https://bz.apache.org/bugzilla/show_bug.cgi?id=64974
--- Comment #2 from Sergey Mashkov ---
I don't see the point. " You have no content for these kind of requests" -
there are two valid requests. Two valid requests should produce two responses.
Or we should drop the connection after processing t
Le jeu. 10 déc. 2020 à 17:14, Mark Thomas a écrit :
> On 10/12/2020 14:52, Romain Manni-Bucau wrote:
> > Le jeu. 10 déc. 2020 à 15:49, Rémy Maucherat a écrit :
> >> On Thu, Dec 10, 2020 at 3:13 PM Mark Thomas wrote:
> >>> On 10/12/2020 13:58, Christopher Schultz wrote:
>
>
>
> Since this
On 10/12/2020 14:52, Romain Manni-Bucau wrote:
> Le jeu. 10 déc. 2020 à 15:49, Rémy Maucherat a écrit :
>> On Thu, Dec 10, 2020 at 3:13 PM Mark Thomas wrote:
>>> On 10/12/2020 13:58, Christopher Schultz wrote:
Since this is a developer tool and not a runtime library or anything
like
https://bz.apache.org/bugzilla/show_bug.cgi?id=64974
--- Comment #1 from Remy Maucherat ---
What is the point trying to find edge cases ? You have no content for these
kind of requests, so it is never going to do anything useful.
--
You are receiving this mail because:
You are the assignee for
https://bz.apache.org/bugzilla/show_bug.cgi?id=64974
Sergey Mashkov changed:
What|Removed |Added
Summary|Tomcat losing HTTP pipeline |Tomcat losing HTTP pipeline
https://bz.apache.org/bugzilla/show_bug.cgi?id=64974
Bug ID: 64974
Summary: Tomcat losing HTTP pipeline requests is asking for
available bytes
Product: Tomcat 9
Version: 9.0.38
Hardware: PC
OS: Mac OS X 10.1
This is an automated email from the ASF dual-hosted git repository.
rjung 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 088b8c1 Add peerAddress to coyote request
088b8c1
Only the test on Windows fails and only TestSendFile. I don't see, how
it is related to the latest changes. The ant output does not indicate
what went wrong and I don't know, whether the detailed logs for the
tests are available.
Is TestSendFile expected to sporadically fail on Windows?
Link:
Le jeu. 10 déc. 2020 à 15:49, Rémy Maucherat a écrit :
> On Thu, Dec 10, 2020 at 3:13 PM Mark Thomas wrote:
>
> > On 10/12/2020 13:58, Christopher Schultz wrote:
> > > Mark,
> > >
> > > On 12/10/20 06:39, Mark Thomas wrote:
> > >> The proposed Apache Tomcat migration tool for Jakarta EE 0.1.0 is
On Thu, Dec 10, 2020 at 3:13 PM Mark Thomas wrote:
> On 10/12/2020 13:58, Christopher Schultz wrote:
> > Mark,
> >
> > On 12/10/20 06:39, Mark Thomas wrote:
> >> The proposed Apache Tomcat migration tool for Jakarta EE 0.1.0 is now
> >> available for voting.
> >>
> >> This is (potentially) the fi
This is an automated email from the ASF dual-hosted git repository.
rjung pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new abb3b59 Add peerAddress to coyote request
abb3b59
This is an automated email from the ASF dual-hosted git repository.
rjung pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from c400239 Align with changes made directly in Tomcat Native
new ab1435b Add peerAddress to coyote request
ne
rainerjung merged pull request #385:
URL: https://github.com/apache/tomcat/pull/385
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to
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-native.git
The following commit(s) were added to refs/heads/master by this push:
new 77fd0ed Another location to update OpenSS
On 10/12/2020 13:58, Christopher Schultz wrote:
> Mark,
>
> On 12/10/20 06:39, Mark Thomas wrote:
>> The proposed Apache Tomcat migration tool for Jakarta EE 0.1.0 is now
>> available for voting.
>>
>> This is (potentially) the first release.
>>
>> It can be obtained from:
>> https://dist.apache.o
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-native.git
The following commit(s) were added to refs/heads/master by this push:
new 8d75b7a Update java code to align with 10
Mark,
On 12/10/20 07:24, Mark Thomas wrote:
With the recent OpenSSL vulnerability announcement I'm intended to
produce a Tomcat Native release that picks up the latest OpenSSL version
for the Windows binaries. I'll start on this shortly.
+1 though this is a much bigger deal for clients than fo
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
The following commit(s) were added to refs/heads/master by this push:
new c400239 Align with changes made directly in Tomc
Mark,
On 12/10/20 06:39, Mark Thomas wrote:
The proposed Apache Tomcat migration tool for Jakarta EE 0.1.0 is now
available for voting.
This is (potentially) the first release.
It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/jakartaee-migration/v0.1.0/
The Maven staging
On Thu, Dec 10, 2020 at 12:39 PM Mark Thomas wrote:
> The proposed Apache Tomcat migration tool for Jakarta EE 0.1.0 is now
> available for voting.
>
> This is (potentially) the first release.
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/jakartaee-migration/v0.1.0/
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
The following commit(s) were added to refs/heads/master by this push:
new a6b6781 Update deprecation as code is shared bet
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-native.git.
from f365034 Update minimum recommended OpenSSL version
new ba0dc4e Remove unnecessary code. Minimum APR vers
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-native.git
commit 0693071c0138dbabdb173f5ba960d3614d87c46b
Author: Mark Thomas
AuthorDate: Thu Dec 10 13:39:44 2020 +
Remov
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-native.git
commit ba0dc4e68b0c653c208b6b8dc75fe11b6146a3a8
Author: Mark Thomas
AuthorDate: Thu Dec 10 13:37:15 2020 +
Remov
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-native.git
The following commit(s) were added to refs/heads/master by this push:
new f365034 Update minimum recommended OpenSS
All,
With the recent OpenSSL vulnerability announcement I'm intended to
produce a Tomcat Native release that picks up the latest OpenSSL version
for the Windows binaries. I'll start on this shortly.
Mark
-
To unsubscribe, e-mail
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-native.git
The following commit(s) were added to refs/heads/master by this push:
new eee8dc8 Fix broken XML
eee8dc8 is describ
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-native.git
The following commit(s) were added to refs/heads/master by this push:
new 51468b2 Add more information around minim
The proposed Apache Tomcat migration tool for Jakarta EE 0.1.0 is now
available for voting.
This is (potentially) the first release.
It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/jakartaee-migration/v0.1.0/
The Maven staging repo is:
https://repository.apache.org/content
Author: markt
Date: Thu Dec 10 11:32:52 2020
New Revision: 44904
Log:
Upload Apache Tomcat migration tool for Jakarta EE 0.1.0 for voting
Added:
dev/tomcat/jakartaee-migration/
dev/tomcat/jakartaee-migration/v0.1.0/
dev/tomcat/jakartaee-migration/v0.1.0/binaries/
dev/tomcat/jakar
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-jakartaee-migration.git
The following commit(s) were added to refs/heads/master by this push:
new 5092020 [maven-release-plugi
This is an automated email from the ASF dual-hosted git repository.
markt pushed a change to annotated tag 0.1.0
in repository
https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git.
at 1dab4a0 (tag)
tagging cbada3204bf9c43ca0cf481cd88c7521690b30a0 (commit)
by Mark Tho
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-jakartaee-migration.git
The following commit(s) were added to refs/heads/master by this push:
new cbada32 [maven-release-plugi
martin-g commented on pull request #387:
URL: https://github.com/apache/tomcat/pull/387#issuecomment-742407425
> http://tomcat.apache.org/getinvolved.html -> click on "translations" and
it looks good enough to me.
Thanks!
I've grepped Tomcat webapps/docs for poeditor and it didn't
markt-asf commented on pull request #387:
URL: https://github.com/apache/tomcat/pull/387#issuecomment-742405368
I've updated that text to reflect the recent changes to escaping.
This is an automated message from the Apache Gi
rmaucher commented on pull request #387:
URL: https://github.com/apache/tomcat/pull/387#issuecomment-742399001
http://tomcat.apache.org/getinvolved.html -> click on "translations" and it
looks good enough to me.
This is an a
martin-g commented on pull request #387:
URL: https://github.com/apache/tomcat/pull/387#issuecomment-742397348
I think we need to improve our "How to contribute" docs. Both at Tomcat
website and here in GitHub PR templates.
I've seen several times poeditor being mentioned here and in the
ghusta commented on pull request #387:
URL: https://github.com/apache/tomcat/pull/387#issuecomment-742396632
OK thanks. I didn't know poeditor.
This is an automated message from the Apache Git Service.
To respond to the messa
markt-asf commented on pull request #386:
URL: https://github.com/apache/tomcat/pull/386#issuecomment-742392924
User blocked for repeatedly opening and closing PR.
This is an automated message from the Apache Git Service.
To
markt-asf closed pull request #386:
URL: https://github.com/apache/tomcat/pull/386
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to t
rmaucher closed pull request #387:
URL: https://github.com/apache/tomcat/pull/387
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to th
rmaucher commented on pull request #387:
URL: https://github.com/apache/tomcat/pull/387#issuecomment-742383485
I have now improved the string in poeditor. Thanks.
You should do this kind of fix in poeditor rather than in a PR.
ghusta opened a new pull request #387:
URL: https://github.com/apache/tomcat/pull/387
Error in french translation for message 'jsp.exception'
_durent_ instead of _durant_
This is an automated message from the Apache Gi
Only303 closed pull request #386:
URL: https://github.com/apache/tomcat/pull/386
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the
63 matches
Mail list logo