You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Overall I'm very excited from the library, thank you much!
Together with this I detected some behaviour which looks like a bug, some unicode characters are not (html) escaped:
Here the simple test:
The first assertion passes, because StringEscapeUtils of apache-commons does the job,
but the second assertion fails because the text left intact.
Using the last 1.6.0 version of the library.
Please advice!
The text was updated successfully, but these errors were encountered:
Currently using the following workaround: escaping the spacers manually whenever it should be in my html and using rawHtml to prevent double encoding, because the library does escape the ampersand '&', but the solution looks not so good, because:
There is some small probability that the characters will appear in some other, unexpected places, like a user inputs.
There is some probability that the library doesn't escape some other, more frequently used characters.
sashasch
changed the title
Not escapes certain characters
Does NOT escape certain unicode characters
Apr 16, 2024
Hi j2html Team.
Overall I'm very excited from the library, thank you much!
Together with this I detected some behaviour which looks like a bug, some unicode characters are not (html) escaped:
Here the simple test:
The first assertion passes, because StringEscapeUtils of apache-commons does the job,
but the second assertion fails because the text left intact.
Using the last 1.6.0 version of the library.
Please advice!
The text was updated successfully, but these errors were encountered: