diff options
author | root <root@ds2.sunet.se> | 2010-07-14 22:21:01 +0200 |
---|---|---|
committer | root <root@ds2.sunet.se> | 2010-07-14 22:21:01 +0200 |
commit | 075171ef09818d78b12bfc3fa5b1a299b026f245 (patch) | |
tree | ae7868fe758fe5e83030c61a7e9713bb7626d0f9 /src/installer | |
parent | f1ab5bb6e64afac460f77ea57c37ecb59f09957d (diff) |
working skin
Diffstat (limited to 'src/installer')
-rw-r--r-- | src/installer/resources/wayfconfig.xml | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/src/installer/resources/wayfconfig.xml b/src/installer/resources/wayfconfig.xml index 1817b87..d47a631 100644 --- a/src/installer/resources/wayfconfig.xml +++ b/src/installer/resources/wayfconfig.xml @@ -129,14 +129,6 @@ --> - <DiscoveryServiceHandler - location=".+/WAYF" - default="true"> - <PluginInstance identifier="CookiePlugin"/> - <!-- - <PluginInstance identifier="AddressHint"/> --> - </DiscoveryServiceHandler> - <!-- The ClearCache handler causes the cookie to be deleted. The jsp shipped with the WAYF refers to this handler --> @@ -149,7 +141,7 @@ explicit metadata sources. (The default is to use all metadata sources) - <DiscoveryServiceHandler location=".+/SecondOnly.wayf" > + <DiscoveryServiceHandler location=".+/SecondOnly.wayf" > <Federation identifier="SecondSite"/> <PluginInstance identifier="CookiePlugin"/> @@ -167,11 +159,11 @@ <PluginInstance identifier="CookiePlugin"/> </DiscoveryServiceHandler> - <DiscoveryServiceHandler location=".+/ds.sunet.se/.+" jspFile="wayf-sunet.jsp" errorJspFile="wayferror-sunet.jsp"> + <DiscoveryServiceHandler location="https://ds.sunet.se/.+" jspFile="wayf-sunet.jsp" errorJspFile="wayferror-sunet.jsp"> <PluginInstance identifier="CookiePlugin"/> </DiscoveryServiceHandler> - <DiscoveryServiceHandler location=".+/ds.swamid.se/.+" jspFile="wayf-swamid.jsp" errorJspFile="wayferror-swamid.jsp"> + <DiscoveryServiceHandler location="https://ds.swamid.se/.+" jspFile="wayf-swamid.jsp" errorJspFile="wayferror-swamid.jsp"> <PluginInstance identifier="CookiePlugin"/> </DiscoveryServiceHandler> |