Change delegation header
authorShiv Kaushal <shiv.kaushal@manchester.ac.uk>
Sat, 25 Mar 2006 16:31:00 +0000 (16:31 +0000)
committerShiv Kaushal <shiv.kaushal@manchester.ac.uk>
Sat, 25 Mar 2006 16:31:00 +0000 (16:31 +0000)
org.gridsite.core/CHANGES
org.gridsite.core/src/Makefile
org.gridsite.core/src/mod_gridsite.c

index 123ea0f..1cb570e 100644 (file)
@@ -1,3 +1,6 @@
+* Sat Mar 25 2006 Shiv Kaushal <shiv@hep.man.ac.uk>
+- Change delegation header to Proxy-Delegation-Service
+  instead of Grst-
 * Wed Mar 22 2006 Andrew McNab <Andrew.McNab@man.ac.uk>
 - Add GRSTx509MakeDelegationID() to grst_x509.c
 - Include code for new style delegation proxy storage
index fd89c2f..9708068 100644 (file)
@@ -225,7 +225,7 @@ xacmlexample: xacmlexample.c libgridsite.a
 #
 
 ifndef GSOAPDIR
-export GSOAPDIR=/usr/local/lib/gsoap
+export GSOAPDIR=/usr/local/
 endif
 
 delegation.wsdl: delegation.h
index 3404939..2fbc930 100644 (file)
@@ -594,7 +594,7 @@ char *make_admin_footer(request_rec *r, mod_gridsite_dir_cfg *conf,
 void delegation_header(request_rec *r, mod_gridsite_dir_cfg *conf){
 
   apr_table_add(r->headers_out,
-                apr_pstrdup(r->pool, "Grst-Delegation-Service"),
+                apr_pstrdup(r->pool, "Proxy-Delegation-Service"),
                 apr_psprintf(r->pool,"https://%s%s", r->hostname, conf->delegationuri));
   return;