Hi Dave, thank you for handling the new release. I've checked a diff at https://github.com/apache/roller/compare/roller-5.2.2...roller-5.2.x and quickly tried the new build (roller-release-5.2.3-rc-1-standard.tar.gz), it looks good to me. +1
I didn't see the entryAdd and entryEdit symptoms with the new build. Regards, Kohei > On Jun 8, 2019, at 6:44, Dave <snoopd...@gmail.com> wrote: > > Hi Greg, > > Thanks for testing out the RC. Really appreciate it. I am able to use both > saveDraft and publish from entryAdd and entryEdit, no errors. Could there > be something in your environment that is causing them to fail? > > BTW, I did take your advice and switched away from globals in the > bootstrap-ui branch. > > Cheers, > Dave > > > On Wed, Jun 5, 2019 at 10:09 AM Dave <snoopd...@gmail.com> wrote: > >> 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 >>>> >>> >>