src/main/java/org/apache/sling/auth/core/AuthUtil.java [327:332]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public static void sendRedirect(
            final HttpServletRequest request,
            final HttpServletResponse response,
            final String target,
            Map<String, String> params)
            throws IOException {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/org/apache/sling/auth/core/spi/AbstractAuthenticationHandler.java [169:174]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public static void sendRedirect(
            final HttpServletRequest request,
            final HttpServletResponse response,
            final String target,
            Map<String, String> params)
            throws IOException {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



