Jesse McConnell | 5 May 2008 21:53

[jetty-announce] [RELEASE] Jetty 7.0.0pre1

The Jetty 7.0.0pre1 release is now available in the maven central repository!

The traditional bundle that jetty is released with is located at:

http://repo1.maven.org/maven2/org/mortbay/jetty/jetty-assembly/7.0.0pre1/

We are in the process of getting the release available in the normal
jetty download locations.

The changes in this pre-release since 7.0.0pre0 are as follows:

 + Allow annotations example to be built regularly, copy to contexts-available
 + Make annotations example consistent with servlet 3.0
 + Refactor JNDI impl to simplify
 + Improved suspend examples
 + address osgi bundling issue relating to build resources
 + JETTY-529 CNFE when deserializing Array from session resolved
 + JETTY-558 optional handling of X-Forwarded-For/Host/Server
 + JETTY-559 ignore unsupported shutdownOutput
 + JETTY-566 allow for non-blocking behavior in jetty maven plugin
 + JETTY-440 allow file name patterns for jsp compilation for jspc plugin

cheers!
jesse

--

-- 
jesse mcconnell
jesse.mcconnell <at> gmail.com

---------------------------------------------------------------------
(Continue reading)

Chris Markle | 9 May 2008 06:19
Picon
Gravatar

[jetty-announce] I know it's old but... can I configure Jetty 4.2 to 404 or whatever a specific URL?

Folks,

I've inherited a product using Jetty 4.2 and yes I know it's moldy-oldy... I
need to ideally configure Jetty to disallow access to a specific path/URL ala
/admin/foo at least temporarily to mitigate a security issue. Is there some way
in the Jetty config for v4 to do this?

It would be even better if I could restrict the OK access to the path to those
form a certain IP or IP range but that's extra credit.

Really I just need the server to respond to /admin/foo with a 404 or some such
response...

Any specific suggestions would be most welcome... Thanks in advance.

Chris

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email

Jesse McConnell | 22 May 2008 18:15
Picon
Gravatar

[jetty-announce] [RELEASE] Jetty 6.1.10

Jetty 6.1.10 is released!

Binaries are located at:

http://ftp.mortbay.org/pub/jetty-6.1.10
http://dist.codehaus.org/jetty/jetty-6.1.10

Rpms will be available soon in their normal locations.

Issues resolved in this release are as follows:

jetty-6.0.10 20 May 2008
 + Use QueuedThreadPool as default
 + JETTY-440 allow file name patterns for jsp compilation for jspc plugin
 + JETTY-529 CNFE when deserializing Array from session resolved
 + JETTY-537 JSON handles Locales
 + JETTY-547 Shutdown SocketEndpoint output before close
 + JETTY-550 Reading 0 bytes corrupts ServletInputStream
 + JETTY-551 Upgraded to Wadi 2.0-M10
 + JETTY-556 Encode all URI fragments
 + JETTY-557 Allow ServletContext.setAttribute before start
 + JETTY-558 optional handling of X-Forwarded-For/Host/Server
 + JETTY-566 allow for non-blocking behavior in jetty maven plugin
 + JETTY-572 unique cometd client ID
 + JETTY-579 osgi fixes with management and servlet resources

cheers!
jesse

--

-- 
(Continue reading)


Gmane