mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 06:25:45 +01:00
merge with branch issue-627
This commit is contained in:
@@ -80,6 +80,7 @@ import javax.servlet.ServletContextListener;
|
||||
import javax.servlet.http.HttpSessionListener;
|
||||
|
||||
import javax.xml.bind.JAXB;
|
||||
import sonia.scm.web.BrowserUserAgentProvider;
|
||||
|
||||
/**
|
||||
*
|
||||
@@ -584,7 +585,13 @@ public class DefaultPluginLoader implements PluginLoader
|
||||
new AnnotatedClass<Extension>(
|
||||
Extensions.createExtension(),
|
||||
DefaultAuthenticationHandler.class
|
||||
)
|
||||
)
|
||||
);
|
||||
extensions.add(
|
||||
new AnnotatedClass<Extension>(
|
||||
Extensions.createExtension(),
|
||||
BrowserUserAgentProvider.class
|
||||
)
|
||||
);
|
||||
//J+
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user