Hi there,

The cocoon site map is case sensitive (
http://cocoon.apache.org/2.1/userdocs/parameter-selector.html).

I have the need to upload various images...I have a sitemap (parts shown below).

<map:match pattern="*.bmp">
<map:read mime-type="image/bmp"
 src="context://webtask/taskfiles/{0}"/>
</map:match>


However the customer tried to upload a file whose extension was in CAPS. as in myimage.BMP

Any way to "compactly" address this instead of duplicating all the entries with their cap eqivalents?

Paul

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to