-
Bug
-
Resolution: Fixed
-
Minor
-
3.2
-
None
-
None
This is working
/kernel/resources/img/runtime_favico.gif
This is not working
/preview/kernel/resources/img/runtime_favico.gif
with the message
Resource not found for URI : file:/D:/Ametys/templates/CMSWEB/trunk/webapp/cms/resources/img/runtime_favico.gif
<map:read> - context:/resource://org/ametys/runtime/kernel/sitemap.xmap - 155 : 48
this is the right sitemap at the right line
<map:match pattern="kernel/resources/**"> <map:read src="resources/{1}"/> </map:match>
but it looks as thought it looks for the file in the webapp dir, instead of in the kernel sitemap dir
In the second case the pipeline preview/** redirect to the first url using a cocoon://
Was due to https://issues.apache.org/jira/browse/COCOON-2319