spring-mvc-logger icon indicating copy to clipboard operation
spring-mvc-logger copied to clipboard

Results 5 spring-mvc-logger issues
Sort by recently updated
recently updated
newest added

env: java1.8 tomcat-apache-tomcat-8.0.29 ssm 4.1.4+- I've met a dead loop caused by this class [ResponseWrapper.java](https://github.com/isrsal/spring-mvc-logger/blob/master/src/main/java/com/github/isrsal/logging/ResponseWrapper.java) ` @Override public ServletResponse getResponse() { return this; }` when run the application on tomcat,...

I am using Spring boot with Java Config and I don't use web.xml How can I configure your library? Thanks!

I want to encrypt or not show the password value in 'c.g.isrsal.logging.LoggingFilter.logRequest'. Is there any configuration or code changes, by which I can achieve this, rather than changing the log...

Added the logging of the http request parameters (in case of form-url-encoded request)

For example: ``` java @Component("loggingFilter") public class LoggingFilter extends OncePerRequestFilter { // ....... } ```