JSPWiki displays Access Denied Error for Admin user
After deploying jspwiki.war successfully in Sun Web Server, whenever i try to login as admin, i get the below error
WebPages displays this error: "Forbidden. Sorry, but you are not allowed to do that. Usually we block access to something because you do not have the correct privileges (e.g., read, edit, comment) for the page you are looking for..."
Jspwiki.log displays error : INFO com.ecyrd.jspwiki.WikiContext JSPWiki:http://site - User Admin has no access - forbidden (permission=("com.ecyrd.jspwiki.auth.permissions.PagePermission","JSPWiki:Main", "view" ))
Now to make jspwiki work , i had to remove the signedBy "jspwiki" entry from WEB-INF/jspwiki.policy file and restart the container