Path: csiph.com!weretis.net!feeder8.news.weretis.net!news.samoylyk.net!gothmog.csi.it!bofh.it!news.nic.it!robomod From: zzz Newsgroups: linux.debian.maint.java Subject: Re: libjetty12-java: Please add ee8 jars Date: Wed, 18 Feb 2026 18:20:01 +0100 Message-ID: References: X-Mailbox-Line: From debian-java-request@lists.debian.org Wed Feb 18 17:12:11 2026 Old-Return-Path: X-Amavis-Spam-Status: No, score=-2.36 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, MD5_SHA1_SUM=-1, RCVD_IN_DNSWL_NONE=-0.0001, SARE_FROM_SPAM_CHAR5=0.64] autolearn=no autolearn_force=no X-Policyd-Weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 CL_IP_EQ_HELO_IP=-2 (check from: .i2p. - helo: .mail-vs1-xe32.google. - helo-domain: .google.) FROM/MX_MATCHES_HELO(DOMAIN)=-2; rate: -5.5 X-Gm-Message-State: AOJu0YyukXfk/crfIFgnACojdDxef3lmFIC4HqREAOumsK+u6Nj/6Kav U6RSSv8m/kSEArAtdPOHcPhXrjbKB/O+UbvU49zWK3bqqDSXEmwIbuH7D2+3nKk0vFvF3m4naN+ QUGUJDKI4sj90 X-Gm-Gg: AZuq6aLk1b17ym8GC8th4jqUbhRwjgAES4lZ6Rf1BDHORln2Ta+AiHG1Q7XkFKBavLu 6QVJ7IKK4+ylBW4ToagU3reamDFXcBjVD411u6VixRzWJWEoY4ALsP8SKqfW3aplISTr3JvVvaP x2MfYtl6Z03Uzu3RIpBy6ap3X1MJczLgIzduU5tjRI9e9+nRFO8Ccuy4vLqhgmER9oIjzW89143 uNW2+PEggXCHUiHDmN70A6ZAyqC5BOQMDB8UrJFlejCvrqIloXm3YFyweO8gVMlpb+FuFQsqFSF Npp9Jsus0SaMb2E+vp8EYVDpMUYPcX0TSM6KmIP1yv2yzbiyHkRSFwT+yfwzvgf/Ra8g+Qa4ypK jz0gOZqy5xQRcZ5HwnHfagFfRArqyzQJAkU6G05Rzek6raonGTSnh3f51dTfHiHJ/O8TrCVIJnQ X9xNY1qez1cA== X-Received: by 2002:a05:6102:441f:b0:5f5:46f8:465f with SMTP id ada2fe7eead31-5fe16f0bfe7mr3956174137.5.1771433636184; Wed, 18 Feb 2026 08:53:56 -0800 (PST) MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Mailing-List: archive/latest/23879 List-ID: List-URL: List-Archive: https://lists.debian.org/msgid-search/4670f54a-351b-4b9d-9dfe-72148b643e11@i2p.net Approved: robomod@news.nic.it Lines: 24 Organization: linux.* mail to news gateway Sender: robomod@news.nic.it X-Original-Date: Wed, 18 Feb 2026 11:53:55 -0500 X-Original-Message-ID: <4670f54a-351b-4b9d-9dfe-72148b643e11@i2p.net> X-Original-References: <48bab465-83b5-4c49-b04a-cc9140175f9d@mail.i2p> Xref: csiph.com linux.debian.maint.java:13130 On 5/28/25 9:56 AM, zzz wrote: > The ee10 jars (servlet 6.0) are not sufficient, they are incompatible with servlet 4.0. > The only reasonable way to upgrade from Jetty 9.4 / servlet 4.0 is to use the ee8 jars. > > thanks OP here from a different email address. Did not get a response on this. We tried working around it by bundling the ee8 jars from upstream Jetty's 12.0.17 release in our package. This didn't work, because: - Your 12.0.17-1 package was released 2025-02-19; upstream had not released 12.0.17 yet - Jetty made one or more binary-incompatible changes, most notably 4d10c209dbba84f997ac759c1a63d84209a8d9a7 2025-02-28 adding a BAD_PERCENT_ENCODING enum to UriCompliance.java (in jetty12-http.jar) - Jetty tagged the 12.0.17 release 2025-03-03 I verified that your source package for 12.0.17-3.1~deb13u1 does not contain the BAD_PERCENT_ENCODING change. To make this package usable with servlet 4.0, we suggest that you 1) bundle the ee8 jars in the package, or 2) update the source to upstream's 12.0.17 tag, or 3) both. thank you zzz