[jetty-dev] Just Released: Jetty 8.1.9.v20130131

Joakim Erdfelt <[email protected]> Mon, 4 Feb 2013 16:54:55 -0700
Newsgroups gmane.comp.java.jetty.general
Message-ID <CAG4zZZCQfKD=my0Q13OZuN1Dy9Jqx0bQcomr=FLU=WBT7SRttg__7933.10114318064$1360022215$gmane$org@mail.gmail.com>
--047d7b603bcee3f7e904d4eed1d4
Content-Type: text/plain; charset=ISO-8859-1

The Eclipse Jetty Project team is proud to announce the release of

        Jetty 8.1.9.v20130131

The Java Web Server with support for SPDY and WebSocket.

Distributions Available at http://download.eclipse.org/jetty/

Java Artifacts Available on Maven Central:
http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.eclipse.jetty%22%20AND%20v%3A%228.1.9.v20130131%22

<groupId>org.eclipse.jetty</groupId>
<version>8.1.9.v20130131</version>

Jetty 8.x Features:
 + Java 1.6 Compatible
 + Servlet API 3.0
 + JSP 2.1
 + SPDY/3
 + WebSocket (RFC-6455)

Changelog for Jetty 8.1.9.v20130131

jetty-8.1.9.v20130131 - 31 January 2013
 + 362226 HttpConnection "wait" call causes thread resource exhaustion
 + 367638 throw exception for excess form keys
 + 381521 Only set Vary header when content could be compressed
 + 382237 support non java JSON classes
 + 391248 fixing localhost checking in statistics servlet
 + 391249 fix for invalid XML node dispatchedTimeMean in statistics servlet
 + 391345 fix missing br tag in statistics servlet
 + 391623 Add option to --stop to wait for target jetty to stop
 + 392417 Prevent Cookie parsing interpreting unicode chars
 + 392492 expect headers only examined for requests>=HTTP/1.1
 + 393075 1xx 204 and 304 ignore all headers suggesting content
 + 393158 java.lang.IllegalStateException when sending an empty InputStream
 + 393220 remove dead code from ServletHandler and log ServletExceptions in
   warn instead of debug
 + 393947 implement ETags
 + 393968 fix typo in javadoc
 + 394294 A web-bundle started before jetty-osgi should be deployed as a webapp
   when jetty-osgi starts
 + 394514 Preserve URI parameters in sendRedirect
 + 394541 remove continuation jar from distro, add as dep to test-jetty-webapp
 + 394719 remove regex from classpath matching
 + 394811 Make JAASLoginService log login failures to DEBUG instead of WARN.
   Same for some other exceptions.
 + 394829 Session can not be restored after SessionManager.setIdleSavePeriod
   has saved the session
 + 394839 Allow multipart mime with no boundary
 + 394870 Make enablement of remote access to test webapp configurable in
   override-web.xml
 + 395215 Multipart mime with just LF and no CRLF
 + 395380 add ValidUrlRule to jetty-rewrite
 + 395394 allow logging from boot classloader
 + 396253 FilterRegistration wrong order
 + 396459 Log specific message for empty request body for multipart mime
   requests
 + 396500 HttpClient Exchange takes forever to complete when less content sent
   than Content-Length
 + 396574 add JETTY_HOME as a location for pid to be found
 + 396886 MultiPartFilter strips bad escaping on filename="..."
 + 397110 Accept %uXXXX encodings in URIs
 + 397111 Tolerate empty or excessive whitespace preceeding MultiParts
 + 397112 Requests with byte-range throws NPE if requested file has no mimetype
   (eg no file extension)
 + 397130 maxFormContentSize set in jetty.xml is ignored
 + 397190 improve ValidUrlRule to iterate on codepoints
 + 397321 Wrong condition in default start.config for annotations
 + 397535 Support pluggable alias checking to support symbolic links
 + 398337 UTF-16 percent encoding in UTF-16 form content
 + 399132 check parent dir of session store against file to be removed
 + JETTY-1533 handle URL with no path



--
Joakim Erdfelt <[email protected]>
webtide.com <http://www.webtide.com/>
Developer advice, services and support
from the Jetty & CometD experts
eclipse.org/jetty - cometd.org

--047d7b603bcee3f7e904d4eed1d4
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

<div>The Eclipse Jetty Project team is proud to announce the release of=A0<=
/div><div><br>=A0 =A0 =A0 =A0 Jetty=A08.1.9.v20130131</div><div><br></div><=
div>The Java Web Server with support for SPDY and WebSocket.</div><div><br>=
</div><div>

Distributions Available at=A0<a href=3D"http://download.eclipse.org/jetty/"=
 style=3D"color:rgb(17,85,204);font-size:13px;font-family:arial,sans-serif"=
 target=3D"_blank">http://download.eclipse.org/jetty/</a></div>
