Thorsten Scherler wrote:
> Cyriaque Dupoirieux (JIRA)
> escribi??:
> >     [ 
> > http://issues.apache.org/jira/browse/FOR-893?page=comments#action_12420539 
> > ] 
> > 
> > Cyriaque Dupoirieux commented on FOR-893:
> > -----------------------------------------
> > 
> > I have a big problem with this FOR, and I think it is why my motivation 
> > decrease...
> 
> So let us get you motivated again and try to fix it. ;)
> 
> > 
> > Since the  update of the locationmap.xml between revision 390856 and 
> > revision 390882, the dispatcher does not take into account specific fv 
> > files in subdirs. (Either in structurer/url nor in xdocs...)
> > 
> 
> Regrading this observation, so you are doing 
> svn up -r390856 locationmap.xml
> ...and everything is working?
> 
> You are only updating this file right, nothing more?
> 
> > Can someone explain the <match pattern="resolve.structurer.**"> so that I 
> > can investigate.
> 
> as soon something is requesting "resolve.structurer.something/bla" then
> this match is acting. Where in "normal" sitemap behavior ** is in this
> example "something/bla" and can be matched with {1}.
> 
> David gave a tip to try with {../1} which would normally match the
> parent match. Like having
> <map:match pattern="resolve.**">
>  <map:match pattern="resolve.structurer.**">
> ...
>  </map:match>
> </map:match>
> 
> So in our example {../1} would give structurer.something/bla out of
> pattern="resolve.**". 

Cyriaque, what Thorsten refers to was mentioned in
a dev@ reply to FOR-893 and came up again at (IIRC)
last month's Forrest Friday.

-David