juanpablo-santos commented on PR #322:
URL: https://github.com/apache/jspwiki/pull/322#issuecomment-1837241958

   Hi @udittmer, 
   
   I think that the problem comes from using `response.getEncoding()`, which 
causes the response to be committed, which in turn causes errors later on the 
filter chain, f.ex., when trying to create a session. 2.12.2-git-10 uses 
`engine.getEncoding()` instead, which is the parameter used elsewhere. This 
seems to fix the issue, would you mind verifying it with latest master?
   
   thx + best regards,


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@jspwiki.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to