galenodemelo commented on issue #13350:
URL: https://github.com/apache/grails-core/issues/13350#issuecomment-3397536965

   For those that might get here because of an encoding problem regarding Ajax 
requests being received with wrong characters on backend, the solution for me 
was to configure a `characterEncodingFilter` on `resources.groovy`.
   
   ```groovy
       characterEncodingFilter(OrderedCharacterEncodingFilter) {
           encoding = "UTF-8"
           forceEncoding = true
       }
   ```
   
   Hope it helps someone


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to