<br><br><div class="gmail_quote">2009/10/18 Christian Steinert <span dir="ltr"><<a href="mailto:christian_steinert@web.de">christian_steinert@web.de</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Dear all<br>
<br>
one of the things that I am unhappy with in opencms is that there is no<br>
abstraction between URLs and file system resources.<br>
<br>
Has anybody in a project implemented some mapping between logical and<br>
physical URLs? If so, which technique did you use? Servlet filters?<br></blockquote><div><br>Not sure if it corrensponds 100% to your request, but I have used URLrewrite to mess with urls.<br>(mainly to remove the /opencms prefix, because I wanted to avoid using Apache httpd in my setup)<br>

<br>Read more about here:<br><a href="http://opencms-wiki.org/Removing_the_/opencms/opencms_prefix_without_using_Apache">http://opencms-wiki.org/Removing_the_/opencms/opencms_prefix_without_using_Apache</a><br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">


<br>
Did anybody successfully implement in a custom 404-handler in opencms?<br>
Maybe even in a way that works with static export? I am not looking for<br>
code here, I only try to figure out, how I could create a custom mapping<br>
of URLs against cms resources, without touching the CMS core and without<br>
messing around with external things like mod_rewrite.<br>
<br>
One thing that would already be a huge improvement is, if resources<br>
could be addressed like folders, as it is possible in Apache. For<br>
example, if I have a JSP resource called /foo/bar  and if a request is<br>
issued for /foo/bar/baz,then it would be incredibly helpful, if actually<br>
/foo/bar were called. This would very easily allow to create mappers for<br>
custom url spaces. Does anybody else think this is a good idea? At least<br>
the request handling and the link management of opencms would be<br>
affected by this, I think. Also, I don't know how expensive this would<br>
become, since a naive traversal of the filesystem, whenever a resource<br>
is not found might cause too much DB activity.<br>
<br>
Nonetheless, I wanted to ask, what others think of this.<br>
<br>
Kind regards<br>
Christian<br>
<br>
_______________________________________________<br>
This mail is sent to you from the opencms-dev mailing list<br>
To change your list options, or to unsubscribe from the list, please visit<br>
<a href="http://lists.opencms.org/mailman/listinfo/opencms-dev" target="_blank">http://lists.opencms.org/mailman/listinfo/opencms-dev</a><br>
</blockquote></div><br>