Thanks Greg, I'll take a look.

Dave


On Wed, Jun 5, 2019 at 4:19 AM Greg Huber <gregh3...@gmail.com> wrote:

> I am getting for
>
> http://127.0.0.1:8080/roller/roller-ui/authoring/entryAdd.rol
>
> Method saveDraft for action entryAdd is not allowed!
> Method publish for action entryAdd is not allowed!
>
> also on other actions
> Method saveDraft for action entryEdit is not allowed!
>
> they are in the namespace:
> namespace /roller-ui/authoring  <global-allowed-methods>
>
> So not sure why it is not working now?
>
> Cheers Greg
>
> ######
> ....although its better to add them to the action rather than globals
> eg
> <action name="entryAdd"
>
> class="org.apache.roller.weblogger.ui.struts2.editor.EntryEdit">
> ...
> <allowed-methods>save, saveDraft,...</allowed-methods>
> </action>
>
>
>
> On Sun, 2 Jun 2019 at 22:13, Dave <snoopd...@gmail.com> wrote:
>
> > I have prepared a release candidate for Roller 5.2.3, a minor bug-fix
> > release. You can find the list of fixes and improvements JIRA here:
> >
> >     https://issues.apache.org/jira/projects/ROL/versions/12344883
> >
> > IMPORTANT NOTE: for users of Remember-Me. Due to security concerns,
> > Remember-Me is now disabled by default. If you want to use it, you will
> > need to enable it and provide a secret key for it in your Roller
> properties
> > file, for example:
> >
> >     rememberme.enabled=true
> >     rememberme.key=reallyreallysecretsecret
> >
> > Release Candidate #1 files are here:
> >     https://dist.apache.org/repos/dist/dev/roller/roller-5.2/v5.2.3/
> >
> > Please take a look and cast your vote. I plan to hold this vote open for
> 7
> > days.
> >
> > Thanks,
> > Dave
> >
>

Reply via email to