Default matcher no longer works when divider character part of match
--------------------------------------------------------------------

                 Key: COCOON-2247
                 URL: https://issues.apache.org/jira/browse/COCOON-2247
             Project: Cocoon
          Issue Type: Bug
          Components: * Cocoon Core
    Affects Versions: 2.1.11
            Reporter: Kamal Bhatt


Example sitemap:
      <!-- Generates a CFORM selection list based on all images accessible to 
publication -->
      <map:match pattern="image_list_*_*">
        <map:generate type="imagedirectory" 
src="../cmsblocks/holidayImg/{1}/{2}">
          <map:parameter name="depth" value="2"/>
        </map:generate>
        <map:transform src="xslt/brandimagedirectory_list.xsl">
          <map:parameter name="list_level" value="file"/>
        </map:transform>
        <map:serialize type="xml"/>
      </map:match>

Using the following match:

image_list_images_TE_tours

You get the following error:

../cmsblocks/holidayImg/images_TE/tours is not a directory.

The match is completely foobar. This used to work in 2.1.9


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to