<div><br></div><div>Java Artifacts Available on Maven Central:</div><div><a=
 href=3D"http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.eclipse.jett=
y%22%20AND%20v%3A%228.1.9.v20130131%22" target=3D"_blank">http://search.mav=
en.org/#search%7Cga%7C1%7Cg%3A%22org.eclipse.jetty%22%20AND%20v%3A%228.1.9.=
v20130131%22</a></div>

<div><br></div><div>&lt;groupId&gt;org.eclipse.jetty&lt;/groupId&gt;</div><=
div>&lt;version&gt;8.1.9.v20130131&lt;/version&gt;</div><div><br></div><div=
>Jetty 8.x Features:</div><div>=A0+ Java 1.6 Compatible</div><div>=A0+ Serv=
let API 3.0</div>

<div>=A0+ JSP 2.1</div><div>=A0+ SPDY/3</div><div>=A0+ WebSocket (RFC-6455)=
</div><div><br></div><div>Changelog for Jetty 8.1.9.v20130131</div><div><br=
></div><div><div style=3D"color:rgb(34,34,34);font-size:13px;font-family:ar=
ial,sans-serif">

<pre style=3D"white-space:pre-wrap;word-wrap:break-word">jetty-8.1.9.v20130=
131 - 31 January 2013
 + 362226 HttpConnection &quot;wait&quot; call causes thread resource exhau=
stion
 + 367638 throw exception for excess form keys
 + 381521 Only set Vary header when content could be compressed
 + 382237 support non java JSON classes
 + 391248 fixing localhost checking in statistics servlet
 + 391249 fix for invalid XML node dispatchedTimeMean in statistics servlet
 + 391345 fix missing br tag in statistics servlet
 + 391623 Add option to --stop to wait for target jetty to stop
 + 392417 Prevent Cookie parsing interpreting unicode chars
 + 392492 expect headers only examined for requests&gt;=3DHTTP/1.1
 + 393075 1xx 204 and 304 ignore all headers suggesting content
 + 393158 java.lang.IllegalStateException when sending an empty InputStream
 + 393220 remove dead code from ServletHandler and log ServletExceptions in
   warn instead of debug
 + 393947 implement ETags
 + 393968 fix typo in javadoc
 + 394294 A web-bundle started before jetty-osgi should be deployed as a we=
bapp
   when jetty-osgi starts
 + 394514 Preserve URI parameters in sendRedirect
 + 394541 remove continuation jar from distro, add as dep to test-jetty-web=
app
 + 394719 remove regex from classpath matching
 + 394811 Make JAASLoginService log login failures to DEBUG instead of WARN=
.
   Same for some other exceptions.
 + 394829 Session can not be restored after SessionManager.setIdleSavePerio=
d
   has saved the session
 + 394839 Allow multipart mime with no boundary
 + 394870 Make enablement of remote access to test webapp configurable in
   override-web.xml
 + 395215 Multipart mime with just LF and no CRLF
 + 395380 add ValidUrlRule to jetty-rewrite
 + 395394 allow logging from boot classloader
 + 396253 FilterRegistration wrong order
 + 396459 Log specific message for empty request body for multipart mime
   requests
 + 396500 HttpClient Exchange takes forever to complete when less content s=
ent
   than Content-Length
 + 396574 add JETTY_HOME as a location for pid to be found
 + 396886 MultiPartFilter strips bad escaping on filename=3D&quot;...&quot;
 + 397110 Accept %uXXXX encodings in URIs
 + 397111 Tolerate empty or excessive whitespace preceeding MultiParts
 + 397112 Requests with byte-range throws NPE if requested file has no mime=
type
   (eg no file extension)
 + 397130 maxFormContentSize set in jetty.xml is ignored
 + 397190 improve ValidUrlRule to iterate on codepoints
 + 397321 Wrong condition in default start.config for annotations
 + 397535 Support pluggable alias checking to support symbolic links
 + 398337 UTF-16 percent encoding in UTF-16 form content
 + 399132 check parent dir of session store against file to be removed
 + JETTY-1533 handle URL with no path
</pre><div><br></div></div></div><div><br></div><div><div>--</div><div>Joak=
im Erdfelt &lt;<a href=3D"mailto:[email protected]" target=3D"_blank">joak=
[email protected]</a>&gt;</div><div><a href=3D"http://www.webtide.com/" target=
=3D"_blank">webtide.com</a></div>

<div><span>Developer advice, services and support</span><br><span>from the =
Jetty &amp; CometD experts</span></div><div><a href=3D"http://eclipse.org/j=
etty/" target=3D"_blank">eclipse.org/jetty</a>=A0-=A0<a href=3D"http://come=
td.org/" target=3D"_blank">cometd.org</a></div>

</div>

--047d7b603bcee3f7e904d4eed1d4--