https://bz.apache.org/bugzilla/show_bug.cgi?id=63808
--- Comment #5 from Arpad Magosanyi ---
Upps, tested the nonredundant version, but forget to update it here.
JkMount worker1
DirectoryIndex off
RewriteEngine Off
AuthType openid-connect
AllowOverride None
LogLev
https://bz.apache.org/bugzilla/show_bug.cgi?id=63808
Arpad Magosanyi changed:
What|Removed |Added
Summary|user and certificate info |the fact that JkMount makes
Am 07.10.2019 um 20:01 schrieb Rémy Maucherat:
On Mon, Oct 7, 2019 at 4:46 PM Christopher Schultz
mailto:ch...@christopherschultz.net>> wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
All,
I recently gave a presentation on locking-down Apache Tomcat[1] and I
briefly
Am 07.10.2019 um 18:37 schrieb Igal Sapir:
On 10/7/2019 8:14 AM, Christopher Schultz wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Mark,
On 10/7/19 11:10, Mark Thomas wrote:
All,
I recently gave a presentation on locking-down Apache Tomcat[1]
and I briefly discussed the "sharp edges
Am 07.10.2019 um 16:39 schrieb Christopher Schultz:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
All,
I recently gave a presentation on locking-down Apache Tomcat[1] and I
briefly discussed the "sharp edges" present in Tomcat. Some of them
are unnecessarily sharp and may be actually unnecess
https://bz.apache.org/bugzilla/show_bug.cgi?id=63214
--- Comment #2 from Rainer Jung ---
The use of ap_os_escape_path() goes back to the original implementation of the
JkAutoAlias feature for httpd 1.3.x. svn logs do not give any idication why it
was used.
Currently in the 2.0 code, IMHO the res
https://bz.apache.org/bugzilla/show_bug.cgi?id=63808
Mark Thomas changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
https://bz.apache.org/bugzilla/show_bug.cgi?id=63214
--- Comment #3 from Mark Thomas ---
Thanks for the review. I'll proceed on that basis.
--
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscr
Author: markt
Date: Tue Oct 8 11:03:48 2019
New Revision: 1868127
URL: http://svn.apache.org/viewvc?rev=1868127&view=rev
Log:
Update changelog
Modified:
tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml
Modified: tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml
URL:
http://svn.apache.org/
https://bz.apache.org/bugzilla/show_bug.cgi?id=63814
Bug ID: 63814
Summary: Socket timeout -1 no longer allowed since Java 13,
leading to IllegalArgumentException and unit test hang
for TestAbstractAjpProcessor
Product: Tomc
Hi all,
Tomcat Connectors (mod_jk, isapi_redirect) are currently in svn. There
hasn't been much activity on these over the last year or so so there has
been no reason to migrate the project to Git.
I've recently fixed a mod_jk bug and I have a patch ready to fix a
second. These seems like a good
https://bz.apache.org/bugzilla/show_bug.cgi?id=63814
Remy Maucherat changed:
What|Removed |Added
OS||All
--- Comment #1 from Remy Mauchera
https://bz.apache.org/bugzilla/show_bug.cgi?id=63808
Arpad Magosanyi changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|INVALID
This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/7.0.x by this push:
new 0a18642 63814: Do not set server socket timeout wit
Author: rjung
Date: Tue Oct 8 11:35:32 2019
New Revision: 1868130
URL: http://svn.apache.org/viewvc?rev=1868130&view=rev
Log:
Remove unused svn revision retrieval when releasing
from a tag.
Modified:
tomcat/jk/trunk/tools/jkrelease.sh
Modified: tomcat/jk/trunk/tools/jkrelease.sh
URL:
http:
https://bz.apache.org/bugzilla/show_bug.cgi?id=63814
Remy Maucherat changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Am 08.10.2019 um 13:09 schrieb Mark Thomas:
Hi all,
Tomcat Connectors (mod_jk, isapi_redirect) are currently in svn. There
hasn't been much activity on these over the last year or so so there has
been no reason to migrate the project to Git.
I've recently fixed a mod_jk bug and I have a patch r
Author: rjung
Date: Tue Oct 8 11:45:48 2019
New Revision: 1868131
URL: http://svn.apache.org/viewvc?rev=1868131&view=rev
Log:
Make variable names more agnostic about our
code repos technology.
No functional change, still only works for svn.
Modified:
tomcat/jk/trunk/tools/jkrelease.sh
Modif
Author: rjung
Date: Tue Oct 8 11:47:32 2019
New Revision: 1868132
URL: http://svn.apache.org/viewvc?rev=1868132&view=rev
Log:
Don't roll ".git" (just in case e do a full checkout).
Modified:
tomcat/jk/trunk/tools/jkrelease.sh
Modified: tomcat/jk/trunk/tools/jkrelease.sh
URL:
http://svn.apa
https://bz.apache.org/bugzilla/show_bug.cgi?id=63808
Mark Thomas changed:
What|Removed |Added
Severity|normal |enhancement
Component|mod_jk
https://bz.apache.org/bugzilla/show_bug.cgi?id=63815
Bug ID: 63815
Summary: Expansion of JAVA_OPTS in catalina.sh containing '*'
stops startup on linux
Product: Tomcat 8
Version: 8.5.x-trunk
Hardware: Other
Author: rjung
Date: Tue Oct 8 12:20:45 2019
New Revision: 1868134
URL: http://svn.apache.org/viewvc?rev=1868134&view=rev
Log:
Add "-R git" and "-R svn" to mod_jk release skript.
With git only releasing a version is currently
supported.
Not tested.
Modified:
tomcat/jk/trunk/tools/jkrelease.sh
Author: rjung
Date: Tue Oct 8 12:30:18 2019
New Revision: 1868135
URL: http://svn.apache.org/viewvc?rev=1868135&view=rev
Log:
Simplify and try to guess future JK git repos URL.
Modified:
tomcat/jk/trunk/tools/jkrelease.sh
Modified: tomcat/jk/trunk/tools/jkrelease.sh
URL:
http://svn.apache.
Am 08.10.2019 um 13:39 schrieb Rainer Jung:
Am 08.10.2019 um 13:09 schrieb Mark Thomas:
Hi all,
Tomcat Connectors (mod_jk, isapi_redirect) are currently in svn. There
hasn't been much activity on these over the last year or so so there has
been no reason to migrate the project to Git.
I've rec
On 08/10/2019 13:32, Rainer Jung wrote:
> Am 08.10.2019 um 13:39 schrieb Rainer Jung:
>> Am 08.10.2019 um 13:09 schrieb Mark Thomas:
>>> Hi all,
>>>
>>> Tomcat Connectors (mod_jk, isapi_redirect) are currently in svn. There
>>> hasn't been much activity on these over the last year or so so there ha
On 08/10/2019 12:31, r...@apache.org wrote:
> This is an automated email from the ASF dual-hosted git repository.
>
> remm pushed a commit to branch 7.0.x
> in repository https://gitbox.apache.org/repos/asf/tomcat.git
>
>
> The following commit(s) were added to refs/heads/7.0.x by this push:
>
This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/7.0.x by this push:
new f140942 Fix issue spotted by Mark, 0 can be passed
On Tue, Oct 8, 2019 at 3:35 PM Mark Thomas wrote:
> On 08/10/2019 12:31, r...@apache.org wrote:
> > This is an automated email from the ASF dual-hosted git repository.
> >
> > remm pushed a commit to branch 7.0.x
> > in repository https://gitbox.apache.org/repos/asf/tomcat.git
> >
> >
> > The fol
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 eb1eb55 Update URL for code signing service.
eb1
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 4a9f854 Update URL for code signing service.
4a9f8
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
The following commit(s) were added to refs/heads/7.0.x by this push:
new aba8fd8 Update URL for code signing service.
aba8f
This is an automated email from the ASF dual-hosted git repository.
remm 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 ad3de0b Avoid possible Windows path issues
ad3de0
On 10/7/2019 6:58 AM, Mark Thomas wrote:
The proposed Apache Tomcat 8.5.47 release is now available for voting.
The major changes compared to the 8.5.46 release are:
I'm getting similar test failures as I did for 9.0.27 on that same
Windows machine:
> grep -A 5 FAILED output/build/logs/*.tx
On 07/10/2019 17:40, Igal Sapir wrote:
> Mark,
>
> On 10/7/2019 4:51 AM, Mark Thomas wrote:
>> The proposed Apache Tomcat 9.0.27 release is now available for voting.
>
> I'm getting the failures below [1] for unit tests on Windows 10 with
> Java 1.8u181. False positives?
Don't know yet. I didn'
https://bz.apache.org/bugzilla/show_bug.cgi?id=63815
--- Comment #1 from Mark Thomas ---
I'm wondering how important it is to remove newlines backwards compatibility.
might it be sufficient to document the change in behaviour?
--
You are receiving this mail because:
You are the assignee for the
https://bz.apache.org/bugzilla/show_bug.cgi?id=63816
Bug ID: 63816
Summary: java.lang.IllegalStateException: Calling
[asyncMustError()] is not valid for a request with
Async state [STARTING]
Product: Tomcat 9
Vers
https://bz.apache.org/bugzilla/show_bug.cgi?id=63817
Bug ID: 63817
Summary: Calling [asyncComplete()] is not valid for a request
with Async state [MUST_ERROR]
Product: Tomcat 9
Version: 9.0.22
Hardware: PC
O
On 08/10/2019 17:49, Mark Thomas wrote:
> On 07/10/2019 17:40, Igal Sapir wrote:
>> Mark,
>>
>> On 10/7/2019 4:51 AM, Mark Thomas wrote:
>>> The proposed Apache Tomcat 9.0.27 release is now available for voting.
>>
>> I'm getting the failures below [1] for unit tests on Windows 10 with
>> Java 1.8u
On 08/10/2019 17:19, Igal Sapir wrote:
> On 10/7/2019 6:58 AM, Mark Thomas wrote:
>> The proposed Apache Tomcat 8.5.47 release is now available for voting.
>>
>> The major changes compared to the 8.5.46 release are:
>
> I'm getting similar test failures as I did for 9.0.27 on that same
> Windows m
https://bz.apache.org/bugzilla/show_bug.cgi?id=63816
--- Comment #1 from Mark Thomas ---
Please provide the full stack trace and as much detail as you can on the
conditions that trigger the error.
--
You are receiving this mail because:
You are the assignee for the bug.
This is an automated email from the ASF dual-hosted git repository.
markt pushed a change to branch BZ-63681/8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git.
was 6be96eb Frist draft
This change permanently discards the following revisions:
discard 6be96eb Frist draft
This is an automated email from the ASF dual-hosted git repository.
markt pushed a change to branch BZ-63681/8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git.
at 6be96eb Frist draft
This branch includes the following new commits:
new 6be96eb Frist draft
The 1 re
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch BZ-63681/8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 6be96ebba4e7056d5c9621bada2c496f8c0a82d0
Author: Michael Osipov
AuthorDate: Wed Aug 21 23:23:19 2019 +0200
F
https://bz.apache.org/bugzilla/show_bug.cgi?id=63816
--- Comment #2 from Mark Thomas ---
I've been able to create a test case for this.
This is one of those areas of the Servlet spec that could benefit from some
clarification. There is this text in the spec:
The application is responsible to h
https://bz.apache.org/bugzilla/show_bug.cgi?id=63815
--- Comment #2 from Konstantin Kolinko ---
What exact change are you asking for?
Please note that on the last step (when invoking a java executable) the
JAVA_OPTS must produce several separate command line arguments: java expects
that each -D
Author: rjung
Date: Tue Oct 8 21:51:49 2019
New Revision: 1868158
URL: http://svn.apache.org/viewvc?rev=1868158&view=rev
Log:
Add support for using tags, branches, revisions
(hashes) and local directories when using the
script with git.
Still untested.
Modified:
tomcat/jk/trunk/tools/jkrele
Author: rjung
Date: Tue Oct 8 21:53:06 2019
New Revision: 1868159
URL: http://svn.apache.org/viewvc?rev=1868159&view=rev
Log:
Fix new syntax errors in script.
Modified:
tomcat/jk/trunk/tools/jkrelease.sh
Modified: tomcat/jk/trunk/tools/jkrelease.sh
URL:
http://svn.apache.org/viewvc/tomcat/
Author: rjung
Date: Tue Oct 8 22:07:14 2019
New Revision: 1868161
URL: http://svn.apache.org/viewvc?rev=1868161&view=rev
Log:
Further syntax fixes.
Tests for svn look good, old functionality should
work again.
Modified:
tomcat/jk/trunk/tools/jkrelease.sh
Modified: tomcat/jk/trunk/tools/jkre
https://bz.apache.org/bugzilla/show_bug.cgi?id=63816
--- Comment #3 from Alex ---
I also filed https://bz.apache.org/bugzilla/show_bug.cgi?id=63817 for a similar
problem, so may be the fix can be for both together?
--
You are receiving this mail because:
You are the assignee for the bug.
--
Author: rjung
Date: Tue Oct 8 22:16:02 2019
New Revision: 1868162
URL: http://svn.apache.org/viewvc?rev=1868162&view=rev
Log:
Restrict use of explicit revision to trunk, branch
or local directory.
Modified:
tomcat/jk/trunk/tools/jkrelease.sh
Modified: tomcat/jk/trunk/tools/jkrelease.sh
URL:
Author: rjung
Date: Tue Oct 8 22:17:30 2019
New Revision: 1868163
URL: http://svn.apache.org/viewvc?rev=1868163&view=rev
Log:
Use number comparison where appropriate.
Modified:
tomcat/jk/trunk/tools/jkrelease.sh
Modified: tomcat/jk/trunk/tools/jkrelease.sh
URL:
http://svn.apache.org/viewvc
Hi!
Splitting from "VOTE 9.0.27" thread.
вт, 8 окт. 2019 г. в 21:00, Mark Thomas :
>
> On 08/10/2019 17:49, Mark Thomas wrote:
> > On 07/10/2019 17:40, Igal Sapir wrote:
> >
> >
> >
> >> TEST-org.apache.tomcat.jni.TestSocketServer.NIO2.txt: FAILED
> >> TEST-org.apache.tomcat.jni.TestSocketServ
вт, 8 окт. 2019 г. в 21:00, Mark Thomas :
>
> On 08/10/2019 17:49, Mark Thomas wrote:
> > On 07/10/2019 17:40, Igal Sapir wrote:
> >> Mark,
> >>
> >> On 10/7/2019 4:51 AM, Mark Thomas wrote:
> >>> The proposed Apache Tomcat 9.0.27 release is now available for voting.
> >>
> >> I'm getting the failu
Hi,
On Mon, Oct 7, 2019 at 2:51 PM Mark Thomas wrote:
> The proposed Apache Tomcat 9.0.27 release is now available for voting.
>
> The major changes compared to the 9.0.26 release are:
>
> - Update to Commons Daemon 1.2.2 to pick up the fix for a regression in
> Commons Daemon 1.2.0 and 1.2.1
54 matches
Mail list logo