[Bug 69270] New: The integration of Tomcat 8.5.99 and above versions with spring-boot-starter-web 2.0.6.RELEASE version resulted in a deadlock situation

2024-08-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69270

Bug ID: 69270
   Summary: The integration of Tomcat 8.5.99 and above versions
with spring-boot-starter-web 2.0.6.RELEASE version
resulted in a deadlock situation
   Product: Tomcat 9
   Version: unspecified
  Hardware: PC
Status: NEW
  Severity: blocker
  Priority: P2
 Component: Catalina
  Assignee: dev@tomcat.apache.org
  Reporter: ver_c...@qq.com
  Target Milestone: -

Created attachment 39841
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=39841&action=edit
picture

Tomcat versions 8.5.99 and above cannot start programs properly when integrated
with spring-boot-starter-web 2.0.6.RELEASE versions. After debugging, it was
found that org.springframework.boot.web.embedded.tomcat In the #
removeServiceConnectors method of Tomcat Web Server, org. Apache. Calina. core
StandardServer # findServices method causes deadlock。

-- 
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



[Bug 69270] The integration of Tomcat 8.5.99 and above versions with spring-boot-starter-web 2.0.6.RELEASE version resulted in a deadlock situation

2024-08-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69270

Remy Maucherat  changed:

   What|Removed |Added

 OS||All
 Resolution|--- |WONTFIX
 Status|NEW |RESOLVED

--- Comment #1 from Remy Maucherat  ---
This has been fixed in Tomcat 9.0 already:
https://github.com/apache/tomcat/commit/0b3ee30d148e64a2f4ec73de7d236a05e9f4a6d9

The Tomcat 8.5 branch is now EOL and did not get this commit. You need to
upgrade to at least Tomcat 9.0.

-- 
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: Cookie parsing and upcoming updates to RFC6265

2024-08-18 Thread Rémy Maucherat
On Fri, Aug 16, 2024 at 5:25 PM Mark Thomas  wrote:
>
> On 16/08/2024 13:40, Tim Funk wrote:
> > How about  missingEqualsCookie="allow | ignore"?
>
> The proposed options were:
> - ignore
> - name
> - value

Ok, I think your proposed options are very good. Thanks for the
summary. Personally I would have interpreted these as name rather than
value, so it helped clarify.

I also think you are right about not changing the behavior for current
branches. It could be changed to ignore already in 11, and we could
see if people start complaining ?

Rémy

> > By using [allow | ignore] instead of yes/no, it opens the door to
> > additional behaviors. (such as reject which triggers a http error)
>
> Agreed.
>
> Mark
>
> -
> 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



[Bug 69270] The integration of Tomcat 8.5.99 and above versions with spring-boot-starter-web 2.0.6.RELEASE version resulted in a deadlock situation

2024-08-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69270

--- Comment #2 from ver_chen  ---
(In reply to Remy Maucherat from comment #1)
> This has been fixed in Tomcat 9.0 already:
> https://github.com/apache/tomcat/commit/
> 0b3ee30d148e64a2f4ec73de7d236a05e9f4a6d9
> 
> The Tomcat 8.5 branch is now EOL and did not get this commit. You need to
> upgrade to at least Tomcat 9.0.

Thank you, it seems that I have to pull the branch and build the jar package
myself。

-- 
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