diff options
author | Leif Johansson <leifj@sunet.se> | 2011-11-25 23:14:00 +0100 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2011-11-25 23:14:00 +0100 |
commit | 6dc252576a5871a03f5cca7af5940bd082f4b927 (patch) | |
tree | d1a942f9ab4c897f6762e342c373f4f89c531112 /src/installer/resources | |
parent | 9ed895e57e9604f78459bdcf1a19a13e123460d7 (diff) |
tabbed layout
Diffstat (limited to 'src/installer/resources')
-rwxr-xr-x | src/installer/resources/wayfconfig.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/installer/resources/wayfconfig.xml b/src/installer/resources/wayfconfig.xml index 5cfd1fd..f751f44 100755 --- a/src/installer/resources/wayfconfig.xml +++ b/src/installer/resources/wayfconfig.xml @@ -206,11 +206,11 @@ <Federation identifier="SWAMID"/> </DiscoveryServiceHandler> - <DiscoveryServiceHandler provideListOfList="true" location="https://idp-test.nordu.net(:[0-9]+)?/.+/ClearCache.wayf" jspFile="wayf-ndn.jsp" errorJspFile="wayferror.jsp"> + <DiscoveryServiceHandler location="https://idp-test.nordu.net(:[0-9]+)?/.+/ClearCache.wayf" jspFile="wayf-ndn.jsp" errorJspFile="wayferror.jsp"> <PluginInstance identifier="DeleteCookiePlugin"/> </DiscoveryServiceHandler> - <DiscoveryServiceHandler provideListOfList="true" location="https://idp-test.nordu.net(:[0-9]+)?/.+/(DS|WAYF)/?" jspFile="wayf-ndn.jsp" errorJspFile="wayferror.jsp"> + <DiscoveryServiceHandler location="https://idp-test.nordu.net(:[0-9]+)?/.+/(DS|WAYF)/?" jspFile="wayf-ndn.jsp" errorJspFile="wayferror.jsp"> <PluginInstance identifier="CookiePlugin"/> </DiscoveryServiceHandler> |