Class WarURLConnection

java.lang.Object
java.net.URLConnection
org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection

public class WarURLConnection extends URLConnection
Facade for a URLConnection that will read a jar and substitute its manifest by the manifest provided here.

Use Piped streams to avoid having to create temporary files.