-
UserContext does not implement Serializable and use non serializable objects : BasicCookieStore and BasicHttpContext.
Since UserContext is stored in session, it will make session replication fail when used in a clustered or stateless environnement.
This class must be Serializable.
Issue exists in both 2.4 and 2.5-SNAPSHOT.
2010-01-06 11:29:39 UTC in Website assembling toolkit
-
To deploy soures and javadoc, just check out the last tag and use
mvn clean source:jar javadoc:jar deploy
Note: mvn release:prepare release:perform would have deployed the sources and javadoc as well.
2009-12-04 07:05:19 UTC in Website assembling toolkit
-
The WAT maven2 repository only contains compiled classes and pom. Sources and javadoc should be also deployed on release (for automatic download w/ m2eclipse).
Were the files uploaded as a part of mvn release or using mvn deploy ?.
2009-12-02 14:47:30 UTC in Website assembling toolkit
-
nricheton committed revision 299 to the Website assembling toolkit SVN repository, changing 1 files.
2009-11-30 09:23:44 UTC in Website assembling toolkit
-
nricheton committed revision 298 to the Website assembling toolkit SVN repository, changing 2 files.
2009-11-30 09:20:33 UTC in Website assembling toolkit
-
nricheton committed revision 297 to the Website assembling toolkit SVN repository, changing 2 files.
2009-11-30 09:19:15 UTC in Website assembling toolkit
-
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