wjw465150 / run-jetty-run

Automatically exported from code.google.com/p/run-jetty-run
0 stars 0 forks source link

Use latest version of Jetty #33

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Jetty <6.1.12  has a bug with PUT operations and
application/x-www-form-urlencoded content. (see
https://jira.codehaus.org/browse/JETTY-655). It would be great to upgrade
to the latest available Jetty 6 version.

Original issue reported on code.google.com by reinhard...@gmail.com on 28 Jul 2009 at 1:58

GoogleCodeExporter commented 9 years ago
I would also like to see run-jetty-run updated to the latest (6.1.19 as of this
message).  There are a LOT of bug fixes in Jetty since 6.1.6 which is currently
packaged with run-jetty-run.

Original comment by dree...@gmail.com on 6 Aug 2009 at 12:42

GoogleCodeExporter commented 9 years ago
Another pretty critical that's fixed in 6.1.11 is
http://jira.codehaus.org/browse/JETTY-595

Original comment by kalle.o....@gmail.com on 12 May 2010 at 9:41

GoogleCodeExporter commented 9 years ago
If you don't mind horrible hacking, you can just find where the 6.1.6 Jetty 
libs are
installed (under eclipse/configuration) and replace the jetty files with 6.1.22 
but
rename them to 6.1.6 and it'll work.

Original comment by kalle.o....@gmail.com on 12 May 2010 at 9:49

GoogleCodeExporter commented 9 years ago
There's a new Eclipse WTP Jetty plugin that can run Jetty 7 and 8:
http://wiki.eclipse.org/Jetty_WTP_Plugin
I just discovered it after seeing the link on
http://stackoverflow.com/questions/2415803/running-jetty-7-server-in-eclipse

Original comment by fmjrey on 25 Nov 2010 at 7:10

GoogleCodeExporter commented 9 years ago
Will try to support newer version in future.

Original comment by tonylovejava on 9 Mar 2011 at 10:29

GoogleCodeExporter commented 9 years ago
Issue 41 has been merged into this issue.

Original comment by tonylovejava on 9 Mar 2011 at 10:30

GoogleCodeExporter commented 9 years ago
Plan to upgrade jetty 6.1.6 to jetty-6.1.26 in 1.2 first, 
and will try to add newer version in future version.

Original comment by tonylovejava on 10 Mar 2011 at 6:01

GoogleCodeExporter commented 9 years ago
Jetty 6.1.26 is ready since 03/10/2011 ,commited in r65

Original comment by tonylovejava on 10 Mar 2011 at 7:10

GoogleCodeExporter commented 9 years ago

Original comment by tonylovejava on 10 Mar 2011 at 7:40

GoogleCodeExporter commented 9 years ago
Move the Jetty7 / Jetty8 support to Issue #55 and close this one.

Original comment by tonylovejava on 20 Mar 2011 at 6:03