[Jamwiki-commit] SF.net SVN: jamwiki:[2364] wiki/trunk/jamwiki-web/src/main/java/org/jamwiki /serv
Brought to you by:
wrh2
From: <wr...@us...> - 2008-10-09 06:18:02
|
Revision: 2364 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2364&view=rev Author: wrh2 Date: 2008-10-09 06:17:48 +0000 (Thu, 09 Oct 2008) Log Message: ----------- Bugfix: * In the case of a runtime error while building layout the WikiPageInfo never gets added to the request, causing an NPE when the error page tries to render. This change ensures that the WikiPageInfo is always added to the request. * The specific scenario that triggered this issue was creating a 'remember me' cookie for a user, setting up a new wiki without that user account, and then getting a failure when the user information was initialized. Modified Paths: -------------- wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/servlets/JAMWikiServlet.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |