-
Notifications
You must be signed in to change notification settings - Fork 17
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.
- path: The relative path at which the status page will be displayed (default: /).
<bean class="xdi2.transport.impl.http.interceptor.impl.DebugHttpTransportInterceptor">
<property name="path" value="/admin" />
</bean>
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.
This work is licensed under a Creative Commons Attribution 4.0 International License.