I'm using the following ImageReader component configuration:
<map:components>
<map:readers default="resource">
<map:reader name="image" src="org.apache.cocoon.reading.ImageReader"
logger="sitemap.reader.image" pool-max="32"/>
</map:readers>
</map:components>
And the following pipelines:
<map:match pattern="img/*.jpg">
<map:read type="image" src="resource/img/{1}.jpg" mime-type="image/jpeg" />
</map:match>
<map:match pattern="img/*.gif">
<map:read type="image" src="resource/img/{1}.gif" mime-type="image/gif"
/>
</map:match>
And instead of showing me the image, it shows me the absolute path of the
image... This is very annoying. How do I fix this?
http://www.nabble.com/file/p17179690/image.jpg
--
View this message in context:
http://www.nabble.com/ImageReader-displays-path-instead-of-image.-Very-annoying.-tp17179690p17179690.html
Sent from the Cocoon - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]