-
The require group directive can be used with several group and causes the request to be accepted if the user is in one of the listed groups.
AuthMemCookie only uses the first item, discarding the others :
szGroup = ap_getword_white(r->pool, &szRequireLine); // Get first group
ap_log_rerror(APLOG_MARK, APLOG_INFO|APLOG_NOERRNO, 0, r ,ERRTAG "check group '%s' in...
2009-10-06 13:26:41 UTC in Auth MemCache Cookie
-
Do not use 2.3_SNAPSHOT for version numbers, the right maven numbering is 2.3-SNAPSHOT.
2009-08-17 09:21:47 UTC in Website assembling toolkit
-
Replacing relative urls by absolutes URL in templates / blocks would make WAT usage simpler. While it may not work with javascript-generated urls, this will avoid the need of proxy servlet or apache proxy configuration in most cases.
There is already some post processing for cookies. The handler class just needs some refactoring to be able to add baseUrl on href/src attributes with relative...
2009-08-17 09:16:36 UTC in Website assembling toolkit
-
nricheton committed revision 269 to the Website assembling toolkit SVN repository, changing 1 files.
2009-08-17 08:17:27 UTC in Website assembling toolkit
-
nricheton committed revision 268 to the Website assembling toolkit SVN repository, changing 1 files.
2009-08-14 12:45:39 UTC in Website assembling toolkit
-
fixed in trunk, rev > 265.
Applied fix in 2.2.x branch.
2009-08-14 12:05:20 UTC in Website assembling toolkit
-
nricheton committed revision 267 to the Website assembling toolkit SVN repository, changing 10 files.
2009-08-14 12:05:08 UTC in Website assembling toolkit
-
nricheton committed revision 266 to the Website assembling toolkit SVN repository, changing 1 files.
2009-08-14 11:59:26 UTC in Website assembling toolkit
-
nricheton committed revision 265 to the Website assembling toolkit SVN repository, changing 1 files.
2009-08-14 11:55:48 UTC in Website assembling toolkit
-
nricheton committed revision 264 to the Website assembling toolkit SVN repository, changing 1 files.
2009-08-14 11:48:03 UTC in Website assembling toolkit