2023-09-09 16:24:37 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Sep 9 14:24:30 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp
|
|
|
|
|
2023-05-21 07:17:38 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun May 21 05:09:16 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
- Update to version 9.4.51.v20230217
|
|
|
|
* Fixes of 9.4.49.v20220914:
|
|
|
|
+ #8578 - getRequestURL can append "null" if getRequestURI is
|
|
|
|
unspecified in an authority-form request-target
|
|
|
|
+ #8493 - Review HTTP client feature setRemoveIdleDestinations
|
|
|
|
* Fixes of 9.4.50.v20221201:
|
|
|
|
+ #8774 - Added SizeLimitHandler
|
|
|
|
+ #8678 - Jetty client is not responding to GO_AWAY packet
|
|
|
|
received from (Jetty) Server and continue to send traffic on
|
|
|
|
same connection
|
|
|
|
* Fixes of 9.4.51.v20230217:
|
|
|
|
+ #9352 - Update / Fix CookieCutter
|
|
|
|
+ #9345 - Backport Multipart Fix for CVE-2023-26048, bsc#1210620
|
|
|
|
+ #9352 - Backport Cookie Parsing Fix for CVE-2023-26049,
|
|
|
|
bsc#1210621
|
|
|
|
|
2022-07-08 17:22:56 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jul 8 15:15:05 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
- Upgrade to version 9.4.48.v20220622
|
|
|
|
* Fixes
|
|
|
|
+ #8184 - All suffix globs except first fail to match if path
|
|
|
|
has "." character in prefix section
|
|
|
|
+ #8145 - RegexPathSpec backport of optional group name/info
|
|
|
|
lookup if regex fails
|
|
|
|
+ #8088 - Add option to configure exitVm on ShutdownMonitor from
|
|
|
|
System properties
|
|
|
|
+ #8067 - Wall time usage in DoSFilter RateTracker results in
|
|
|
|
false positive alert
|
|
|
|
+ #8014 - Review HttpRequest URI construction (Resolves
|
|
|
|
CVE-2022-2047, bsc#1201317)
|
|
|
|
+ #7976 - Add TRANSFER_ENCODING violation for MultiPart RFC7578
|
|
|
|
parser
|
|
|
|
+ #7947 - Improved PathSpec handling for servletName & pathInfo
|
|
|
|
+ #7935 - Review HTTP/2 error handling (Resolves CVE-2022-2048,
|
|
|
|
bsc#1201316)
|
|
|
|
+ #7918 - PathMappings.asPathSpec does not allow root
|
|
|
|
ServletPathSpec
|
|
|
|
+ #7863 - Default servlet drops first accept-encoding header if
|
|
|
|
there is more than one.
|
|
|
|
+ #7858 - GZipHandler does not play nice with other handlers in
|
|
|
|
HandlerCollection
|
|
|
|
+ #7837 - Fix StatisticsHandler in the case a Handler throws
|
|
|
|
exception
|
|
|
|
+ #7809 - Jetty 9.4.x 7801 duplicate set session cookies
|
|
|
|
+ #7748 - Allow overriding of url-pattern mapping in
|
|
|
|
ServletContextHandler to allow for regex or uri-template
|
|
|
|
matching
|
|
|
|
|
2022-03-29 16:16:45 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Mar 29 14:13:33 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
- Upgrade to version 9.4.46.v20220328
|
|
|
|
* Changes
|
|
|
|
+ Option --write-module-graph produces wrong .dot file
|
|
|
|
+ ArrayTrie getBest fails to match the empty string entry in
|
|
|
|
certain cases
|
|
|
|
+ Interrupt flag is not always cleared in between requests
|
|
|
|
+ Gzip compression not working for multipart/form-data when
|
|
|
|
added to the allowed list using addIncludedMimeTypes.
|
|
|
|
+ Miconfigured headerCacheSize in can result in
|
|
|
|
IllegalArgumentException
|
|
|
|
+ HttpServletResponse.encodeURL not working for URLs starting
|
|
|
|
with ../
|
|
|
|
|
2022-03-22 16:50:28 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Mar 22 15:49:28 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
- Build with java source and target levels 8
|
|
|
|
- Fix javadoc generation on JDK >= 13
|
|
|
|
|
2021-10-19 09:14:32 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Oct 19 07:13:12 UTC 2021 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
- Make importing of package sun.misc optional since not all jdk
|
|
|
|
versions export it
|
|
|
|
|
2021-07-19 12:13:56 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jul 19 10:11:08 UTC 2021 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
- Splitting jetty-unixsocket 9.4.43.v20210629 into a separate spec
|
|
|
|
file
|