I need to fix a bug in a specific version of jetty (jetty-util-8.1.17.v20150415). Specific, because that's the only version I'm sure works with Cling. The bug is:
Caused by java.lang.NullPointerException
org.eclipse.jetty.util.StringUtil.asciiToLowerCase(StringUtil.java:106)
org.eclipse.jetty.http.MimeTypes.<clinit>(MimeTypes.java:138)
org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:711)
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrapper.java:95)
org.eclipse.jetty.server.Server.doStart(Server.java:282)
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
org.fourthline.cling.transport.impl.jetty.JettyServletContainer.startIfNotRunning(JettyServletContainer.java:141)
So what git command do I have to issue to get this very version?