Thanks *again* for your patience and your bug reports.
I just committed code to fix this one as well. - Dave On Aug 29, 2005, at 5:17 PM, Axel wrote:
Hi I tried the following steps in latests sources from 2.0 SVN: 1. create a blog entry "Test" and "post to blog" 2. Then edited the same blog entry by clicking on "Recent Entries" 3. Press button "Delete Entry" 4. Press "Yes" The following message sho a wrong "permission denied": ----- "Entry removed Permission Denied Possible causes: * You requested a weblog entry that you do not have permission to edit (perhaps one you've already submitted for review?). * You tried to save an object from "stale" web page, left by an earlier login under a different user account. * You logged in using incorrect capitalization of your username. To resolve this problem, logout and login again with your correct username. * Your blog server's database connection is misconfigured. To resolve this problem, see your system adminstrator." ----- Using the browsers "Back" or "Refresh" button from this screen, gives NPEs (because the entry is removed) java.lang.NullPointerExceptionat org.roller.presentation.weblog.actions.WeblogEntryFormAction.edit(Weblo gEntryFormAction.java:148)at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.ja va:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccesso rImpl.java:25)at java.lang.reflect.Method.invoke(Method.java:585)at org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction. java:276) at org.apache.struts.actions.DispatchAction.execute(DispatchAction.java: 196)
