Re: reserved-checkout
Michael Wechner <[email protected]>
| Newsgroups | gmane.comp.cms.wyona.devel |
|---|---|
| Message-ID | <[email protected]> |
jason wrote: > Hi Michael, > > Is the problem in the policies/authoring.acml file? Kind of ... Right,just remove the "machine" from policies/authoring.acml (I just see that there are two machine entries.Doesn't make sense,so, remove both) Then you will receive a login screen again. After login with wyona:levi Cocoon will throw an error, because the unipublic "homepage" is calling internal pipelines (internal requests, e.g. XInclude). These "internal" requests are also sent through the Authorizer, which denies them and redirects therefore to the login screen, which is HTML and therefore the XInclude is not well-formed! So, to fix this we have to add some more policies within the sitemap policies.xmap. I just was to lazy, so I opened it up for localhost (127.0.0.1). Well, anyway what requests are sent just "tail" the Tomcat access log within tomcat/logs and then add corresponding pipelines into policies.xmap (don't forget the extension ".acml") Maybe you want to give it a try ;-) Good night Michael I noticed there's a > lot more going on in the OSCOM pubs policies directory, it seems OSCOM > does not check on machine IP? > > Jason >