Hi. I'm trying to upgrade from 2.4.82 to 2.4.104, but I'm hitting a problem.

According to the instructions, I can just copy over the new jar files, the top-level jsp files, and the default template. I unzipped the new war file and copied over these things. This is what I copied: *.jsp, WEB-INF/lib/*.jar, and templates/default/* recursively.

But now nobody can log in. I get the "Forbidden Sorry, you are not allowed to do that." page every time. The log says this:

2007-09-25 19:46:08,349 [TP-Processor6] INFO com.ecyrd.jspwiki.WikiServlet wiki:/wiki/page/Main wiki:https://{removed}/wiki/page/Main - Request for page: Main 2007-09-25 19:46:08,353 [TP-Processor6] INFO SecurityLog wiki:/wiki/page/Main wiki:https://{removed}/wiki/page/Main - WikiSecurityEvent.LOGIN_AUTHENTICATED [EMAIL PROTECTED], princpal=org.apache.catalina.connector.CoyotePrincipal Brian, [EMAIL PROTECTED] 2007-09-25 19:46:08,377 [TP-Processor6] ERROR com.ecyrd.jspwiki.WikiSession wiki:/wiki/page/Main wiki:https://{removed}/wiki/page/Main - Refresh principals failed because user profile matching 'Brian' not found. 2007-09-25 19:46:08,383 [TP-Processor6] INFO com.ecyrd.jspwiki.WikiContext wiki:/wiki/page/Main wiki:https://{removed}/wiki/page/Main - User Brian has no access - forbidden (permission=("com.ecyrd.jspwiki.auth.permissions.PagePermission","wiki:Main","view")) 2007-09-25 19:46:24,035 [TP-Processor5] INFO com.ecyrd.jspwiki.WikiServlet wiki:/wiki/page/Main wiki:https://{removed}/wiki/page/Main - Request for page: Main

In JSPWiki.properties I'm using:
jspwiki.authorizer = com.ecyrd.jspwiki.auth.authorize.WebContainerAuthorizer
jspwiki.groupdatabase = com.ecyrd.jspwiki.auth.authorize.JDBCGroupDatabase
jspwiki.userdatabase = com.ecyrd.jspwiki.auth.user.JDBCUserDatabase

I'm using some custom filters.


If I simply copy over and use the old (2.4.82) JSPWiki.jar file, it all works fine, but if I use the new (2.4.104) JSPWiki.jar file, I get the Forbidden message every time.

Any ideas?

Thanks a lot!

--
Tim Koop
_______________________________________________
This is the Jspwiki-users mailing list, in which we discuss the stable release (even-numbered, 2.4.x, 2.6.x), and user-issues. For development discussion, please join jspwiki-dev.
http://ecyrd.com/cgi-bin/mailman/listinfo/jspwiki-users
http://www.jspwiki.org/JSPWikiMailingList

Reply via email to