mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-07 22:15:45 +01:00
implemented WebResourceServlet, which loads resources from the UberWebResourceLoader
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user