implemented WebResourceServlet, which loads resources from the UberWebResourceLoader

This commit is contained in:
Sebastian Sdorra
2018-08-21 15:23:54 +02:00
parent e2fa2388f1
commit be21c35bf8
5 changed files with 206 additions and 3 deletions

View File

@@ -42,6 +42,7 @@ import com.google.common.collect.ImmutableList.Builder;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import sonia.scm.util.HttpUtil;
//~--- JDK imports ------------------------------------------------------------
@@ -185,7 +186,7 @@ public class DefaultUberWebResourceLoader implements UberWebResourceLoader
*/
private URL find(String path)
{
URL resource = null;
URL resource;
try
{