fix bug with firebug in debug mode

This commit is contained in:
Sebastian Sdorra
2010-11-13 14:08:55 +01:00
parent 72f1e1d78e
commit 65d33088b1
2 changed files with 2 additions and 1 deletions

View File

@@ -162,6 +162,7 @@ public class ScmServletModule extends ServletModule
bind(RepositoryManager.class).to(CacheRepositoryManagerDecorator.class);
bind(UserManager.class).to(BasicUserManager.class);
bind(ScmWebPluginContext.class).toInstance(webPluginContext);
//filter(PATTERN_RESTAPI).through(LoggingFilter.class);
/*
* filter(PATTERN_PAGE,