Craig, the jetty-jsp-2.1 module is not required (can't remember precisely when, but it was a release or so ago).
Whilst the module jetty-jsp exists, it is now just a maven convenience for gathering all jsp related dependencies in the one pom. If you're using osgi, then you should probably be using the jetty-osgi bundles jetty-osgi-boot and jetty-osgi-boot-jsp - these are not in the jetty-distribution but are available for download from maven central - which have imports for the right jsp dependencies. Jan On 22 March 2012 13:19, Craig Ching <[email protected]> wrote: > Hi Jesse, > > I reported some issues with JSP awhile back (I believe against 7.5.4) and > you had mentioned using the Orbit dependencies. I had tried that and it > didn't help, but I didn't have the time to look into it further. What's the > best way to test the latest and report problems? Get the source and build I > assume? I'd like to ensure that we get our problems resolved and I'm > willing to help! > > Cheers, > Craig > > On Fri, Mar 9, 2012 at 1:51 PM, Jesse McConnell <[email protected]> > wrote: >> >> 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 >> [email protected] >> _______________________________________________ >> jetty-users mailing list >> [email protected] >> https://dev.eclipse.org/mailman/listinfo/jetty-users > > > > _______________________________________________ > jetty-users mailing list > [email protected] > https://dev.eclipse.org/mailman/listinfo/jetty-users > _______________________________________________ jetty-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/jetty-users
