gaellalire commented on PR #122:
URL: https://github.com/apache/johnzon/pull/122#issuecomment-1997987696

   What will be the code of escapeCauseMyFrontendIsBadAndBindsDataDirectly ?
   ```java
   String escapeCauseMyFrontendIsBadAndBindsDataDirectly(String param) {
     return param.replaceAll("<", "\u003C").replaceAll(">", "\u003E"); // is 
like identity, it is doing nothing
   }
   ```
   You cannot do anything here if your method take a String and return a String.
   
   We can only patch the serializer.


-- 
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...@johnzon.apache.org

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

Reply via email to