Andreas Hartmann wrote:
Thorsten Scherler schrieb:
El lun, 10-04-2006 a las 16:37 +0200, Michael Wechner escribió:
Michael Wechner wrote:
Hi
I have noticed that within
http://staging.ejo.ch/lenya/ejo/authoring/index.html
sorry for this copy/paste error. It should read:
src/webapp/glo
Hi
I have noticed that the configuration for the UsecaseAuthorizer is read
every time and I guess
we could greatly improve performance if we would do this only once
during startup resp. when the configuration
has been changed (for each publication).
Any suggestions how to do this resp. shari
Thorsten Scherler schrieb:
El lun, 10-04-2006 a las 16:37 +0200, Michael Wechner escribió:
Michael Wechner wrote:
Hi
I have noticed that within
http://staging.ejo.ch/lenya/ejo/authoring/index.html
sorry for this copy/paste error. It should read:
src/webapp/global-sitemap.xmap
the
src="
Thorsten Scherler wrote:
I am not sure but would
...src="fallback://lenya/config/ac/usecase-policies.xml">
not do the trick?
no, because this path needs to be configured within ac.xconf resp.
local.ac.xconf
Michi
salu2
--
Michael Wechner
Wyona - Open Source Content Ma
El lun, 10-04-2006 a las 16:37 +0200, Michael Wechner escribió:
> Michael Wechner wrote:
>
> > Hi
> >
> > I have noticed that within
> >
> > http://staging.ejo.ch/lenya/ejo/authoring/index.html
>
>
> sorry for this copy/paste error. It should read:
>
> src/webapp/global-sitemap.xmap
>
> >
> >
Michael Wechner wrote:
Hi
I have noticed that within
http://staging.ejo.ch/lenya/ejo/authoring/index.html
sorry for this copy/paste error. It should read:
src/webapp/global-sitemap.xmap
the
src="lenya/pubs/{1}/config/ac/usecase-policies.xml">
is hardcoded instead be
Hi
I have noticed that within
http://staging.ejo.ch/lenya/ejo/authoring/index.html
the
src="lenya/pubs/{1}/config/ac/usecase-policies.xml">
is hardcoded instead being read from the ac.xconf
I guess it would make sense to use an InputModule (e.g. XMLInputModule)
for this,