see MAGNOLIA-965, there was only a problem when magnolia was not deployed to the root context.
- can't download any document from the dms (jsp pages are gone) - servlets have gone somewhere I can't trace back, sounds like the ModuleUtil.registerServlet() is not working anymore. - the logging servlet is gone as well, so can't trace what's happening without restarting the server
everything works properly fo me, jsp are copied and servlet registered. Did you double checked that there were no existing repositories?
- the MimeMapping class shows a message even when the page is not found
works fine for me, can you check again after the fix to CmsFilter?
- someone need to give some info on how to deal with the configuration page, the virtual URIs are not shown at all, needs to call a java method.
The configuration page has been partially rewritten and need to be completed. I finally dropped all the jsp pages: this is something that was initially scheduled for rc1 and that we need to close asap if we want to reach a final 3.0 release. Since we have just released rc2 this was the right time to do it. Dropping jsps was one of the task with an higher priority, so I did it also without having everything completely working for the configuration one in order to "encourage" people to go on with this migration. Any help in fixing the freemarker-based configuration page is welcome.
- current sample website does not render properly at all
this was the same MAGNOLIA-965 bug
- workflow utils obviously not working - activation does not work (permission problems)
I am aware of the permissions problems, and the error for the activation is due to a change of mine. You can fix it as it was on rc2 by simply changing Permission.READ to Permission.ALL at line 83 of AccessManagerImpl. Anyway, be aware that I changed that because with rc2 every user has write access to everything! userPermissions appears to be always null and by default a full write access is granted. I preferred to change it in this way in order to make the bug more visible to anyone, so maybe we can find a way to fix it in the proper way ;)
Wish I could do something, but I just don't know where to start from. I thought the final release was meant to be soon ?
sure, but there is still work to do... If you have time to help you could give a look at the new configuration page and help debugging the permission problems thanks fabrizio ---------------------------------------------------------------- for list details see http://www.magnolia.info/en/magnolia/developer.html ----------------------------------------------------------------
