Re: Tomcat 8.5 RequestDumperFilter

2020-10-08 Thread Wolfeman
Ok I was able to get it to work for one of the example apps. I must have a conflicting filter in the we app i'm trying to diagnose. On Thu, Oct 8, 2020 at 3:03 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > Wolfeman, > > On 10/8/20 10:33, Wolfeman wrote: > > Hi, > > I am trying t

Re: Tomcat 8.5 RequestDumperFilter

2020-10-08 Thread Christopher Schultz
Wolfeman, On 10/8/20 10:33, Wolfeman wrote: > Hi, > I am trying to debug some requests coming into an application we have > running on tomcat. I was hoping to be able to print all of the request data > specifically post data to a debug file and this seemed like a good > solution. However I have fo

Tomcat 8.5 RequestDumperFilter

2020-10-08 Thread Wolfeman
Hi, I am trying to debug some requests coming into an application we have running on tomcat. I was hoping to be able to print all of the request data specifically post data to a debug file and this seemed like a good solution. However I have followed the tomcat documentation for tomcat 7 and tomcat