com.groiss.servlet
Interface URLChecker
public interface URLChecker
Checks whether urls are allowed. There is one implementation of this interface. See
the Installation Guide for details on configuring it.
Method Summary |
void |
check(javax.servlet.http.HttpServletRequest req,
java.lang.String url)
This method throws an exception if the check fails. |
check
void check(javax.servlet.http.HttpServletRequest req,
java.lang.String url)
- This method throws an exception if the check fails.
- Parameters:
req
- url
- the path-info of the request without the slash on the first position.
@enterprise 8.0.22989 Copyright © 2001-2017 Groiss Informatics GmbH. All Rights Reserved.