0

I have a problem with a custom filter which breaks the FileUploadFilter from Primefaces.

In the doFilter method of my custom filter I check for a query parameter:

String emailAddress = httpServletRequest.getParameter("emailAddress");

If I have this line the FileUploadFilter is not working. If I remove this line, everything works fine. I have no clue why. What am I missing? I tried HttpServletRequestWrapper with no difference, but as far as I know this is just to reuse the request body anyway?

BalusC
  • 1,082,665
  • 372
  • 3,610
  • 3,555
Marc
  • 271
  • 2
  • 4
  • 14

0 Answers0