Skip to content

Commit

Permalink
Incluir traza en UdaFilter
Browse files Browse the repository at this point in the history
Esta traza puede servir de ayuda en aquellos casos en los que se espere obtener el referido, pero en su lugar se reciba un valor nulo.

(cherry picked from commit 0655998)
  • Loading branch information
xaabi6 committed Jan 3, 2023
1 parent f1e5128 commit 67b3a0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x38ShLibClasses/src/com/ejie/x38/UdaFilter.java
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ public void doFilter(ServletRequest request, ServletResponse response, FilterCha
Pattern.CASE_INSENSITIVE).matcher(httpServletRequest.getHeader("referer")).find();
} else {
refersFromSecuritySystem = false;
logger.debug("Referer is null. If a value was expected, check if the protocol is still the same.");
}

try {
Expand Down

0 comments on commit 67b3a0d

Please sign in to comment.