Contribution org.nuxeo.ecm.platform.web.common.exceptionhandling.service.ExceptionHandlingContrib--requestdump
This contribution is part of XML component org.nuxeo.ecm.platform.web.common.exceptionhandling.service.ExceptionHandlingContrib
inside nuxeo-platform-web-common-5.6.jar
Extension point
Extension point requestdump of component ExceptionHandlingService.Contributed items
XML source
<extension point="requestdump" target="org.nuxeo.ecm.platform.web.common.exceptionhandling.service.ExceptionHandlingService">
<requestdump class="org.nuxeo.ecm.platform.web.common.exceptionhandling.service.DefaultRequestDumper">
<!-- you can add names of attributes you don't want to see listed in the request dump.
<notListed>
<attribute>javax.servlet.forward.request_uri</attribute>
</notListed>
-->
</requestdump>
</extension>