You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Erik Hatcher (JIRA)" <ji...@apache.org> on 2008/07/17 20:59:31 UTC

[jira] Reopened: (SOLR-632) Upgrade bundled Jetty with latest from vendor

     [ https://issues.apache.org/jira/browse/SOLR-632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Erik Hatcher reopened SOLR-632:
-------------------------------


weird - looking into it now.

i coulda swore i ran "ant clean test" last night successfully before committing.  though i now too see the failure locally.   sorry... more soon.

> Upgrade bundled Jetty with latest from vendor
> ---------------------------------------------
>
>                 Key: SOLR-632
>                 URL: https://issues.apache.org/jira/browse/SOLR-632
>             Project: Solr
>          Issue Type: Improvement
>    Affects Versions: 1.3
>            Reporter: Norberto Meijome
>            Assignee: Erik Hatcher
>            Priority: Minor
>             Fix For: 1.3
>
>   Original Estimate: 0.25h
>  Remaining Estimate: 0.25h
>
> The Jetty that is bundled for the example application is version 6.1.3, which is over a year old.
> We should upgrade Jetty to the latest, 6.1.11.
> I am not sure how to attach a patch to remove files, so these are the steps :
> Using as base the root of 'apache-solr-nightly':
> DELETE:
> example/lib/jetty-6.1.3.jar
> example/lib/jetty-util-6.1.3.jar
> example/lib/servlet-api-2.5-6.1.3.jar
> ADD
> example/lib/jetty-6.1.11.jar
> example/lib/jetty-util-6.1.11.jar
> example/lib/servlet-api-2.5-6.1.11.jar
> ---
> The files to be added can be found in Jetty's binary distribution file :
> http://dist.codehaus.org/jetty/jetty-6.1.11/jetty-6.1.11.zip
> I couldn't find any noticeable changes in jetty.xml that should be carried over.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.