[ANN] Apache Tomcat 11.0.0-M26 (beta) available

2024-09-16 Thread Mark Thomas

The Apache Tomcat team announces the immediate availability of Apache
Tomcat 11.0.0-M26 (beta).

Apache Tomcat 11 is an open source software implementation of the
Jakarta Servlet, Jakarta Server Pages, Jakarta Expression Language,
Jakarta WebSocket, Jakarta Authentication and Jakarta Annotations
specifications.

Users of Tomcat 10 onwards should be aware that, as a result of the move
from Java EE to Jakarta EE as part of the transfer of Java EE to the
Eclipse Foundation, the primary package for all implemented APIs has
changed from javax.* to jakarta.*. This will almost certainly require
code changes to enable applications to migrate from Tomcat 9 and earlier
to Tomcat 10 and later. A migration tool is available to aid this process.

Apache Tomcat 11.0.0-M26 is a milestone release of the 11.0.x branch and
has been made to provide users with early access to the new features in
Apache Tomcat 11.0.x so that they may provide feedback. The notable
changes compared to 11.0.0-M25 include:

- Fix the regression in HTTP/2 support introduced in 11.0.0-M25.

Please refer to the change log for the complete list of changes:
http://tomcat.apache.org/tomcat-11.0-doc/changelog.html

Downloads:
http://tomcat.apache.org/download-11.cgi

Migration guides from Apache Tomcat 9.0.x and 10.1.x:
http://tomcat.apache.org/migration.html

Enjoy!

- The Apache Tomcat team

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



Re: [Bug 69325] Tomcat not allowing CRLF characters in Request headers

2024-09-16 Thread manjosh ramesh

 Hi,ok, so this was a bug in older tomcat release and has been fixed in newer 
version, is it? Could you please share the bug id for this change? Because the 
older tomcat allows this type of request. Also Our cookie is complient. We are 
not able to find what is not complient in our cookie. It only works when we 
remove '^M' or '^M$' from the end of line in our cookie.
Regards,Manjosh Ramesh 

On Monday, September 16, 2024 at 09:37:22 AM GMT+5:30, 
 wrote:  
 
 https://bz.apache.org/bugzilla/show_bug.cgi?id=69325

Chuck Caldarale  changed:

          What    |Removed                    |Added

            Status|UNCONFIRMED                |RESOLVED
        Resolution|---                        |INVALID

--- Comment #3 from Chuck Caldarale  ---
As previously stated, any further discussion must be on the Tomcat users'
mailing list. Do not reopen this bugzilla entry.

-- 
You are receiving this mail because:
You reported the bug.