Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.8
-
None
Description
The locationmap's ability to use a selector doesn't work. It is intended to work like:
<match pattern="xyz">
<select>
<location src="somelocationA"/>
<location src="somelocationB"/>
</select>
</match>
The problem appears to be that the selector isn't serviced when it's processed/created. This results in the resolver never being set in the SourceExistsSelector. I tried Cocoon's ResourceExistsSelector as well with the same result.
<match pattern="xyz">
<select>
<location src="somelocationA"/>
<location src="somelocationB"/>
</select>
</match>
The problem appears to be that the selector isn't serviced when it's processed/created. This results in the resolver never being set in the SourceExistsSelector. I tried Cocoon's ResourceExistsSelector as well with the same result.