Skip to content

Commit 2638e40

Browse files
committed
change default encoding flag to off
1 parent 4f79ae4 commit 2638e40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mod_auth_memcookie.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,7 @@ static void *create_Auth_memCookie_dir_config(apr_pool_t *p, char *d)
764764
conf->nAuth_memCookie_Authoritative = 0; /* not by default */
765765
conf->nAuth_memCookie_authbasicfix = 1; /* fix header for php auth by default */
766766
conf->nAuth_memCookie_SetSessionHTTPHeader = 0; /* set session information in http header of authenticated user */
767-
conf->nAuth_memCookie_SetSessionHTTPHeaderEncode = 1; /* encode http header groups value by default */
767+
conf->nAuth_memCookie_SetSessionHTTPHeaderEncode = 0; /* encode http header groups value by default */
768768
conf->szAuth_memCookie_SetSessionHTTPHeaderPrefix = apr_pstrdup(p,"MCAC_");
769769
conf->nAuth_memCookie_SessionTableSize=10; /* Max number of element in session information table, 10 by default */
770770
conf->nAuth_memCookie_disable_no_store=0; /* no store cache option are the default */

0 commit comments

Comments
 (0)