Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>As it seems, JDK 7 (Oracle as well as OpenJDK/IcedTea) has added a check to prevent disabling the so called <a href="http://jaxp.java.net/1.4/JAXP-Compatibility.html#JAXP_security" rel="nofollow">secure processing feature</a> of the XML parser if there is any security manager present. This feature is meant to prevent denial of service attacks, for example by providing a SOAP message with deeply nested entity definitions. Unfortunately, they have opted to <a href="http://grepcode.com/file/repository.grepcode.com/java/root/jdk/openjdk/7-b147/com/sun/org/apache/xerces/internal/jaxp/SAXParserFactoryImpl.java?av=f#113" rel="nofollow">disable control over this feature in general</a> when a security manager is found instead of allowing you to configure it via <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/security/permissions.html" rel="nofollow">security permissions</a>.</p> <p>However, the <a href="https://github.com/restlet/restlet-framework-java/blob/master/modules/org.restlet.ext.jaxb/src/org/restlet/ext/jaxb/internal/Unmarshaller.java#L190" rel="nofollow">restlet code which tries to set this feature to false</a> is actually using the <a href="https://github.com/restlet/restlet-framework-java/blob/master/modules/org.restlet.ext.jaxb/src/org/restlet/ext/jaxb/JaxbRepresentation.java#L499" rel="nofollow"><code>secureProcessing</code> property of the JaxbRepresentation</a>, which should be set to true by default and thus, should not cause any exception.</p> <p>So the only adivce I could give you is to try updating the restlet library, as maybe the default settings or something else related to this has changed.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload