<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>Hi mailinglist,</div>

<div> </div>

<div>i have a problem with detailpages. Let me explain:</div>

<div>I use OpenCms 9.5.2.</div>

<div>I have 2 sites and both sites have a folder abc and there a container page index.html.</div>

<div>Site 1 is configured to use his index.html for resource type "contact1" as detail page and site 2 is configured to use his index.html for resource type "contact2" as detail page.</div>

<div>Both resource types set the url via urlName mapping.</div>

<div> </div>

<div>site1/abc/index.html</div>

<div>site2/abc/index.html</div>

<div> </div>

<div>resource type contact1 mapto "contact.html"</div>

<div>resource type contact2 mapto "contact.html"</div>

<div> </div>

<div>After generating the content the detail page url for site 1 content is correct but the detail page url for site 2 content is the same like site 1 but with suffix -0001.</div>

<div> </div>

<div>site1/abc/contact.html</div>

<div>site2/abc/contact.html-0001</div>

<div> </div>

<div>I figured out that the CmsDefaultLinkSubstitutionHandler generate the URL.</div>

<div>It seems that CmsObject.getDetailName search over the complete cms and not within the site.</div>

<div> </div>

<div>How can i prevent this behavior?</div>

<div> </div>

<div>Thanks</div>

<div>Sascha</div></div></body></html>