bivas / protobuf-java-format

Provide serialization and de-serialization of different formats based on Google’s protobuf Message. Enables overriding the default (byte array) output to text based formats such as XML, JSON and HTML.
BSD 3-Clause "New" or "Revised" License
153 stars 97 forks source link

Fix #51 #52: Commons Text StringEscapeUtils for HTML and XML. #53

Closed melloware closed 2 years ago

melloware commented 5 years ago

Not sure if you will accept this PR but this makes the escaping way more bulletproof than the current version for XML and HTML.