diff options
author | Leif Johansson <leifj@sunet.se> | 2011-10-28 15:24:40 +0200 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2011-10-28 15:24:40 +0200 |
commit | 918b31bc94a31f6cf83e839b5e4eb4080c4960ca (patch) | |
tree | 028f7d9869e286e44495cf3ee4917cfa863340f2 | |
parent | 2996da433d7e854eb622cb6c0dbf240da06a466d (diff) |
more md
-rw-r--r-- | src/installer/resources/wayfconfig.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/installer/resources/wayfconfig.xml b/src/installer/resources/wayfconfig.xml index ffd8908..02b9e31 100644 --- a/src/installer/resources/wayfconfig.xml +++ b/src/installer/resources/wayfconfig.xml @@ -194,7 +194,13 @@ <Federation identifier="SWAMID-1.0"/> </DiscoveryServiceHandler> - <DiscoveryServiceHandler provideListOfList="true" location="https://idp-test.nordu.net(:[0-9]+)?/(.+/)?(DS|WAYF)/?" jspFile="wayf-ndn.jsp" errorJspFile="wayferror.jsp"> + <DiscoveryServiceHandler provideListOfList="true" location="https://idp-test.nordu.net(:[0-9]+)?/.+/ClearCache.wayf" jspFile="wayf-ndn.jsp" errorJspFile="wayferror.jsp"> + <PluginInstance identifier="DeleteCookiePlugin"/> + <Federation identifier="SWAMID-1.0"/> + <Federation identifier="Kalmar2"/> + </DiscoveryServiceHandler> + + <DiscoveryServiceHandler provideListOfList="true" location="https://idp-test.nordu.net(:[0-9]+)?/.+/(DS|WAYF)/?" jspFile="wayf-ndn.jsp" errorJspFile="wayferror.jsp"> <PluginInstance identifier="CookiePlugin"/> <Federation identifier="SWAMID-1.0"/> <Federation identifier="Kalmar2"/> |