You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by ja...@apache.org on 2008/04/04 11:46:16 UTC

svn commit: r644659 - /lenya/branches/branch_1_2_x_shibboleth/src/webapp/sitemap.xmap

Author: jann
Date: Fri Apr  4 02:46:15 2008
New Revision: 644659

URL: http://svn.apache.org/viewvc?rev=644659&view=rev
Log:
Updating neutron integration

Modified:
    lenya/branches/branch_1_2_x_shibboleth/src/webapp/sitemap.xmap

Modified: lenya/branches/branch_1_2_x_shibboleth/src/webapp/sitemap.xmap
URL: http://svn.apache.org/viewvc/lenya/branches/branch_1_2_x_shibboleth/src/webapp/sitemap.xmap?rev=644659&r1=644658&r2=644659&view=diff
==============================================================================
--- lenya/branches/branch_1_2_x_shibboleth/src/webapp/sitemap.xmap (original)
+++ lenya/branches/branch_1_2_x_shibboleth/src/webapp/sitemap.xmap Fri Apr  4 02:46:15 2008
@@ -533,7 +533,7 @@
     
     <map:match type="usecase" pattern="neutron">
       <map:match type="step" pattern="introspect">
-        <map:mount uri-prefix="" src="lenya/usecases/neutron/usecase-neutron.xmap" check-reload="true" reload-method="synchron"/>
+        <map:mount uri-prefix="" src="lenya/usecase.xmap" check-reload="true" reload-method="synchron"/>
       </map:match>
     </map:match>
 
@@ -584,6 +584,9 @@
           <map:generate type="jx" src="lenya/usecases/neutron/jx/exception-auth.jx">
             <map:parameter name="base-url" value="http://{request:serverName}:{request:serverPort}{request:requestURI}"/>
           </map:generate>
+          <map:act type="set-header">
+            <map:parameter name="WWW-Authenticate" value="Neutron-Auth"/>
+          </map:act>
           <map:serialize type="xml" status-code="401"/>
         </map:match>
         <!-- End Neutron Authentication -->



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org