merge with branch issue-627

This commit is contained in:
Sebastian Sdorra
2015-02-10 20:50:06 +01:00
18 changed files with 1556 additions and 13 deletions

View File

@@ -157,6 +157,7 @@ import java.util.HashSet;
import java.util.Iterator;
import java.util.Map;
import java.util.Set;
import sonia.scm.web.UserAgentParser;
/**
*
@@ -342,6 +343,9 @@ public class ScmServletModule extends ServletModule
// bind new hook api
bind(HookContextFactory.class);
bind(HookEventFacade.class);
// bind user-agent parser
bind(UserAgentParser.class);
// bind debug logging filter
if ("true".equalsIgnoreCase(System.getProperty(SYSTEM_PROPERTY_DEBUG_HTTP)))