From 48d36c5b267b888cba053a8cfa09e0b9a5a6c2bd Mon Sep 17 00:00:00 2001 From: Shiv Kaushal Date: Sat, 25 Mar 2006 16:31:00 +0000 Subject: [PATCH] Change delegation header --- org.gridsite.core/CHANGES | 3 +++ org.gridsite.core/src/Makefile | 2 +- org.gridsite.core/src/mod_gridsite.c | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) 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; -- 1.8.2.3