Branch: refs/heads/master
Home:
https://github.com/resteasy/Resteasy
Commit: 0f59bdfd4ac88ccef903aa314339427a821515a5
https://github.com/resteasy/Resteasy/commit/0f59bdfd4ac88ccef903aa3143394...
Author: rsearls <rsearls(a)localhost.localdomain>
Date: 2016-09-29 (Thu, 29 Sep 2016)
Changed paths:
A
providers/jackson2/src/main/java/org/jboss/resteasy/plugins/providers/jackson/UnrecognizedPropertyExceptionHandler.java
M providers/jackson2/src/main/resources/META-INF/services/javax.ws.rs.ext.Providers
A
resteasy-jaxrs/src/main/java/org/jboss/resteasy/plugins/interceptors/encoding/MessageSanitizerContainerResponseFilter.java
M resteasy-jaxrs/src/main/resources/META-INF/services/javax.ws.rs.ext.Providers
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ExecutableValidationDisabledTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ResteasyViolationExceptionRepresentationTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ValidationComplexTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ValidationCoreTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ValidationXMLTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/xxe/SecureProcessing2Test.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/xxe/SecureProcessingTest.java
Log Message:
-----------
[RESTEASY-1485] added classes and adjusted test cases. Created util, escapeXml. This
closes #957