[jetty-dev] Just Released: Jetty 7.6.9.v20130131
Joakim Erdfelt <[email protected]> Mon, 4 Feb 2013 16:54:48 -0700
| Newsgroups | gmane.comp.java.jetty.general |
|---|---|
| Message-ID | <CAG4zZZC6SYpt_iHzb=9WARdeCvxaM5YAC80Ea8=+7+T3=G4iAQ__20911.2084507526$1360022120$gmane$org@mail.gmail.com> |
--047d7b342c4c7c3dc404d4eed1e3
Content-Type: text/plain; charset=ISO-8859-1
The Eclipse Jetty Project team is proud to announce the release of
Jetty 7.6.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%227.6.9.v20130131%22
<groupId>org.eclipse.jetty</groupId>
<version>7.6.9.v20130131</version>
Jetty 7.x Features:
+ Java 1.5 Compatible
+ Servlet API 2.5
+ JSP 2.1
+ SPDY/3
+ WebSocket (RFC-6455)
Changelog for Jetty 7.6.9.v20130131
jetty-7.6.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 + 393220 remove dead code from ServletHandler
and log ServletExceptions in warn instead of debug + 393947 additional
tests + 393968 fix typo in javadoc + 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 + 395215 Multipart mime with just LF and no
CRLF + 395380 add ValidUrlRule to jetty-rewrite + 395394 allow logging from
boot classloader + 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
--047d7b342c4c7c3dc404d4eed1e3
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=A07.6.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><d=
iv><a href=3D"http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.eclipse=
.jetty%22%20AND%20v%3A%227.6.9.v20130131%22" target=3D"_blank">http://searc=
h.maven.org/#search%7Cga%7C1%7Cg%3A%22org.eclipse.jetty%22%20AND%20v%3A%227=
.6.9.v20130131%22</a></div>
</div><div><br></div><div><groupId>org.eclipse.jetty</groupId><=
/div><div><version>7.6.9.v20130131</version></div><div><br></di=
v><div>Jetty 7.x Features:</div><div>=A0+ Java 1.5 Compatible</div><div>
=A0+ Servlet API 2.5</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 7.6.9.v20130131</div><div><br=
></div><div><span style=3D"color:rgb(34,34,34);font-size:10px;white-space:p=
re-wrap;font-family:monospace">jetty-7.6.9.v20130131 - 31 January 2013
+ 362226 HttpConnection "wait" 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>=3DHTTP/1.1
+ 393075 1xx 204 and 304 ignore all headers suggesting content
+ 393220 remove dead code from ServletHandler and log ServletExceptions in
warn instead of debug
+ 393947 additional tests
+ 393968 fix typo in javadoc
+ 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.</span><span sty=
le=3D"color:rgb(34,34,34);font-size:10px;white-space:pre-wrap;font-family:m=
onospace">setIdleSavePeriod
has saved the session
+ 394839 Allow multipart mime with no boundary
+ 395215 Multipart mime with just LF and no CRLF
+ 395380 add ValidUrlRule to jetty-rewrite
+ 395394 allow logging from boot classloader
+ 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"..."
+ 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</span></div><br clear=3D"all"><div><d=
iv>--</div><div>Joakim Erdfelt <<a href=3D"mailto:[email protected]" ta=
rget=3D"_blank">[email protected]</a>></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 & 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>
--047d7b342c4c7c3dc404d4eed1e3--