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 2933e68 Refactor fix for BZ 63285 so .exe rename
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 694bc81 Refactor fix for BZ 63285 so .exe rename 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
The following commit(s) were added to refs/heads/7.0.x by this push:
new 853e1af Refactor fix for BZ 63285 so .exe rename i
>> How about this as a modified approach:
>
>> - Keep renaming back to Tomcat9[w].exe on remove. That won't
>> impact existing service.bat users but will help users that install
>> via the installer (e.g. they'll be able to change the service
>> name).
>
> Aha. I'm sure that has something to do
This is an automated email from the ASF dual-hosted git repository.
michaelo pushed a commit to branch BZ-63636/tomcat-9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/BZ-63636/tomcat-9.0.x by this
push:
new a17d338 Add pr
michael-o commented on issue #186: BZ 63636: Context#findRoleMapping() never
called in RealmBase#hasRole()
URL: https://github.com/apache/tomcat/pull/186#issuecomment-520436938
@markt-asf I have now added proper tests. Please have a look. If they are as
expected, I'll rebase, squash, merge
This is an automated email from the ASF dual-hosted git repository.
michaelo pushed a commit to branch BZ-63636/tomcat-9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit c9d38596d29db2af3cc1fee16a5b86d453a46b49
Author: Michael Osipov
AuthorDate: Mon Aug 5 21:32:58 2019 +02
This is an automated email from the ASF dual-hosted git repository.
michaelo pushed a commit to branch BZ-63636/tomcat-9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 64068254188d33a5b9f7b7805a35a7be001d8c5c
Author: Michael Osipov
AuthorDate: Thu Aug 8 12:37:01 2019 +02
This is an automated email from the ASF dual-hosted git repository.
michaelo pushed a commit to branch BZ-63636/tomcat-9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit d53f76b1d6fd8e8f636f98a66b74aa8242a8d23b
Author: Michael Osipov
AuthorDate: Thu Aug 8 12:48:47 2019 +02
This is an automated email from the ASF dual-hosted git repository.
michaelo pushed a commit to branch BZ-63636/tomcat-9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 01e323350c17e850b9d6e297e7fdd480c65e02cf
Author: Michael Osipov
AuthorDate: Mon Aug 12 15:58:47 2019 +0
This is an automated email from the ASF dual-hosted git repository.
michaelo pushed a change to branch BZ-63636/tomcat-9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git.
discard a17d338 Add proper tests in TestStandardWrapper
omit 64f5402 Move Context#findRoleMapping() to
https://bz.apache.org/bugzilla/show_bug.cgi?id=63636
Michael Osipov changed:
What|Removed |Added
Summary|Context#findRoleMapping() |Context#findRoleMapping()
https://bz.apache.org/bugzilla/show_bug.cgi?id=55104
--- Comment #2 from Michael Osipov ---
..and it won't because Bourne shell does not support this. Same issue persists
for the Maven start script. One would need to switch to Bash.
--
You are receiving this mail because:
You are the assignee f
https://bz.apache.org/bugzilla/show_bug.cgi?id=63636
Michael Osipov changed:
What|Removed |Added
Blocks||55477
Referenced Bugs:
https://bz.a
https://bz.apache.org/bugzilla/show_bug.cgi?id=55477
Michael Osipov changed:
What|Removed |Added
CC||micha...@apache.org
Depends o
This is an automated email from the ASF dual-hosted git repository.
michaelo pushed a change to branch BZ-63636/tomcat-8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git.
discard 08e169e BZ 63636: Context#findRoleMapping() never called in
RealmBase#hasRole()
add c6f5d73
maxime-beck opened a new pull request #188: Introduce Tomcat Source-to-Image
(S2I)
URL: https://github.com/apache/tomcat/pull/188
# Tomcat - Source-to-Image (S2I)
This resource provides a CentOS-based Docker image that enables
[Source-to-Image](https://github.com/openshift/source-to-ima
michael-o commented on issue #186: BZ 63636: Context#findRoleMapping() never
called in RealmBase#hasRole()
URL: https://github.com/apache/tomcat/pull/186#issuecomment-520472525
All tests pass on Tomcat 9.0.x.
This is an autom
michael-o commented on issue #188: Introduce Tomcat Source-to-Image (S2I)
URL: https://github.com/apache/tomcat/pull/188#issuecomment-520475521
I am against pulling this one for several reasons:
* This is CentOS-specific and OpenShift
* Someone has to maintain it, likely none of us
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 959b83e Fix failing unit test with Java 11+ and
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 e49905e Fix failing unit test with Java 11+ and AP
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 928a34a Fix failing unit test with Java 11+ and AP
markt-asf commented on issue #186: BZ 63636: Context#findRoleMapping() never
called in RealmBase#hasRole()
URL: https://github.com/apache/tomcat/pull/186#issuecomment-520490637
Test LGTM.
This is an automated message from the
https://bz.apache.org/bugzilla/show_bug.cgi?id=59716
Mark Thomas changed:
What|Removed |Added
Resolution|--- |WONTFIX
Status|NEW
Latest Tomcat 9.0.x builds and completes unit tests with both without
any issues.
Mark
On 10/08/2019 11:23, Rory O'Donnell wrote:
> Hi Mark,
>
> *JDK 13 is now in the Release Candidate Phase - if you are aware of any
> issues, please let us know.
> *
>
> Per the JDK 13 schedule [1], we are now
This is an automated email from the ASF dual-hosted git repository.
michaelo pushed a commit to branch BZ-63636/tomcat-9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 63cc1eb4607846e055047d582b8f022755f164cc
Author: Michael Osipov
AuthorDate: Mon Aug 5 21:32:58 2019 +02
This is an automated email from the ASF dual-hosted git repository.
michaelo pushed a change to branch BZ-63636/tomcat-9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git.
omit 01e3233 Add proper tests in TestStandardWrapper
omit d53f76b Move Context#findRoleMapping() to
This is an automated email from the ASF dual-hosted git repository.
michaelo pushed a commit to branch BZ-63636/tomcat-8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/BZ-63636/tomcat-8.5.x by this
push:
new bbd8787 BZ 636
This is an automated email from the ASF dual-hosted git repository.
michaelo pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from 959b83e Fix failing unit test with Java 11+ and APR/native
add 63cc1eb BZ 63636: Context#findRoleMapping() n
asfgit merged pull request #186: BZ 63636: Context#findRoleMapping() never
called in RealmBase#hasRole()
URL: https://github.com/apache/tomcat/pull/186
This is an automated message from the Apache Git Service.
To respond to
This is an automated email from the ASF dual-hosted git repository.
michaelo 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 9cf31e6 Remove unused imports
9cf31e6 is desc
This is an automated email from the ASF dual-hosted git repository.
michaelo 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 d003ac1 BZ 63636: Context#findRoleMapping() nev
This is an automated email from the ASF dual-hosted git repository.
michaelo pushed a change to branch BZ-63636/tomcat-7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git.
at 34dbc57 BZ 63636: Context#findRoleMapping() never called in
StandardWrapper#findSecurityReference(
This is an automated email from the ASF dual-hosted git repository.
michaelo pushed a commit to branch BZ-63636/tomcat-7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 34dbc57b3e665e32ad1f891a7bfbd7240f38896e
Author: Michael Osipov
AuthorDate: Mon Aug 5 21:32:58 2019 +02
This is an automated email from the ASF dual-hosted git repository.
michaelo pushed a change to branch BZ-63636/tomcat-8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git.
was bbd8787 BZ 63636: Context#findRoleMapping() never called in
StandardWrapper#findSecurityReference(
This is an automated email from the ASF dual-hosted git repository.
michaelo pushed a change to branch BZ-63636/tomcat-9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git.
was 63cc1eb BZ 63636: Context#findRoleMapping() never called in
StandardWrapper#findSecurityReference(
https://bz.apache.org/bugzilla/show_bug.cgi?id=63636
Michael Osipov changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
This is an automated email from the ASF dual-hosted git repository.
michaelo pushed a change to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from 928a34a Fix failing unit test with Java 11+ and APR/native
add 34dbc57 BZ 63636: Context#findRoleMapping() ne
This is an automated email from the ASF dual-hosted git repository.
michaelo pushed a change to branch BZ-63636/tomcat-7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git.
was 34dbc57 BZ 63636: Context#findRoleMapping() never called in
StandardWrapper#findSecurityReference(
https://bz.apache.org/bugzilla/show_bug.cgi?id=55477
Bug 55477 depends on bug 63636, which changed state.
Bug 63636 Summary: Context#findRoleMapping() never called in
StandardWrapper#findSecurityReference()
https://bz.apache.org/bugzilla/show_bug.cgi?id=63636
What|Removed
https://bz.apache.org/bugzilla/show_bug.cgi?id=56966
--- Comment #10 from Michael Osipov ---
(In reply to Mark Thomas from comment #9)
> The API changes to implement this mean it needs to wait for a new major
> version. I have added it to the 10.0.x TODO list.
Can you please share the todo list?
https://bz.apache.org/bugzilla/show_bug.cgi?id=56148
--- Comment #8 from Azat ---
(In reply to Mark Thomas from comment #6)
> This will need code changes in Tomcat Native. A rough outline of what is
> required is provided by:
> https://www.openssl.org/docs/man1.1.0/man3/SSL_CTX_set_tlsext_status_
42 matches
Mail list logo