prompt authentication again for failed subversion authentication and improved error message for missing privileges

This commit is contained in:
Sebastian Sdorra
2014-03-15 15:40:55 +01:00
parent 371e4e4de6
commit 84d3cadb12
6 changed files with 377 additions and 18 deletions

View File

@@ -69,7 +69,7 @@ public class SvnServletModule extends ServletModule
protected void configureServlets()
{
filter(PATTERN_SVN).through(SvnGZipFilter.class);
filter(PATTERN_SVN).through(BasicAuthenticationFilter.class);
filter(PATTERN_SVN).through(SvnBasicAuthenticationFilter.class);
filter(PATTERN_SVN).through(SvnPermissionFilter.class);
Map<String, String> parameters = new HashMap<String, String>();