Buildbot success in on tomcat-11.0.x

2022-11-25 Thread buildbot
Build status: Build succeeded! Worker used: bb2_worker2_ubuntu URL: https://ci2.apache.org/#builders/112/builds/67 Blamelist: Mark Thomas , remm Build Text: build successful Status Detected: restored build Build Source Stamp: [branch main] 3853d5999d43887ad1c47238da22e4e5c9922841 Steps: worke

Re: CDI and injection issues

2022-11-25 Thread Rémy Maucherat
On Tue, Nov 22, 2022 at 4:11 PM Rémy Maucherat wrote: > > Hi, > > Following a post on the user list, I have looked into CDI and > injection processing in Tomcat standalone (or standalone extended by > CDI) and found the following issues: Ok, so the summary: > a) metadata-complete is done wrong.

[Bug 64144] Add an option for rejecting requests that have both CL and TE

2022-11-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64144 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 66196] HTTP/1 connector doesn't blow-up when HTTP header contains non-ASCII characters

2022-11-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66196 Mark Thomas changed: What|Removed |Added CC||renaud.n...@gmail.com --- Comment #8 fro

[Bug 65802] Invalid header name should be rejected in the HTTP server response

2022-11-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65802 Mark Thomas changed: What|Removed |Added Resolution|--- |DUPLICATE Status|NEW

Buildbot failure in on tomcat-11.0.x

2022-11-25 Thread buildbot
Build status: BUILD FAILED: failed compile (failure) Worker used: bb2_worker2_ubuntu URL: https://ci2.apache.org/#builders/112/builds/66 Blamelist: remm Build Text: failed compile (failure) Status Detected: new failure Build Source Stamp: [branch main] bde3d2b70113dfd5ed7b2848d0fe5f2242f5166a St

[tomcat] branch main updated: Dissociate ignoreAnnotations from metadata-complete

2022-11-25 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new bde3d2b701 Dissociate ignoreAnnotations from metadata-

[GitHub] [tomcat-jakartaee-migration] laeubi commented on issue #39: Fix (remove) "javax.servlet.*" package version when processing the MANIFEST.MF

2022-11-25 Thread GitBox
laeubi commented on issue #39: URL: https://github.com/apache/tomcat-jakartaee-migration/issues/39#issuecomment-1327302693 > Removing or updating the version constraint to include 5 will fix the problem. I think the real fix would be that the converter enters the appropriate version

[GitHub] [tomcat-jakartaee-migration] ifurnadjiev opened a new issue, #39: Fix (remove) "javax.servlet.*" package version when processing the MANIFEST.MF

2022-11-25 Thread GitBox
ifurnadjiev opened a new issue, #39: URL: https://github.com/apache/tomcat-jakartaee-migration/issues/39 When "javax.servlet.*" package is specified in the MANIFEST.MF with version constraints like: ``` Import-Package: javax.servlet;version="[3.1.0,5.0.0)", javax.servlet.http;v

Re: CDI and injection issues

2022-11-25 Thread Rémy Maucherat
On Thu, Nov 24, 2022 at 6:15 PM Romain Manni-Bucau wrote: > > Le jeu. 24 nov. 2022 à 16:58, Rémy Maucherat a écrit : > > > On Thu, Nov 24, 2022 at 10:19 AM Romain Manni-Bucau > > wrote: > > > > > > Le jeu. 24 nov. 2022 à 10:13, Rémy Maucherat a écrit : > > > > > > > On Wed, Nov 23, 2022 at 11:1