Fwd: Default for unpackWARs not clearly stated in documentation

2021-08-02 Thread Robert Rodewald
Hi,

I just came across that in the documentation of the host component (
https://tomcat.apache.org/tomcat-10.0-doc/config/host.html) the default for
the parameter unpackWARs is not clearly named (it is true and I saw the
discussion about the removal also).

As there is no comment section under the documentation any more I hope this
is the right way to report this. A bug report seemed a bit oversized to me
and I did not find the sources of the documentation.

Best regards,

Robert


Re: [VOTE] Release Apache Tomcat 10.1.0-M3

2021-08-02 Thread Igal Sapir
On Mon, Aug 2, 2021 at 3:34 PM Mark Thomas  wrote:

> Hi Rainer,
>
> I see the same thing.
>
> My Java 11 cleanup is the obvious likely candidate for the root cause. I
> can dig into this some more tomorrow. Looks like we'll need an M4 release.
>

Confirmed.  WebSocket echo example works in 10.0.10 but fails in 10.1.0-M3.

Great catch Rainer!

Igal


>
> Mark
>
>
> On 03/08/2021 00:12, Rainer Jung wrote:
> > Hi there,
> >
> > is anyone able to run he websockets examples? For instance the "echo"
> > example? I immediately get "Info: WebSocket connection closed, Code:
> > 1006" and a 404 response. This happened on a self-compiled installation
> > on Linux but also on an extracted binary Windows 64 Bits download from
> > the voting site.
> >
> > Could it be, that the registration of the endpoints is somehow broken?
> >
> > The example works in 10.0.10 using the same Java 11 installation that I
> > used to test 10.1.0.
> >
> > Thanks and regards,
> >
> > Rainer
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
> > For additional commands, e-mail: dev-h...@tomcat.apache.org
> >
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: dev-h...@tomcat.apache.org
>
>


Re: [VOTE] Release Apache Tomcat 10.1.0-M3

2021-08-02 Thread Mark Thomas

Hi Rainer,

I see the same thing.

My Java 11 cleanup is the obvious likely candidate for the root cause. I 
can dig into this some more tomorrow. Looks like we'll need an M4 release.


Mark


On 03/08/2021 00:12, Rainer Jung wrote:

Hi there,

is anyone able to run he websockets examples? For instance the "echo" 
example? I immediately get "Info: WebSocket connection closed, Code: 
1006" and a 404 response. This happened on a self-compiled installation 
on Linux but also on an extracted binary Windows 64 Bits download from 
the voting site.


Could it be, that the registration of the endpoints is somehow broken?

The example works in 10.0.10 using the same Java 11 installation that I 
used to test 10.1.0.


Thanks and regards,

Rainer

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: [VOTE] Release Apache Tomcat 10.1.0-M3

2021-08-02 Thread Rainer Jung

Hi there,

is anyone able to run he websockets examples? For instance the "echo" 
example? I immediately get "Info: WebSocket connection closed, Code: 
1006" and a 404 response. This happened on a self-compiled installation 
on Linux but also on an extracted binary Windows 64 Bits download from 
the voting site.


Could it be, that the registration of the endpoints is somehow broken?

The example works in 10.0.10 using the same Java 11 installation that I 
used to test 10.1.0.


Thanks and regards,

Rainer

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 65479] PasswordValidationCallback does not return validation result in getResult

2021-08-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65479

--- Comment #2 from Mark Thomas  ---
No need for additional PRs. The committers will backport as necessary.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: [VOTE] Release Apache Tomcat 10.0.10

2021-08-02 Thread Rémy Maucherat
On Fri, Jul 30, 2021 at 12:18 PM Mark Thomas  wrote:
>
> The proposed Apache Tomcat 10.0.10 release is now available for
> voting.
>
> Apache Tomcat 10.x implements Jakarta EE 9 and, as such, the primary
> package for all the specification APIs has changed from javax.* to jakarta.*
>
> Applications that run on Tomcat 9 will not run on Tomcat 10 without
> changes. Java EE applications designed for Tomcat 9 and earlier may be
> placed in the $CATALINA_BASE/webapps-javaee directory and Tomcat will
> automatically convert them to Jakarta EE and copy them to the webapps
> directory
>
> The notable changes compared to 10.0.8 are:
>
> - Correct a regression in the previous release in the HTTP/2 flow
>control window management
>
> - Correct a regression the could cause some TLS connections to hang when
>using NIO
>
> - Use of GraalVM native images no longer automatically disables JMX
>support.
>
> Along with lots of other bug fixes and improvements.
>
> For full details, see the changelog:
> https://ci.apache.org/projects/tomcat/tomcat-10.0.x/docs/changelog.html
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-10/v10.0.10/
>
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1326
>
> The tag is:
> https://github.com/apache/tomcat/tree/10.0.10
> 74314100023abe6d83bac842f7ef24b9d51e811f
>
> The proposed 10.0.10 release is:
> [ ] Broken - do not release
> [X] Stable - go ahead and release as 10.0.10 (stable)

Rémy

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 65479] New: PasswordValidationCallback does not return validation result in getResult

2021-08-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65479

Bug ID: 65479
   Summary: PasswordValidationCallback does not return validation
result in getResult
   Product: Tomcat 10
   Version: unspecified
  Hardware: PC
Status: NEW
  Severity: normal
  Priority: P2
 Component: Authentication
  Assignee: dev@tomcat.apache.org
  Reporter: robert.rodew...@kopsis.com
  Target Milestone: --

The specification requires that the validation result must be returned in the
getResult Method of the PasswordValidationCallback. This is currently not the
case.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[GitHub] [tomcat] rrodewald opened a new pull request #438: Bugfix for 65479 - PasswordValidationCallback does not return result

2021-08-02 Thread GitBox


rrodewald opened a new pull request #438:
URL: https://github.com/apache/tomcat/pull/438


   


-- 
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 specific comment.

To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 65479] PasswordValidationCallback does not return validation result in getResult

2021-08-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65479

Robert Rodewald  changed:

   What|Removed |Added

 OS||All

--- Comment #1 from Robert Rodewald  ---
I just created a pull request with a bugfix for this.

It's a simple one-liner.

Shall I create pull requests for the other branches as well or is there a
better way?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org