Skip to content

DebugHttpTransportInterceptor

peacekeeper edited this page Sep 29, 2014 · 7 revisions

This interceptor can display an admin interface of the XDI2 server. The page displays messaging targets, messaging target factories, interceptors and contributors that are active on the server.

Interfaces and Classes

Properties

  • path: The relative path at which the status page will be displayed (default: /).

Example Spring Bean

<bean class="xdi2.transport.impl.http.interceptor.impl.DebugHttpTransportInterceptor">
	<property name="path" value="/admin" />
</bean>

Security Considerations

The admin interface allows full access to read and write all graphs hosted by the server, bypassing all XDI link contracts and policies. It does not have any built-in access control mechanism. It must therefore only be used in a testing/development environment, or alternatively external measures such as IP or URL filtering must be taken to prevent unauthorized access.

Clone this wiki locally