+v1.0.3 (Jan Wolter - )
+------------------------------------
+ * Allow group names to be quoted, so that you can have group names with
+ spaces in them. This change was suggested by David Homborg. Not yet
+ tested.
+
v1.0.2 (Jan Wolter - May 21, 2009)
------------------------------------
* Adding copyright and Apache Version 2.0 license in LICENSE and NOTICE
/* Loop through list of groups passed in */
while (*grouplist != '\0')
{
- w= ap_getword_white(r->pool, &grouplist);
+ w= ap_getword_conf(r->pool, &grouplist);
if (apr_isdigit(w[0]))
{
/* Numeric group id */