mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 15:05:44 +01:00
fix exclusion of debug servlet
This commit is contained in:
@@ -33,7 +33,7 @@ public class WebResourceServlet extends HttpServlet {
|
|||||||
* TODO remove old protocol servlets
|
* TODO remove old protocol servlets
|
||||||
*/
|
*/
|
||||||
@VisibleForTesting
|
@VisibleForTesting
|
||||||
static final String PATTERN = "/(?!api/|git/|hg/|svn/).*";
|
static final String PATTERN = "/(?!api/|git/|hg/|svn/|debug/).*";
|
||||||
|
|
||||||
private static final Logger LOG = LoggerFactory.getLogger(WebResourceServlet.class);
|
private static final Logger LOG = LoggerFactory.getLogger(WebResourceServlet.class);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user