webappenhance icon indicating copy to clipboard operation
webappenhance copied to clipboard

Java web application enhancements library. Compile JSPs on startup. Escape JSP EL values to prevent cross-site scripting.

Results 1 webappenhance issues
Sort by recently updated
recently updated
newest added

It'd be nice to figure out a pattern that doesn't cause for multiple escaping. For example: ``` ${testEscapingVar} ``` causes: `<script>alert("boo");</script>"` any thoughts?

question