fixing url to jetty
This commit is contained in:
parent
eb39d75f29
commit
8e99c51d86
|
@ -98,7 +98,7 @@ public class HttpSpiContextHandler extends ContextHandler
|
|||
ex.printStackTrace(writer);
|
||||
writer.println("</pre>");
|
||||
|
||||
writer.println("<p><i><small><a href=\"http://jetty.mortbay.org\">Powered by jetty://</a></small></i></p>");
|
||||
writer.println("<p><i><small><a href=\"http://eclipse.org/jetty\">Powered by jetty://</a></small></i></p>");
|
||||
|
||||
writer.close();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue