[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[jetty-dev] Jetty 7.6.3.v20120416 and 8.1.3.v20120416 Released!
|
- From: Jesse McConnell <jesse.mcconnell@xxxxxxxxx>
- Date: Tue, 17 Apr 2012 12:12:26 -0500
- Delivered-to: jetty-dev@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=Lon2Zg1/N5OY0WTmYbtl7B8rD2eaKSawr3Fn0j1FjFU=; b=C3lqwL3EKhD+iVY7BrJZKWVCLSZYt0z5uOC8qvLsZ9JiNCpKK7VImBnBjmz+N+Kwkl M4wh1cquGeR5NFxxHDv4dON1IhmwfEnH9p1ctM7Gw+lK/yYivWwyC0OH2MNNyC2HJiJ9 dwUuF3iL9e18sfQ8n57hcSfcv64H+s9qoZyuB/shFYumWKJDAqHKfVaQUFymQ+h581vP ZuJDh8MGJkBkA+r1dlK0OziRs9YP9tQgBWECwtTKtNOt3jJ0Qbid8x4JX5leB425r/Ty 5IAl991JL+xj3LfyFVPwJl+CGibFvgF/g6vKJLgkvLXrzfXAEVCtK1Cy8VrA9jjS8Zgw rJ7g==
We have finally pushed the releases out to maven central and updated
all the relavent download artifacts in the download areas of eclipse
and codehaus.
There have been a number of issues addressed with the recent SPDY support.
Below are the patch notes for each of the releases!
cheers,
jesse
jetty-7.6.3.v20120416 - 16 April 2012
+ 367172 Remove detection for slf4j NOPLogger
+ 373269 Make ServletHandler.notFound() method impl do nothing - override to
send back 404.
+ 373421 address potential race condition related to the nonce queue removing
the same nonce twice
+ 373952 bind called too frequently on refresh
+ 374018 correctly handle requestperminuted underflow
+ 374252 SslConnection.onClose() does not forward to nested connection.
+ 374258 SPDY leaks SSLEngines. Made the test more reliable.
+ 374367 NPE in QueuedThreadPool.dump() with early java6 jvms
+ 374475 Response.sendRedirect does not encode UTF-8 characters properly
+ 374881 Set copyWebInf to false by default
+ 374891 enhancement to how ProxyServlet determines the proxy target
+ 375009 Filter initialization error will throw MultiException
+ 375083 Flow control should take in account window size changes from
concurrent SETTINGS
+ 375096 If starting a server instance fails in osgi it is cleaned up.
+ 375490 NPE with --help on command line
+ 375509 Stalled stream stalls other streams or session control frames. Now
using a "death pill" instead of a boolean in order to avoid race conditions
where DataInfos were read from the queue (but the boolean not updated yet),
and viceversa.
+ 375594 fixed SSL tests so they are not order dependent
+ 375709 Ensure resolveTempDirectory failure does not deadlock; improve error
message
+ 375970 HttpServletRequest.getRemoteAddr() returns null when HTTP is over
SPDY.
+ 376201 HalfClosed state not handled properly. Addendum to restore previous
behavior, where a closed stream was also half closed.
+ JETTY-1504 HttpServletResponseWrapper ignored when using asyncContext?
jetty-8.1.3.v20120416 - 16 April 2012
+ 349110 MultiPartFilter records the content-type in request params
+ 367172 Remove detection for slf4j NOPLogger
+ 372678 Embedded Examples need updates for new LoginService requirement
+ 373269 Make ServletHandler.notFound() method impl do nothing - override to
send back 404.
+ 373421 address potential race condition related to the nonce queue removing
the same nonce twice
+ 373952 bind called too frequently on refresh
+ 374018 correctly handle requestperminuted underflow
+ 374152 jetty-all-server MANIFEST contains wrong import:
javax.servlet.annotation;version="[2.6,3)"
+ 374252 SslConnection.onClose() does not forward to nested connection.
+ 374258 SPDY leaks SSLEngines. Made the test more reliable.
+ 374367 NPE in QueuedThreadPool.dump() with early java6 jvms
+ 374475 Response.sendRedirect does not encode UTF-8 characters properly
+ 374881 Set copyWebInf to false by default
+ 374891 enhancement to how ProxyServlet determines the proxy target
+ 375009 Filter initialization error will throw MultiException
+ 375083 Flow control should take in account window size changes from
concurrent SETTINGS
+ 375096 If starting a server instance fails in osgi it is cleaned up.
+ 375490 NPE with --help on command line
+ 375509 Stalled stream stalls other streams or session control frames. Now
using a "death pill" instead of a boolean in order to avoid race conditions
where DataInfos were read from the queue (but the boolean not updated yet),
and viceversa.
+ 375594 fixed SSL tests so they are not order dependent
+ 375709 Ensure resolveTempDirectory failure does not deadlock; improve error
message
+ 375906 Part.getHeader method not case insensitive
+ 375970 HttpServletRequest.getRemoteAddr() returns null when HTTP is over
SPDY.
+ 376201 HalfClosed state not handled properly. Addendum to restore previous
behavior, where a closed stream was also half closed.
+ 376324 <max-file-size> is not respected in <multipart-config>
+ JETTY-1495 Ensure dynamic servlet addition does not cause servlets to be
inited.
+ JETTY-1500 form parameters from multipart request not available via
request.getParameter
+ JETTY-1504 HttpServletResponseWrapper ignored when using asyncContext?
jetty@xxxxxxxxxxxxxxxxxxxxxxxx - 16 April 2012
+ JETTY-1487 umask setting for SetUID can't be set to 0
+ JETTY-1497 jetty-jspc-maven-plugin has problems with spaces in classpath
filenames
+ JETTY-1498 Add ability to put <scope>provided</scope> artifacts on system
classpath for jetty-jspc-maven-plugin
jetty@xxxxxxxxxxxxxxxxxxxxxxxx - 16 April 2012
+ JETTY-1487 umask setting for SetUID can't be set to 0
+ JETTY-1497 jetty-jspc-maven-plugin has problems with spaces in classpath
filenames
+ JETTY-1498 Add ability to put <scope>provided</scope> artifacts on system
classpath for jetty-jspc-maven-plugin
+ JETTY-1499 WEB-INF/classes not scanned with mvn jetty:run-war
--
jesse mcconnell
jesse.mcconnell@xxxxxxxxx