Skip to content

Commit

Permalink
docs: update security docs
Browse files Browse the repository at this point in the history
  • Loading branch information
scherersebastian authored Aug 30, 2023
1 parent 53d5b61 commit e02cc60
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@
import java.lang.annotation.Annotation;
import java.lang.reflect.Type;

/**
* This class provides a MessageBodyReader and MessageBodyWriter for XML content type.
* It prevents access to external DTDs and stylesheets while reading and writing XML.
*/
@Provider
public class XmlProvider implements MessageBodyReader, MessageBodyWriter {

Expand Down

0 comments on commit e02cc60

Please sign in to comment.