From: Shiv Kaushal Date: Sat, 25 Mar 2006 16:31:00 +0000 (+0000) Subject: Change delegation header X-Git-Tag: glite-security-proxyrenewal_R_1_3_0~27 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=48d36c5b267b888cba053a8cfa09e0b9a5a6c2bd;p=jra1mw.git Change delegation header --- diff --git a/org.gridsite.core/CHANGES b/org.gridsite.core/CHANGES index 123ea0f..1cb570e 100644 --- a/org.gridsite.core/CHANGES +++ b/org.gridsite.core/CHANGES @@ -1,3 +1,6 @@ +* Sat Mar 25 2006 Shiv Kaushal +- Change delegation header to Proxy-Delegation-Service + instead of Grst- * Wed Mar 22 2006 Andrew McNab - Add GRSTx509MakeDelegationID() to grst_x509.c - Include code for new style delegation proxy storage diff --git a/org.gridsite.core/src/Makefile b/org.gridsite.core/src/Makefile index fd89c2f..9708068 100644 --- a/org.gridsite.core/src/Makefile +++ b/org.gridsite.core/src/Makefile @@ -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 diff --git a/org.gridsite.core/src/mod_gridsite.c b/org.gridsite.core/src/mod_gridsite.c index 3404939..2fbc930 100644 --- a/org.gridsite.core/src/mod_gridsite.c +++ b/org.gridsite.core/src/mod_gridsite.c @@ -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;