<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:wfw="http://wellformedweb.org/CommentAPI/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
>
<!-- MHonArc v2.6.10 -->
	<channel>
		<title>jetty-announce</title>
		<link>http://dev.eclipse.org/mhonarc/lists/jetty-announce/maillist.html</link>
		<description>jetty-announce</description>
		<language>en-us</language>
		<pubDate>Tue, 17 Apr 2012 17:20:02 GMT</pubDate>
		<lastBuildDate>Tue, 17 Apr 2012 17:20:02 GMT</lastBuildDate>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<generator>MHonArc RSS 2.0 RCFile</generator>
		<managingEditor>webmaster@eclipse.org (Webmaster)</managingEditor>
		<webMaster>webmaster@eclipse.org (Webmaster)</webMaster>
		<image>
			<title>jetty-announce</title>
			<url>http://www.eclipse.org/eclipse.org-common/themes/Phoenix/images/eclipse_home_header.jpg</url>
			<link>http://dev.eclipse.org/mhonarc/lists/jetty-announce/maillist.html</link>
		</image>
 

	<item>
		<title>[jetty-announce] Jetty 7.6.3.v20120416 and 8.1.3.v20120416 Released!</title>
		<link>http://dev.eclipse.org/mhonarc/lists/jetty-announce/msg00030.html</link>
		<description>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...</description>
		<content:encoded><![CDATA[<pre>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 &quot;death pill&quot; 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=&quot;[2.6,3)&quot;
 + 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 &quot;death pill&quot; 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 &lt;max-file-size&gt; is not respected in &lt;multipart-config&gt;
 + 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 &lt;scope&gt;provided&lt;/scope&gt; 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 &lt;scope&gt;provided&lt;/scope&gt; 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

</pre>]]></content:encoded>
		<pubDate>Tue, 17 Apr 2012 17:12:26 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/jetty-announce/msg00030.html</guid>
		<author>jesse.mcconnell@xxxxxxx (Jesse McConnell)</author>
	</item>


	<item>
		<title>[jetty-announce] Jetty 7.6.2 and 8.1.2 (v20120308) Released!</title>
		<link>http://dev.eclipse.org/mhonarc/lists/jetty-announce/msg00029.html</link>
		<description>We have pushed the 7.6.2.v20120308 and 8.1.2.v20120308 releases and they are now available for download from maven central and the usual eclipse and codehaus download locations. We anticipate another release that will resolve a few lingering jsp issues rel...</description>
		<content:encoded><![CDATA[<pre>We have pushed the 7.6.2.v20120308 and 8.1.2.v20120308 releases and
they are now available for download from maven central and the usual
eclipse and codehaus download locations.

We anticipate another release that will resolve a few lingering jsp
issues related to OSGI usage so if your an osgi user you might want to
wait for the next release before updating.

cheers,
jesse

The following issues were resolved in both releases:

 + 370387 SafariWebsocketDraft0Test failure during build.
 + 371168 Update ClientCrossContextSessionTest
 + 372093 handle quotes in Require-Bundle manifest string
 + 372457 Big response + slow clients + pipelined requests cause Jetty spinning
   and eventually closing connections. Added a TODO for a method renaming that
   will happen in the next major release (to avoid break implementers).
 + 372487 JDBCSessionManager does not work with Oracle
 + 372806 Command line should accept relative paths for xml config files
 + 373037 jetty.server.Response.setContentLength(int) should not close a Writer
   when length=0
 + 373162 add improved implementation for getParameterMap(), needs a test
   though and the existing setup doesn't seem like it would easily support the
   needed test so need to do that still
 + 373306 Set default user agent extraction pattern for UserAgentFilter
 + 373567 cert validation issue with ocsp and crldp always being enabled when
   validating turned on fixed
 + JETTY-1409 GzipFilter will double-compress application/x-gzip content
 + JETTY-1489 WebAppProvider attempts to deploy .svn folder
 + JETTY-1494 .


--
jesse mcconnell
jesse.mcconnell@xxxxxxxxx

</pre>]]></content:encoded>
		<pubDate>Fri, 09 Mar 2012 19:51:31 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/jetty-announce/msg00029.html</guid>
		<author>jesse.mcconnell@xxxxxxx (Jesse McConnell)</author>
	</item>


	<item>
		<title>Re: [jetty-announce] Jetty 7.6.1 and 8.1.1 released!</title>
		<link>http://dev.eclipse.org/mhonarc/lists/jetty-announce/msg00028.html</link>
		<description> </description>
		<content:encoded><![CDATA[<pre>Heads up...

Something I should have mentioned on this release is that we have
addressed some build issues we had regarding signed jars in eclipse
orbit that we had to pull in for distribution.  These dependencies
used to be pulled into the jetty-distribution through some ant magic
and have not been what was referenced via maven transitive
dependencies.  If you only use the jetty-distribution or
jetty-hightide, you can stop reading now.

If you use jetty via maven or especially if you explode the
dependencies via the maven dependency plugin you will likely see an
issue about signed classes.  This might come out of now where and
surprise you.  You should be able to just exclude the ECLIPSE.RSA and
ECLIPSE.SF files and be fine.  Or you can exclude the
org.eclipse.jetty.orbit groupId from the transitive dependencies and
track down unsigned dependencies manually.

For some more history you can see this issue:
<a  href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=371954">https://bugs.eclipse.org/bugs/show_bug.cgi?id=371954</a>

Thanks to bubbleguuum for pointing this out!
jesse

--
jesse mcconnell
jesse.mcconnell@xxxxxxxxx



On Fri, Feb 17, 2012 at 09:32, Jesse McConnell
&lt;jesse.mcconnell@xxxxxxxxx&gt; wrote:
&gt; I have released an incremental update to the jetty 7.6 and 8.1
&gt; releases from a few weeks back.
&gt;
&gt; Eclipse:
&gt; <a  href="http://download.eclipse.org/jetty/">http://download.eclipse.org/jetty/</a>
&gt;
&gt; Codehaus:
&gt; <a  href="http://dist.codehaus.org/jetty/">http://dist.codehaus.org/jetty/</a>
&gt;
&gt; Of particular note in these releases are a fix to usage of the --exec
&gt; in the start.ini, it was largely broken in the last release generating
&gt; some incorrect paths and then a few fixes to the nosql mongo session
&gt; handling.
&gt;
&gt; cheers,
&gt; jesse
&gt;
&gt;
&gt; jetty-7.6.1.v20120215 - 15 February 2012
&gt; &#xC2;+ 369121 simplified test
&gt; &#xC2;+ 370120 jvm arguments added via start.ini and --exec are missing spaces
&gt; &#xC2;+ 370137 SslContextFactory does not respect order for
&gt; &#xC2; [included|excluded]Protocols() and [included|excluded]CipherSuites().
&gt; &#xC2;+ 370368 resolve stack overflow in mongo db session manager
&gt; &#xC2;+ 370386 Remove META-INF from jetty distro
&gt; &#xC2;+ 371040 nosqlsession needs to call correct super contructor for new sessions
&gt; &#xC2;+ 371041 valid was not being set to new mongo db sessions, and the call to
&gt; &#xC2; mongodb api was wrong in isIdInUse
&gt; &#xC2;+ 371162 NPE protection for nested security handlers
&gt; &#xC2;+ JETTY-1484 Add option for HashSessionManager to delete session files if it
&gt; &#xC2; can't restore them
&gt;
&gt; jetty@xxxxxxxxxxxxxxxxxxxxxxxx - 15 February 2012
&gt; &#xC2;+ 370386 Remove META-INF from hightide distro
&gt; &#xC2;+ JETTY-1480 jspc-maven-plugin does not find jstl tags
&gt; &#xC2;+ JETTY-1481 Change jetty-atomikos to be type jar so its dependencies can be
&gt; &#xC2; used in jetty-hightide
&gt; &#xC2;+ JETTY-1482 fix path in setuid configuration
&gt;
&gt; jetty-8.1.1.v20120215 - 15 February 2012
&gt; &#xC2;+ 369121 simplified test
&gt; &#xC2;+ 370120 jvm arguments added via start.ini and --exec are missing spaces
&gt; &#xC2;+ 370137 SslContextFactory does not respect order for
&gt; &#xC2; [included|excluded]Protocols() and [included|excluded]CipherSuites().
&gt; &#xC2;+ 370368 resolve stack overflow in mongo db session manager
&gt; &#xC2;+ 370386 Remove META-INF from jetty distro
&gt; &#xC2;+ 371040 nosqlsession needs to call correct super contructor for new sessions
&gt; &#xC2;+ 371041 valid was not being set to new mongo db sessions, and the call to
&gt; &#xC2; mongodb api was wrong in isIdInUse
&gt; &#xC2;+ 371162 NPE protection for nested security handlers
&gt; &#xC2;+ JETTY-1484 Add option for HashSessionManager to delete session files if it
&gt; &#xC2; can't restore them
&gt;
&gt; jetty@xxxxxxxxxxxxxxxxxxxxxxxx - 15 February 2012
&gt; &#xC2;+ 370386 Remove META-INF from hightide distro
&gt; &#xC2;+ JETTY-1480 jspc-maven-plugin does not find jstl tags
&gt; &#xC2;+ JETTY-1481 Change jetty-atomikos to be type jar so its dependencies can be
&gt; &#xC2; used in jetty-hightide
&gt; &#xC2;+ JETTY-1482 fix path in setuid configuration
&gt;
&gt;
&gt;
&gt; --
&gt; jesse mcconnell
&gt; jesse.mcconnell@xxxxxxxxx

</pre>]]></content:encoded>
		<pubDate>Sat, 18 Feb 2012 00:14:57 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/jetty-announce/msg00028.html</guid>
		<author>jesse.mcconnell@xxxxxxx (Jesse McConnell)</author>
	</item>
	<item>
		<title>[jetty-announce] Jetty 7.6.1 and 8.1.1 released!</title>
		<link>http://dev.eclipse.org/mhonarc/lists/jetty-announce/msg00027.html</link>
		<description>I have released an incremental update to the jetty 7.6 and 8.1 releases from a few weeks back. Eclipse: http://download.eclipse.org/jetty/ Codehaus: http://dist.codehaus.org/jetty/ Of particular note in these releases are a fix to usage of the --exec in th...</description>
		<content:encoded><![CDATA[<pre>I have released an incremental update to the jetty 7.6 and 8.1
releases from a few weeks back.

Eclipse:
<a  href="http://download.eclipse.org/jetty/">http://download.eclipse.org/jetty/</a>

Codehaus:
<a  href="http://dist.codehaus.org/jetty/">http://dist.codehaus.org/jetty/</a>

Of particular note in these releases are a fix to usage of the --exec
in the start.ini, it was largely broken in the last release generating
some incorrect paths and then a few fixes to the nosql mongo session
handling.

cheers,
jesse


jetty-7.6.1.v20120215 - 15 February 2012
 + 369121 simplified test
 + 370120 jvm arguments added via start.ini and --exec are missing spaces
 + 370137 SslContextFactory does not respect order for
   [included|excluded]Protocols() and [included|excluded]CipherSuites().
 + 370368 resolve stack overflow in mongo db session manager
 + 370386 Remove META-INF from jetty distro
 + 371040 nosqlsession needs to call correct super contructor for new sessions
 + 371041 valid was not being set to new mongo db sessions, and the call to
   mongodb api was wrong in isIdInUse
 + 371162 NPE protection for nested security handlers
 + JETTY-1484 Add option for HashSessionManager to delete session files if it
   can't restore them

jetty@xxxxxxxxxxxxxxxxxxxxxxxx - 15 February 2012
 + 370386 Remove META-INF from hightide distro
 + JETTY-1480 jspc-maven-plugin does not find jstl tags
 + JETTY-1481 Change jetty-atomikos to be type jar so its dependencies can be
   used in jetty-hightide
 + JETTY-1482 fix path in setuid configuration

jetty-8.1.1.v20120215 - 15 February 2012
 + 369121 simplified test
 + 370120 jvm arguments added via start.ini and --exec are missing spaces
 + 370137 SslContextFactory does not respect order for
   [included|excluded]Protocols() and [included|excluded]CipherSuites().
 + 370368 resolve stack overflow in mongo db session manager
 + 370386 Remove META-INF from jetty distro
 + 371040 nosqlsession needs to call correct super contructor for new sessions
 + 371041 valid was not being set to new mongo db sessions, and the call to
   mongodb api was wrong in isIdInUse
 + 371162 NPE protection for nested security handlers
 + JETTY-1484 Add option for HashSessionManager to delete session files if it
   can't restore them

jetty@xxxxxxxxxxxxxxxxxxxxxxxx - 15 February 2012
 + 370386 Remove META-INF from hightide distro
 + JETTY-1480 jspc-maven-plugin does not find jstl tags
 + JETTY-1481 Change jetty-atomikos to be type jar so its dependencies can be
   used in jetty-hightide
 + JETTY-1482 fix path in setuid configuration



--
jesse mcconnell
jesse.mcconnell@xxxxxxxxx

</pre>]]></content:encoded>
		<pubDate>Fri, 17 Feb 2012 15:32:54 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/jetty-announce/msg00027.html</guid>
		<author>jesse.mcconnell@xxxxxxx (Jesse McConnell)</author>
	</item>


	<item>
		<title>[jetty-announce] Jetty releases 7.6.0 and 8.1.0</title>
		<link>http://dev.eclipse.org/mhonarc/lists/jetty-announce/msg00026.html</link>
		<description>Jetty releases 7.6.0 and 8.1.0 have been promoted to maven central and will soon be available for download via http://eclipse.org/jettyThese releases represent a major effort by the team to refactor the IO layer to handle several issues that have emerged o...</description>
		<content:encoded><![CDATA[<br>Jetty releases 7.6.0 and 8.1.0 have been promoted to maven central and will soon be available for download via <a href="http://eclipse.org/jetty">http://eclipse.org/jetty</a><br><br>These releases represent a major effort by the team to refactor the IO layer to handle several issues that have emerged over the last year with respect to the latest JVMs and browsers, such as several 100% CPU spins fixed that resulted from strangely closed SSL connection.&#xA0;&#xA0; Furthermore, the releases contain some additional protection from some denial of service attacks that have been discovered that affect a wide range of web servers.<br>
<br>We recommend that you plan to evaluate and upgrade to these releases as soon as possible.&#xA0; Do to the nature of these changes, it is impossible to back the most significant ones to Jetty-6 and thus these releases represent the effective EOL for jetty-6, as no more general releases are planned.<br>
<br>Thanks to the jetty team who have&#xA0; worked extremely hard over the last few months on these releases.&#xA0; We&#39;ve also very much appreciate the efforts of 
users who have raised issues, provided debug/traces and have tried out 
various snapshots and RCs.<br><br><br>jetty-8.1.0.v20120127 - 27 January 2012<br>&#xA0;+ 368773 allow authentication to be set by non securityHandler handlers<br>&#xA0;+ 368992 avoid update key while flushing during a write<br>&#xA0;+ 369216 turned off the shared resource cache<br>
&#xA0;+ 369349 replace quotes with a space escape method<br><br>jetty-8.1.0.RC5 - 20 January 2012<br>&#xA0;+ 359329 Prevent reinvocation of LoginModule.login with jaspi for already<br>&#xA0;&#xA0; authed user<br>&#xA0;+ 368632 Remove superfluous removal of org.apache.catalina.jsp_file<br>
&#xA0;+ 368633 fixed configure.dtd resource mappings<br>&#xA0;+ 368635 moved lifecycle state reporting from toString to dump<br>&#xA0;+ 368773 process data constraints without realm<br>&#xA0;+ 368787 always set token view to new header buffers in httpparser<br>
&#xA0;+ 368821 improved test harness<br>&#xA0;+ 368920 JettyAwareLogger always formats the arguments.<br>&#xA0;+ 368948 POM for jetty-jndi references unknown version for javax.activation.<br>&#xA0;+ 368992 NPE in HttpGenerator.prepareBuffers() test case.<br>
&#xA0;+ JETTY-1475 made output state fields volatile to provide memory barrier for<br>&#xA0;&#xA0; non dispatched thread IO<br><br>jetty-8.1.0.RC4 - 13 January 2012<br>&#xA0;+ 365048 jetty Http client does not send proxy authentication when requesting<br>
&#xA0;&#xA0; a Https-resource through a web-proxy.<br>&#xA0;+ 366774 removed XSS vulnerbility<br>&#xA0;+ 367099 Upgrade jetty-websocket for RFC 6455 - Addendum.<br>&#xA0;+ 367433 added tests to investigate<br>&#xA0;+ 367435 improved D00 test harness<br>
&#xA0;+ 367485 HttpExchange canceled before response do not release connection.<br>&#xA0;+ 367502 WebSocket connections should be closed when application context is&#xA0; stopped.<br>&#xA0;+ 367548 jetty-osgi-boot must not import the nested package twice<br>
&#xA0;+ 367591 corrected configuration.xml version to 7.6<br>&#xA0;+ 367635 Added support for start.d directory<br>&#xA0;+ 367716 simplified maxIdleTime logic<br>&#xA0;+ 368035 WebSocketClientFactory does not invoke super.doStop().<br>&#xA0;+ 368060 do not encode sendRedirect URLs<br>
&#xA0;+ 368112 NPE on &lt;jsp-config&gt;&lt;taglib&gt; element parsing web.xml<br>&#xA0;+ 368113 Support servlet mapping to &quot;&quot;<br>&#xA0;+ 368114 Protect against non-Strings in System properties for Log<br>&#xA0;+ 368189 WebSocketClientFactory should not manage external thread pool. <br>
&#xA0;+ 368240 Improve AggregateLifeCycle handling of shared lifecycles<br>&#xA0;+ 368215 Remove debug from jaspi<br>&#xA0;+ 368240 Better handling of locally created ThreadPool. Forgot to null out &#xA0;&#xA0; field.<br>&#xA0;+ 368291 Change warning to info for NoSuchFieldException on &#xA0;&#xA0; BeanELResolver.properties<br>
&#xA0;+ 367638 limit number of form parameters to avoid DOS<br>&#xA0;+ JETTY-1467 close half closed when idle<br><br>jetty-8.1.0.RC2 - 22 December 2011<br>&#xA0;+ 359329 jetty-jaspi must exports its packages. jetty-plus must import&#xA0;&#xA0; javax.security<br>
&#xA0;+ 364638 HttpParser closes if data received while seeking EOF. Tests fixed to&#xA0; cope<br>&#xA0;+ 364921 Made test less time sensitive<br>&#xA0;+ 364936 use Resource for opening URL streams<br>&#xA0;+ 365267 NullPointerException in bad Address<br>
&#xA0;+ 365375 ResourceHandler should be a HandlerWrapper<br>&#xA0;+ 365750 Support WebSocket over SSL, aka wss://<br>&#xA0;+ 365932 Produce jetty-websocket aggregate jar for android use<br>&#xA0;+ 365947 Set headers for Auth failure and retry in http-spi<br>
&#xA0;+ 366316 Superfluous printStackTrace on 404<br>&#xA0;+ 366342 Dont persist DosFilter trackers in http session<br>&#xA0;+ 366730 pass the time idle to onIdleExpire<br>&#xA0;+ 367048 test harness for guard on suspended requests<br>&#xA0;+ 367175 SSL 100% CPU spin in case of blocked write and RST.<br>
&#xA0;+ 367219 WebSocketClient.open() fails when URI uses default ports.<br>&#xA0;+ 367383 jsp-config element must be returned for &#xA0;&#xA0; ServletContext.getJspConfigDescriptor<br>&#xA0;+ JETTY-1460 suppress PrintWriter exceptions<br>&#xA0;+ JETTY-1463 websocket D0 parser should return progress even if no fill done<br>
&#xA0;+ JETTY-1465 NPE in ContextHandler.toString<br><br>jetty-8.1.0.RC1 - 06 December 2011<br>&#xA0;+ 360245 The version of the javax.servlet packages to import is 2.6 instead of 3.0<br>&#xA0;+ 365370 ServletHandler can fall through to nested handler<br>
<br>jetty-8.1.0.RC0 - 30 November 2011<br>&#xA0;+ 352565 cookie httponly flag ignored<br>&#xA0;+ 353285 ServletSecurity annotation ignored<br>&#xA0;+ 357163 jetty 8 ought to proxy jetty8 javadocs<br>&#xA0;+ 357209 JSP tag listeners not called<br>
&#xA0;+ 360051 SocketConnectionTest.testServerClosedConnection is excluded.<br>&#xA0;+ 361135 Allow session cookies to NEVER be marked as secure, even on HTTPS<br>&#xA0;&#xA0; requests.<br>&#xA0;+ 362249 update shell scripts to jetty8<br>&#xA0;+ 363878 Add ecj compiler to jetty-8 for jsp<br>
&#xA0;+ 364283 can&#39;t parse the servlet multipart-config for the web.xml<br>&#xA0;+ 364430 Support web.xml enabled state for servlets<br><br>&#xA0; jetty-7.6.0.v20120127 - 27 January 2012<br>&#xA0;+ 368773 allow authentication to be set by non securityHandler handlers<br>
&#xA0;+ 368992 avoid update key while flushing during a write<br>&#xA0;+ 369216 turned off the shared resource cache<br>&#xA0;+ 369349 replace quotes with a space escape method<br><br>jetty-7.6.0.RC5 - 20 January 2012<br>&#xA0;+ 359329 Prevent reinvocation of LoginModule.login with jaspi for already<br>
&#xA0;&#xA0; authed user<br>&#xA0;+ 368632 Remove superfluous removal of org.apache.catalina.jsp_file<br>&#xA0;+ 368633 fixed configure.dtd resource mappings<br>&#xA0;+ 368635 moved lifecycle state reporting from toString to dump<br>&#xA0;+ 368773 process data constraints without realm<br>
&#xA0;+ 368787 always set token view to new header buffers in httpparser<br>&#xA0;+ 368821 improved test harness<br>&#xA0;+ 368920 JettyAwareLogger always formats the arguments.<br>&#xA0;+ 368948 POM for jetty-jndi references unknown version for javax.activation.<br>
&#xA0;+ 368992 avoid non-blocking flush when writing to avoid setting !_writable<br>&#xA0;&#xA0; without _writeblocked<br>&#xA0;+ JETTY-1475 made output state fields volatile to provide memory barrier for<br>&#xA0;&#xA0; non dispatched thread IO<br><br>
jetty-7.6.0.RC4 - 13 January 2012<br>&#xA0;+ 365048 jetty Http client does not send proxy authentication when requesting<br>&#xA0;&#xA0; a Https-resource through a web-proxy.<br>&#xA0;+ 366774 removed XSS vulnerbility<br>&#xA0;+ 367099 Upgrade jetty-websocket for RFC 6455 - Addendum.<br>
&#xA0;+ 367716 simplified maxIdleTime logic<br>&#xA0;+ 368035 WebSocketClientFactory does not invoke super.doStop().<br>&#xA0;+ 368060 do not encode sendRedirect URLs<br>&#xA0;+ 368114 Protect against non-Strings in System properties for Log<br>
&#xA0;+ 368189 WebSocketClientFactory should not manage external thread pool.<br>&#xA0;+ 368215 Remove debug from jaspi<br>&#xA0;+ 368240 Improve AggregateLifeCycle handling of shared lifecycles<br>&#xA0;+ 368291 Change warning to info for NoSuchFieldException on<br>
&#xA0;&#xA0; BeanELResolver.properties<br><br>jetty-7.6.0.RC3 - 05 January 2012<br>&#xA0;+ 367433 added tests to investigate<br>&#xA0;+ 367435 improved D00 test harness<br>&#xA0;+ 367485 HttpExchange canceled before response do not release connection.<br>
&#xA0;+ 367502 WebSocket connections should be closed when application context is<br>&#xA0;&#xA0; stopped.<br>&#xA0;+ 367591 corrected configuration.xml version to 7.6<br>&#xA0;+ 367635 Added support for start.d directory<br>&#xA0;+ 367638 limit number of form parameters to avoid DOS<br>
&#xA0;+ JETTY-1467 close half closed when idle<br><br>jetty-7.6.0.RC2 - 22 December 2011<br>&#xA0;+ 364638 HttpParser closes if data received while seeking EOF. Tests fixed to<br>&#xA0;&#xA0; cope<br>&#xA0;+ 364921 Made test less time sensitive for ssl<br>
&#xA0;+ 364936 use Resource for opening URL streams<br>&#xA0;+ 365267 NullPointerException in bad Address<br>&#xA0;+ 365375 ResourceHandler should be a HandlerWrapper<br>&#xA0;+ 365750 Support WebSocket over SSL, aka wss://<br>&#xA0;+ 365932 Produce jetty-websocket aggregate jar for android use<br>
&#xA0;+ 365947 Set headers for Auth failure and retry in http-spi<br>&#xA0;+ 366316 Superfluous printStackTrace on 404<br>&#xA0;+ 366342 Dont persist DosFilter trackers in http session<br>&#xA0;+ 366730 pass the time idle to onIdleExpire<br>
&#xA0;+ 367048 test harness for guard on suspended requests<br>&#xA0;+ 367175 SSL 100% CPU spin in case of blocked write and RST.<br>&#xA0;+ 367219 WebSocketClient.open() fails when URI uses default ports.<br>&#xA0;+ JETTY-1460 suppress PrintWriter exceptions<br>
&#xA0;+ JETTY-1463 websocket D0 parser should return progress even if no fill done<br>&#xA0;+ JETTY-1465 NPE in ContextHandler.toString<br><br>jetty-7.6.0.RC1 - 04 December 2011<br>&#xA0;+ 352565 cookie httponly flag ignored<br>&#xA0;+ 353285 ServletSecurity annotation ignored<br>
&#xA0;+ 357163 jetty 8 ought to proxy jetty8 javadocs<br>&#xA0;+ 357209 JSP tag listeners not called<br>&#xA0;+ 360051 SocketConnectionTest.testServerClosedConnection is excluded.<br>&#xA0;+ 361135 Allow session cookies to NEVER be marked as secure, even on HTTPS<br>
&#xA0;&#xA0; requests.<br>&#xA0;+ 362249 update shell scripts to jetty8<br>&#xA0;+ 363878 Add ecj compiler to jetty-8 for jsp<br>&#xA0;+ 364283 can&#39;t parse the servlet multipart-config for the web.xml<br>&#xA0;+ 364430 Support web.xml enabled state for servlets<br>
&#xA0;+ 365370 ServletHandler can fall through to nested handler<br><br>jetty-7.6.0.RC0 - 29 November 2011<br>&#xA0;+ Refactored NIO layer for better half close handling<br>&#xA0;+ 349110 fixed bypass chunk handling<br>&#xA0;+ 360546 handle set count exceeding max integer<br>
&#xA0;+ 362111 StdErrLog.isDebugEnabled() returns true too often<br>&#xA0;+ 362113 Improve Test Coverage of org.eclipse.jetty.util.log classes<br>&#xA0;+ 362407 setTrustStore(Resource) -&gt; setTrustStoreResource(R)<br>&#xA0;+ 362447 add setMaxNonceAge() to DigestAuthenticator<br>
&#xA0;+ 362468 NPE at line org.eclipse.jetty.io.BufferUtil.putHexInt<br>&#xA0;+ 362614 NPE in accepting connection<br>&#xA0;+ 362626 IllegalStateException thrown when SslContextFactory preconfigured<br>&#xA0;&#xA0; with SSLContext<br>&#xA0;+ 362696 expand virtual host configuration options to ContextHandler and add<br>
&#xA0;&#xA0; associated test case for new behavior<br>&#xA0;+ 362742 improved UTF8 exception reason<br>&#xA0;+ 363124 improved websocket close handling<br>&#xA0;+ 363381 Throw IllegalStateException if Request uri is null on getServerName<br>&#xA0;+ 363408 GzipFilter should not attempt to compress HTTP status 204<br>
&#xA0;+ 363488 ShutdownHandler use stopper thread<br>&#xA0;+ 363718 Setting java.rmi.server.hostname in jetty-jmx.xml<br>&#xA0;+ 363757 partial fix<br>&#xA0;+ 363785 StdErrLog must use system-dependent EOL.<br>&#xA0;+ 363943 ignore null attribute values<br>
&#xA0;+ 363993 EOFException parsing HEAD response in HttpTester<br>&#xA0;+ 364638 SCEP does idle timestamp checking. New setCheckForIdle method<br>&#xA0;&#xA0; controls onIdleExpired callback. 364921 a second onIdleExpired callback will<br>&#xA0;&#xA0; result in close rather than a shutdown output.<br>
&#xA0;+ 364657 Support HTTP only cookies from standard API<br>&#xA0;+ JETTY-1442 add _hostHeader setter for ProxyRule<br><br><br>
]]></content:encoded>
		<pubDate>Sat, 28 Jan 2012 21:50:53 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/jetty-announce/msg00026.html</guid>
		<author>gregw@xxxxxxx (Greg Wilkins)</author>
	</item>


	<item>
		<title>[jetty-announce] Jetty 7.6.0.RC0 and 8.1.0RC0</title>
		<link>http://dev.eclipse.org/mhonarc/lists/jetty-announce/msg00025.html</link>
		<description>Release Candidates for 7.6.0.RC0 and 8.1.0RC0 are now available via http://eclipse.org/jetty http://jetty.codehaus.org These releases have a significant re factoring of the NIO layer to better cope with the features added over recent years and to better de...</description>
		<content:encoded><![CDATA[<pre>Release Candidates for 7.6.0.RC0 and 8.1.0RC0 are now available via

  <a  href="http://eclipse.org/jetty">http://eclipse.org/jetty</a>
  <a  href="http://jetty.codehaus.org">http://jetty.codehaus.org</a>

These releases have a significant re factoring of the NIO layer to
better cope with the features added over recent years and to better
deal with some of the instability that was introduced in the 7.5.x
releases (specially with regards to half closed SSL connections).

We would appreciate as much feedback as you can give (positive or
negative) on your testing/usage of these releases.

jetty-8.1.0.RC0 - 30 November 2011
 + 352565 cookie httponly flag ignored
 + 353285 ServletSecurity annotation ignored
 + 357163 jetty 8 ought to proxy jetty8 javadocs
 + 357209 JSP tag listeners not called
 + 360051 SocketConnectionTest.testServerClosedConnection is excluded.
 + 361135 Allow session cookies to NEVER be marked as secure, even on HTTPS
   requests.
 + 362249 update shell scripts to jetty8
 + 363878 Add ecj compiler to jetty-8 for jsp
 + 364283 can't parse the servlet multipart-config for the web.xml
 + 364430 Support web.xml enabled state for servlets

jetty-7.6.0.RC0 - 29 November 2011
 + Refactored NIO layer for better half close handling
 + 349110 fixed bypass chunk handling
 + 360546 handle set count exceeding max integer
 + 362111 StdErrLog.isDebugEnabled() returns true too often
 + 362113 Improve Test Coverage of org.eclipse.jetty.util.log classes
 + 362407 setTrustStore(Resource) -&gt; setTrustStoreResource(R)
 + 362447 add setMaxNonceAge() to DigestAuthenticator
 + 362468 NPE at line org.eclipse.jetty.io.BufferUtil.putHexInt
 + 362614 NPE in accepting connection
 + 362626 IllegalStateException thrown when SslContextFactory preconfigured
   with SSLContext
 + 362696 expand virtual host configuration options to ContextHandler and add
   associated test case for new behavior
 + 362742 improved UTF8 exception reason
 + 363124 improved websocket close handling
 + 363381 Throw IllegalStateException if Request uri is null on getServerName
 + 363408 GzipFilter should not attempt to compress HTTP status 204
 + 363488 ShutdownHandler use stopper thread
 + 363718 Setting java.rmi.server.hostname in jetty-jmx.xml
 + 363757 partial fix
 + 363785 StdErrLog must use system-dependent EOL.
 + 363943 ignore null attribute values
 + 363993 EOFException parsing HEAD response in HttpTester
 + 364638 SCEP does idle timestamp checking. New setCheckForIdle method
   controls onIdleExpired callback. 364921 a second onIdleExpired callback will
   result in close rather than a shutdown output.
 + 364657 Support HTTP only cookies from standard API
 + JETTY-1442 add _hostHeader setter for ProxyRule

</pre>]]></content:encoded>
		<pubDate>Wed, 30 Nov 2011 22:31:26 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/jetty-announce/msg00025.html</guid>
		<author>gregw@xxxxxxx (Greg Wilkins)</author>
	</item>


	<item>
		<title>Re: [jetty-announce] Need &quot;ServerAuthentication&quot; info...</title>
		<link>http://dev.eclipse.org/mhonarc/lists/jetty-announce/msg00024.html</link>
		<description> </description>
		<content:encoded><![CDATA[<table width="100%"><tr><td bgcolor="#FFFFFF" style="background-color: #FFFFFF; color: #000000; "><font color="#000000">
  
  
    Is it necessary to post this to [jetty-announce?<br>
    Please choose *one* dedicated mailing list for questions of that
    kind&#8230;<br>
    R.<br>
    <br>
    On 10/31/2011 09:55 AM, gopinath nallamolu wrote:
    <blockquote
cite=""
      type="cite">
      <div class="gmail_quote">
        <div><span style="font-family:Verdana, Geneva, Lucida, 'Lucida
            Grande', Arial, Helvetica,
            sans-serif;font-size:13px;line-height:16px;background-color:rgb(244,
            244, 244)">Hi All,</span></div>
        <div><span style="font-family:Verdana, Geneva, Lucida, 'Lucida
            Grande', Arial, Helvetica,
            sans-serif;font-size:13px;line-height:16px;background-color:rgb(244,
            244, 244)"><br>
          </span></div>
        <span style="font-family:Verdana, Geneva, Lucida, 'Lucida
          Grande', Arial, Helvetica,
          sans-serif;font-size:13px;line-height:16px;background-color:rgb(244,
          244, 244)">FormAuthModule which is present in
          org.eclipse.jetty.security.jaspi.modules has been&nbsp;</span><span
          style="font-family:Verdana, Geneva, Lucida, 'Lucida Grande',
          Arial, Helvetica,
          sans-serif;font-size:13px;line-height:16px;text-align:left;background-color:rgb(244,
          244, 244)">deprecated. In API doc it was mentioned to use
          *ServerAuthentication. But i can't find this class
          "ServerAuthentication".</span><br
          style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;font-family:Verdana,
          Geneva, Lucida, 'Lucida Grande', Arial, Helvetica,
          sans-serif;font-size:13px;line-height:16px;text-align:left;background-color:rgb(244,
          244, 244)">
        <br
          style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;font-family:Verdana,
          Geneva, Lucida, 'Lucida Grande', Arial, Helvetica,
          sans-serif;font-size:13px;line-height:16px;text-align:left;background-color:rgb(244,
          244, 244)">
        <span style="font-family:Verdana, Geneva, Lucida, 'Lucida
          Grande', Arial, Helvetica,
          sans-serif;font-size:13px;line-height:16px;text-align:left;background-color:rgb(244,
          244, 244)">Can any one please let me know what
          "ServerAuthentication" is and where i can find this class.</span>
        <div>
          <span style="font-family:Verdana, Geneva, Lucida, 'Lucida
            Grande', Arial, Helvetica,
            sans-serif;font-size:13px;line-height:16px;text-align:left;background-color:rgb(244,
            244, 244)"><br>
          </span></div>
        <div><span style="font-family:Verdana, Geneva, Lucida, 'Lucida
            Grande', Arial, Helvetica,
            sans-serif;font-size:13px;line-height:16px;text-align:left;background-color:rgb(244,
            244, 244)">what does * represents in "</span><span
            style="font-family:Verdana, Geneva, Lucida, 'Lucida Grande',
            Arial, Helvetica,
            sans-serif;font-size:13px;line-height:16px;background-color:rgb(244,
            244, 244)">*ServerAuthentication</span><span
            style="font-family:Verdana, Geneva, Lucida, 'Lucida Grande',
            Arial, Helvetica,
            sans-serif;font-size:13px;line-height:16px;background-color:rgb(244,
            244, 244)">".&nbsp;</span></div>
        <div><br
            style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;font-family:Verdana,
            Geneva, Lucida, 'Lucida Grande', Arial, Helvetica,
            sans-serif;font-size:13px;line-height:16px;text-align:left;background-color:rgb(244,
            244, 244)">
          <span style="font-family:Verdana, Geneva, Lucida, 'Lucida
            Grande', Arial, Helvetica,
            sans-serif;font-size:13px;line-height:16px;text-align:left;background-color:rgb(244,
            244, 244)">Regards,</span><br
            style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;font-family:Verdana,
            Geneva, Lucida, 'Lucida Grande', Arial, Helvetica,
            sans-serif;font-size:13px;line-height:16px;text-align:left;background-color:rgb(244,
            244, 244)">
          <span style="font-family:Verdana, Geneva, Lucida, 'Lucida
            Grande', Arial, Helvetica,
            sans-serif;font-size:13px;line-height:16px;text-align:left;background-color:rgb(244,
            244, 244)">gopi</span></div>
      </div>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
jetty-announce mailing list
<a class="moz-txt-link-abbreviated" href="mailto:jetty-announce@xxxxxxxxxxx">jetty-announce@xxxxxxxxxxx</a>
<a class="moz-txt-link-freetext" href="https://dev.eclipse.org/mailman/listinfo/jetty-announce">https://dev.eclipse.org/mailman/listinfo/jetty-announce</a>
</pre>
    </blockquote>
    <br>
  

</font></td></tr></table>]]></content:encoded>
		<pubDate>Mon, 31 Oct 2011 09:00:11 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/jetty-announce/msg00024.html</guid>
		<author>rkrell@xxxxxxx (Ren&#xE9; Krell)</author>
	</item>
	<item>
		<title>[jetty-announce] Need &quot;ServerAuthentication&quot; info...</title>
		<link>http://dev.eclipse.org/mhonarc/lists/jetty-announce/msg00023.html</link>
		<description>Hi All, FormAuthModule which is present in org.eclipse.jetty.security.jaspi.modules has been&amp;#xA0;deprecated. In API doc it was mentioned to use *ServerAuthentication. But i can&amp;#39;t find this class &amp;quot;ServerAuthentication&amp;quot;. Can any one please let me know what ;Serv...</description>
		<content:encoded><![CDATA[<div class="gmail_quote"><div><span style="font-family:Verdana, Geneva, Lucida, &#39;Lucida Grande&#39;, Arial, Helvetica, sans-serif;font-size:13px;line-height:16px;background-color:rgb(244, 244, 244)">Hi All,</span></div>

<div><span style="font-family:Verdana, Geneva, Lucida, &#39;Lucida Grande&#39;, Arial, Helvetica, sans-serif;font-size:13px;line-height:16px;background-color:rgb(244, 244, 244)"><br></span></div>
<span style="font-family:Verdana, Geneva, Lucida, &#39;Lucida Grande&#39;, Arial, Helvetica, sans-serif;font-size:13px;line-height:16px;background-color:rgb(244, 244, 244)">FormAuthModule which is present in org.eclipse.jetty.security.jaspi.modules has been&#xA0;</span><span style="font-family:Verdana, Geneva, Lucida, &#39;Lucida Grande&#39;, Arial, Helvetica, sans-serif;font-size:13px;line-height:16px;text-align:left;background-color:rgb(244, 244, 244)">deprecated. In API doc it was mentioned to use *ServerAuthentication. But i can&#39;t find this class &quot;ServerAuthentication&quot;.</span><br style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;font-family:Verdana, Geneva, Lucida, &#39;Lucida Grande&#39;, Arial, Helvetica, sans-serif;font-size:13px;line-height:16px;text-align:left;background-color:rgb(244, 244, 244)">

<br style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;font-family:Verdana, Geneva, Lucida, &#39;Lucida Grande&#39;, Arial, Helvetica, sans-serif;font-size:13px;line-height:16px;text-align:left;background-color:rgb(244, 244, 244)">

<span style="font-family:Verdana, Geneva, Lucida, &#39;Lucida Grande&#39;, Arial, Helvetica, sans-serif;font-size:13px;line-height:16px;text-align:left;background-color:rgb(244, 244, 244)">Can any one please let me know what &quot;ServerAuthentication&quot; is and where i can find this class.</span><div>

<span style="font-family:Verdana, Geneva, Lucida, &#39;Lucida Grande&#39;, Arial, Helvetica, sans-serif;font-size:13px;line-height:16px;text-align:left;background-color:rgb(244, 244, 244)"><br>
</span></div><div><span style="font-family:Verdana, Geneva, Lucida, &#39;Lucida Grande&#39;, Arial, Helvetica, sans-serif;font-size:13px;line-height:16px;text-align:left;background-color:rgb(244, 244, 244)">what does * represents in &quot;</span><span style="font-family:Verdana, Geneva, Lucida, &#39;Lucida Grande&#39;, Arial, Helvetica, sans-serif;font-size:13px;line-height:16px;background-color:rgb(244, 244, 244)">*ServerAuthentication</span><span style="font-family:Verdana, Geneva, Lucida, &#39;Lucida Grande&#39;, Arial, Helvetica, sans-serif;font-size:13px;line-height:16px;background-color:rgb(244, 244, 244)">&quot;.&#xA0;</span></div>

<div><br style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;font-family:Verdana, Geneva, Lucida, &#39;Lucida Grande&#39;, Arial, Helvetica, sans-serif;font-size:13px;line-height:16px;text-align:left;background-color:rgb(244, 244, 244)">

<span style="font-family:Verdana, Geneva, Lucida, &#39;Lucida Grande&#39;, Arial, Helvetica, sans-serif;font-size:13px;line-height:16px;text-align:left;background-color:rgb(244, 244, 244)">Regards,</span><br style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;font-family:Verdana, Geneva, Lucida, &#39;Lucida Grande&#39;, Arial, Helvetica, sans-serif;font-size:13px;line-height:16px;text-align:left;background-color:rgb(244, 244, 244)">

<span style="font-family:Verdana, Geneva, Lucida, &#39;Lucida Grande&#39;, Arial, Helvetica, sans-serif;font-size:13px;line-height:16px;text-align:left;background-color:rgb(244, 244, 244)">gopi</span></div>
</div><br>
]]></content:encoded>
		<pubDate>Mon, 31 Oct 2011 08:56:11 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/jetty-announce/msg00023.html</guid>
		<author>gopinath511@xxxxxxx (gopinath nallamolu)</author>
	</item>
	<item>
		<title>[jetty-announce] Need &quot;ServerAuthentication&quot; info...</title>
		<link>http://dev.eclipse.org/mhonarc/lists/jetty-announce/msg00022.html</link>
		<description>Hi All, FormAuthModule which is present in org.eclipse.jetty.security.jaspi.modules has been&amp;#xA0;deprecated. In API doc it was mentioned to use *ServerAuthentication. But i can&amp;#39;t find this class &amp;quot;ServerAuthentication&amp;quot;. Can any one please let me know what ;Serv...</description>
		<content:encoded><![CDATA[<div class="gmail_quote"><div><span style="font-family:Verdana, Geneva, Lucida, &#39;Lucida Grande&#39;, Arial, Helvetica, sans-serif;font-size:13px;line-height:16px;background-color:rgb(244, 244, 244)">Hi All,</span></div>


<div><span style="font-family:Verdana, Geneva, Lucida, &#39;Lucida Grande&#39;, Arial, Helvetica, sans-serif;font-size:13px;line-height:16px;background-color:rgb(244, 244, 244)"><br></span></div>
<span style="font-family:Verdana, Geneva, Lucida, &#39;Lucida Grande&#39;, Arial, Helvetica, sans-serif;font-size:13px;line-height:16px;background-color:rgb(244, 244, 244)">FormAuthModule which is present in org.eclipse.jetty.security.jaspi.modules has been&#xA0;</span><span style="font-family:Verdana, Geneva, Lucida, &#39;Lucida Grande&#39;, Arial, Helvetica, sans-serif;font-size:13px;line-height:16px;text-align:left;background-color:rgb(244, 244, 244)">deprecated. In API doc it was mentioned to use *ServerAuthentication. But i can&#39;t find this class &quot;ServerAuthentication&quot;.</span><br style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;font-family:Verdana, Geneva, Lucida, &#39;Lucida Grande&#39;, Arial, Helvetica, sans-serif;font-size:13px;line-height:16px;text-align:left;background-color:rgb(244, 244, 244)">


<br style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;font-family:Verdana, Geneva, Lucida, &#39;Lucida Grande&#39;, Arial, Helvetica, sans-serif;font-size:13px;line-height:16px;text-align:left;background-color:rgb(244, 244, 244)">


<span style="font-family:Verdana, Geneva, Lucida, &#39;Lucida Grande&#39;, Arial, Helvetica, sans-serif;font-size:13px;line-height:16px;text-align:left;background-color:rgb(244, 244, 244)">Can any one please let me know what &quot;ServerAuthentication&quot; is and where i can find this class.</span><div>


<span style="font-family:Verdana, Geneva, Lucida, &#39;Lucida Grande&#39;, Arial, Helvetica, sans-serif;font-size:13px;line-height:16px;text-align:left;background-color:rgb(244, 244, 244)"><br>
</span></div><div><span style="font-family:Verdana, Geneva, Lucida, &#39;Lucida Grande&#39;, Arial, Helvetica, sans-serif;font-size:13px;line-height:16px;text-align:left;background-color:rgb(244, 244, 244)">what does * represents in &quot;</span><span style="font-family:Verdana, Geneva, Lucida, &#39;Lucida Grande&#39;, Arial, Helvetica, sans-serif;font-size:13px;line-height:16px;background-color:rgb(244, 244, 244)">*ServerAuthentication</span><span style="font-family:Verdana, Geneva, Lucida, &#39;Lucida Grande&#39;, Arial, Helvetica, sans-serif;font-size:13px;line-height:16px;background-color:rgb(244, 244, 244)">&quot;.&#xA0;</span></div>


<div><br style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;font-family:Verdana, Geneva, Lucida, &#39;Lucida Grande&#39;, Arial, Helvetica, sans-serif;font-size:13px;line-height:16px;text-align:left;background-color:rgb(244, 244, 244)">


<span style="font-family:Verdana, Geneva, Lucida, &#39;Lucida Grande&#39;, Arial, Helvetica, sans-serif;font-size:13px;line-height:16px;text-align:left;background-color:rgb(244, 244, 244)">Regards,</span><br style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;font-family:Verdana, Geneva, Lucida, &#39;Lucida Grande&#39;, Arial, Helvetica, sans-serif;font-size:13px;line-height:16px;text-align:left;background-color:rgb(244, 244, 244)">


<span style="font-family:Verdana, Geneva, Lucida, &#39;Lucida Grande&#39;, Arial, Helvetica, sans-serif;font-size:13px;line-height:16px;text-align:left;background-color:rgb(244, 244, 244)">gopi</span></div>
</div><br>
]]></content:encoded>
		<pubDate>Mon, 31 Oct 2011 08:55:15 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/jetty-announce/msg00022.html</guid>
		<author>gopinath511@xxxxxxx (gopinath nallamolu)</author>
	</item>


	<item>
		<title>[jetty-announce] Jetty 7.5.4.v20111024 and Jetty 8.0.4.v20111024	Released</title>
		<link>http://dev.eclipse.org/mhonarc/lists/jetty-announce/msg00021.html</link>
		<description>I have released a new minor bugfix release for Jetty. The artifacts are already in maven central. Eclipse: http://download.eclipse.org/jetty Codehaus: http://dist.codehaus.org/jetty Deb: http://dist.codehaus.org/jetty/deb Rpm: http://dist.codehaus.org/jett...</description>
		<content:encoded><![CDATA[<pre>I have released a new minor bugfix release for Jetty.  The artifacts
are already in maven central.

Eclipse: <a  href="http://download.eclipse.org/jetty">http://download.eclipse.org/jetty</a>

Codehaus: <a  href="http://dist.codehaus.org/jetty">http://dist.codehaus.org/jetty</a>

Deb: <a  href="http://dist.codehaus.org/jetty/deb">http://dist.codehaus.org/jetty/deb</a>
Rpm: <a  href="http://dist.codehaus.org/jetty/rpm">http://dist.codehaus.org/jetty/rpm</a>

cheers,
jesse

jetty-7.5.4.v20111024 - 24 October 2011
 + 358263 JDBCSessionIdManager add setDatasource(DataSource) method
 + 358649 Replace existing StdErrLog system properties for DEBUG/IGNORED with
   LEVEL instead.
 + 360836 Accept parameters with bad UTF-8. Use replacement character
 + 360912 CrossOriginFilter does not send Access-Control-Allow-Origin on
   responses. 355103 Make allowCredentials default to true in
   CrossOriginFilter.
 + 360938 Connections closed after a while.
 + 361319 Log initialization does not catch correct exceptions on all jvms
 + 361325 359292 Allow KeyStore to be set
 + 361456 release timer task on connection failed
 + 361655 ExecutorThreadPool.isLowOnThreads() returns wrong value.
 + JETTY-1444 start threadpool before selector manager

jetty@xxxxxxxxxxxxxxxxxxxxxxxx - 24 October 2011
 + JETTY-1443 Corrected property names in jetty-setuid.xml
 + JETTY-1446 jetty-setuid is not unpacked to jetty-hightide

jetty-8.0.4.v20111024 - 24 October 2011
 + 358263 JDBCSessionIdManager add setDatasource(DataSource) method
 + 358649 Replace existing StdErrLog system properties for DEBUG/IGNORED with
   LEVEL instead.
 + 360836 Accept parameters with bad UTF-8. Use replacement character
 + 360912 CrossOriginFilter does not send Access-Control-Allow-Origin on
   responses. 355103 Make allowCredentials default to true in
   CrossOriginFilter.
 + 360938 Connections closed after a while.
 + 361135 secure cookies for sessions
 + 361319 Log initialization does not catch correct exceptions on all jvms
 + 361325 359292 Allow KeyStore to be set
 + 361456 release timer task on connection failed
 + 361655 ExecutorThreadPool.isLowOnThreads() returns wrong value.
 + JETTY-1444 start threadpool before selector manager

jetty@xxxxxxxxxxxxxxxxxxxxxxxx - 24 October 2011
 + JETTY-1443 Corrected property names in jetty-setuid.xml
 + JETTY-1446 jetty-setuid is not unpacked to jetty-hightide


--
jesse mcconnell
jesse.mcconnell@xxxxxxxxx

</pre>]]></content:encoded>
		<pubDate>Tue, 25 Oct 2011 16:20:15 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/jetty-announce/msg00021.html</guid>
		<author>jesse.mcconnell@xxxxxxx (Jesse McConnell)</author>
	</item>

 
	</channel>
	</rss>
<!-- MHonArc v2.6.10 -->

