click.xml revision e8721886dbfd32e88cc7077cbee4b6bb1b44b443
<?xml version="1.0" encoding="UTF-8"?>
<click-app charset="UTF-8">
<pages package="com.sun.identity">
<!-- the following are all the URL patterns that exist in the OpenSSO
.war, but are NOT handled by click. They are, for all intents and
purposes, pretty much everything _except_ the config GUI at this
time.
The config GUI resides under $requestContext/config/ with
two notable exceptions:
There are two paths that existed in the project prior
to Click being introduced, under the urls:
$requestContextPath/config/federation/* and
$requestContextPath/config/auth/default/*
To ensure there are no interference with them, they have also been
added to the list of excludes. -->
<excludes pattern="/Debug.jsp, /amadm.jsp, /com_sun_web_ui/*, /config/auth/default/*, /config/federation/*, /console/*, /encode.jsp, /ssoadm.jsp, /isAlive.jsp, /password/*, /saml2/*, /samples/*, /success.jsp, /wsfederation/*"/>
</pages>
<mode value="production"/>
</click-app>