jetty-http-9.4.56-150200.3.28.1<>,9gzp9|M ]x;>&4?&$d  " <!BX n     <P(89\:F!G!H"I"X" Y"0\"p]"^"b#Bc#d$se$xf${l$}u$v$w%x%y%z%%%%& Cjetty-http9.4.56150200.3.28.1The http module for Jetty Jetty is a 100% Java HTTP Server and Servlet Container. This means that you do not need to configure and run a separate web server (like Apache) in order to use Java, servlets and JSPs to generate dynamic content. Jetty is a fully featured web server for static and dynamic content. Unlike separate server/container solutions, this means that your web server and web application run in the same process, without interconnection overheads and complications. Furthermore, as a pure java component, Jetty can be simply included in your application for demonstration, distribution or deployment. Jetty is available on all Java supported platforms. This package contains The http module for Jetty.gzh01-ch3bSUSE Linux Enterprise 15SUSE LLC Apache-2.0 OR EPL-1.0https://www.suse.com/Productivity/Networking/Web/Servershttps://www.eclipse.org/jetty/linuxnoarch A큤A큤gzgzgzgzgz5e5c784d0816177be32a3b8dfd60acc9f910421104e10d1218dc331660fd839734451670df88fc8ba68b6b21482b158b6d0d8ad1564a7fd89044a77f05f03f71b6956d828e7ba59123cb7329830a254fb904d6291bb89c9f48d3c3c3fe64bf71rootrootrootrootrootrootrootrootrootrootjetty-minimal-9.4.56-150200.3.28.1.src.rpmjetty-httpmvn(org.eclipse.jetty:jetty-http)mvn(org.eclipse.jetty:jetty-http:pom:)osgi(org.eclipse.jetty.http)@ @@@    java-headlessjavapackages-filesystemmvn(org.eclipse.jetty:jetty-io)mvn(org.eclipse.jetty:jetty-util)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.89.4.56.v202408269.4.56.v202408263.0.4-14.6.0-14.0-15.2-14.14.1gY@ee?e'd^@djdS@cGb@bBb9@an@`i@`i@`ٹ`@`f@`KW_@_^@^]߶]X]d@fstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comdimstar@opensuse.orgfstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comshvetz.anton@gmail.comfstrba@suse.comrpm@fthiessen.defstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.com- Upgrade to version 9.4.56.v20240826 * Security fixes: + CVE-2024-8184, bsc#1231651, ThreadLimitHandler.getRemote() vulnerable to remote DoS attacks * Changes: + #12201 backport ThreadLimitHandler improvements from Jetty 12 + #11938 - Updating URL refs from eclipse.org/jetty and eclipse.dev/jetty to jetty.org (including XML dtd references) + #10805 - Jetty response with an invalid HTTP2 packet if the client set the hpack table size as 0- Upgrade to version 9.4.54.v20240208 * Security fixes + CVE-2024-22201, bsc#1220437: HTTP/2 connection not closed after idle timeout when TCP congested * Other changes + #1256 DoSFilter leaks USER_AUTH entries + #11389 Strip default ports on ws/wss scheme uris too- Do not force Java 11 to build on i586- Upgrade to version 9.4.53.v20231009 * Fixes of 9.4.53.v20231009 + CVE-2023-44487, bsc#1216169 + CVE-2023-36478, bsc#1216162 + #10679 - backport HTTP/2 rate control from Jetty 10.0.x + #10573 - backport hpack improvements from Jetty 10.0.x + #10546 - backport jetty-http Huffman encoders/decoders from Jetty 10.0.x * Fixes of 9.4.52.v20230823 + #10352 - Jetty accepts "+" prefixed value in Content-Length (CVE-2023-40167, bsc#1215417) + #10337 - SizeLimitHandler does not enforce 0 responseLimit + #10169 - make sure that a ServiceLoader is retrieved before iterating + #10066 - Allow SAXParserFactory or SAXParser to be configured in Jetty's XmlParser class - Allows for GHSA-58qw-p7qm-5rvh workaround + #9887 - Deprecate CGI Servlet (CVE-2023-36479, bsc#1215415) + #9716 - Deprecate PushSessionCacheFilter + #9660 - OpenId Revoked authentication allows one request (CVE-2023-41900, bsc#1215416) + #9476 - onCompleteFailure called multiple times- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp- 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- Add _multibuild to define 2nd spec file as additional flavor. Eliminates the need for source package links in OBS.- Force building with java 11 on ix86 in order to avoid random build failures- 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- 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 ../- Build with java source and target levels 8 - Fix javadoc generation on JDK >= 13- Make importing of package sun.misc optional since not all jdk versions export it- Splitting the jetty-unixsocket artifact into a separate spec file in order to avoid extra dependencies for the jetty-minimal package.- Update to version 9.4.43.v20210629 * Fix: bsc#1188438, CVE-2021-34429 * Changes: + Improve alias checking in PathResource + java.nio.ReadOnlyBufferException + Deprecate support for UTF16 encoding in URIs + Update to spifly 1.3.3 + Update to asm 9.1- Package modules: ant, cdi, deploy, fcgi, http-spi, quickstart, rewrite, start, unixsocket- Update to version 9.4.42.v20210604 * Fix: bsc#1187117, CVE-2021-28169- Update to version 9.4.40.v20210413 * Fix: bsc#1184367, CVE-2021-28165 - jetty server high CPU when client send data length > 17408 * Fix: bsc#1184368, CVE-2021-28164 - Normalize ambiguous URIs * Fix: bsc#1184366, CVE-2021-28163 - Exclude webapps directory from deployment scan- Upgrade to upstream version 9.4.38.v20210224 * Fixes bsc#1182898, CVE-2020-27223- Upgrade to upstream version 9.4.35.v20201120 * Fixes bsc#1179727, CVE-2020-27218- Upgrade to upstream version 9.4.30.v20200611- Upgrade to upstream version 9.4.27.v20200227- Removed patch: * jetty-annotations-asm6.patch + not needed when building against ASM7- Upgrade to upstream version 2.9.22.v20191022 * new jetty-openid amd jetty-util-ajax sub-packages - Modified patch: * jetty-annotations-asm6.patch + adapt to changed context + build against asm6 instead of asm7 that we don't have - Fix some rpmlint warnings and errors- Initial packaging of a minimal version of jetty 9.4.19.v20190610 * This version is light on dependenciesh01-ch3b 17290677479.4.56-150200.3.28.19.4.56.v202408269.4.56.v202408269.4.56jettyjetty-http.jarjetty-minimal-jetty-http.xmljettyjetty-http.pom/usr/share/java//usr/share/java/jetty//usr/share/maven-metadata//usr/share/maven-poms//usr/share/maven-poms/jetty/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:36077/SUSE_SLE-15-SP2_Update/0ac9f78180b0a8127a278ae08aa38644-jetty-minimal.SUSE_SLE-15-SP2_Updatedrpmxz5noarch-suse-linuxdirectoryASCII text, with CRLF line terminators (Zip archive data, at least v2.0 to extract Zip archive data, at least v2.0 to extract)XML 1.0 document, ASCII textXML 1.0 document, ASCII text, with very long linesPPPRRRRrYҁN~+e|utf-813e3af39af40e19cf4579bc405995ce31e712c1394fc96b70bdb7082e6929fd8? 7zXZ !t/]"k%=lJEWW:u\ f2fMLcHydcWednzސEy$j{>e4Oi2ZũD:fd)->0I/؉%-)t27vw܏'-sɔqӻ%PBgH„=NcQ*>9,j+ȹAҡոlI)wK"RYB@:L&xO}VA$7 A8M|'JܑjB?wkVm7bи=!2gQ_Ҁdn3 WCBhse0QrCYƠp⅄ڜQP~U&Xׄ PMC^/vV=ڏߦw6kQNh]Iwq6R`5J If^m-sڐK SylĞ֘rDN΃Y֯Ll z%- ]0ouREZVZȥ,>ң(u!m!~VuOvs)pUnmL1Φ_x1(ωXvuۂW!҄`a)̯ȭ>ֿW~7zBǣ3*nSOKaF5;eYaEtNEemh7QBLӼ\6VDRg$a}ᗄ̺WjC =,:6wDs*bG`LdHi}:bʡaյkBb9ijO ,WWBD<26 CU߇eWގW̵\,+=t`4-13O:5e9SJX*}tS p+E ,m̨*^ Ď-3K°RW4+eQ[b;ܒnPߒܜt_Mt*BC+ p2GCq.e,՝G[Gdշ5*y,~j[ӠG"-dݥZxsl;07zllZ*# : :* kagpq 1$!C”r+IXȿwRp)zIaxC0 ;|BRnU0`|+/%:oHDUDk9hHw%_fFb_ `va4ƹ lYj+s-K٣Klgkcĵ3n0Zm /d-Nb%Ӈ]:z/VQGkIY1O7POr.-B1+Lvޱ@\ir"Q2ڠw&JⅻT_{Gu}R xb)n>;14>c_h{/PS#U:?Y95j%4;B!qU:a|@!X^c?bEPy⡚">ޕ %:h "k-dv"t\לdTs~#$c8q̣ ô Ge=e+椿ˆ񷠶S6Ki!0RRz$w\shR-kNh:"C5̺UH\ģNXʕqN|i=LeQ u򳇀MCWVR}x %9Zy0Z3:T,[_h_¬ijW?1t[~ҧ,2GCclY8IՂqq } Zdnu BQ\#X_@hX[OH 4b_x#)Hwmϖ+QI#kD8|xi,sZֈu43GdgD~" tnCdgcx4]^Kdy^+xrQ6~yui$Lqrz~%,u<,L0s^@1!VZ)9?ˈה `DHhzpΞ!{*0EҿӤ`i[m)(9|nЍ/2|Hz+w$ErCoWy+.500Ibei3 F-WVC%A`}l ?ߑ8P(3#HAdbIŬR0~D/%Z {[ ,|h &ȎqkS2kШY A3<їǬoLQ1کe:.'·faLMel~P"鬋j٦ݯ04riU;I*8rw!-o fa źnl]`Fp?In4Vww1ZE86Ք xylYc`Oif%䢽{#xmm̿`KN]'yL_%d>6QEEG VSJTP.CwA?Lt~دM"~#jo 5vʦT2} 1tYxPӿ!M\n;E T%<>#]|_ܰS`ڷ}Qmo(.vN NLN,3"gᦥ 7abYDroN&3hWU cG:?طۻ[ 2# ~š}p!xF!#w`H+#RMr Ah7FRͼvfkT)},˸X|Kenzbq/6a^?uޓΒŊ?71Wik6[$(g:|:L({*>7-7 Gzw3(oE^^ c)NR"!:I;+^0& jrW>#%5>?318Y'$;Iqߠ;t0BzR6 u.Ns&FqzbȢ?)lvczXt_J\٠ai'Sl6kƂn3x!%ͫUk$-ٶRQg_IxOpEmj4s.,;m>D򘥠a1:%-V=N}DaO+ G) KB62xd$ԡ܊qHX 8ݲV\ f)=Z1[KhW2l"0 lt^QOsHjև Ryv*<hD 7.L3DtGXo-@d6 /YGp  \00LE͜I(.&#)+ejpm\)9O:|^a=c"b3St}Nsa_p%4:YH]f04.+6k{VqZʶE/)ڤ $2UǷ4Qkuc&P5úXn1ع4>VU\m  ޒ=|죤ʄP?|b[KLO .ǛD {pD@t?AFPKLkQ+F[u_Tyk=ϸ4}n~j\ O>SEPQ-jK@9IM~d¦Sw[2 JN[(<2Bm-X`d~s+=J'0&Vp.k@9ݡE's>x0Z1yzbx<