sonderbares Verhalten bei der Adressierung von Ordnern

Franz Josef <[email protected]>
Newsgroups gmane.comp.web.zope.german
Message-ID <[email protected]>
Ich habe eine Plone Seite, bei der ich einen bestimtmen Ordner /foo 
nicht erreichbar machen will.
Dies wurde mit den Rewrite-Regeln in Apache abgefangen:

    RewriteCond %{REQUEST_URI}     ^/foo
    RewriteRule .* - [L]

    RewriteRule ^/(.*)  \
      
http://192.168.80.39:8080/VirtualHostBase/http/%{SERVER_NAME}:80/test1/VirtualHostRoot/$1 
[L,P]

Aufgefallen ist mir, dass /foo immer noch erreichbar ist. Nämlich dann, 
wenn ich diese Adresse einfach an die Adresse eines beliebigen Order 
anhänge.
Z. B. http://www.webauftritt.de/test/foo und ich erreiche den Ordner /foo.

Nach Überprüfen der Logs ist mit nichts unnormales aufgefallen. Also 
habe ich das ganze mal auf plone.org probiert.
Und siehe da, das selbe Verhalten. Z. B.:

1. http://plone.org/products/roundabout
dann auf das Produkt navigieren
2. http://plone.org/products/plonetheme-stylized
und einfach /roundabout wieder anhängen und man landet wieder auf 1.
3. http://plone.org/products/plonetheme-stylized/roundabout

Frage: Ist dies ein Bug oder ein Feature? Wenn Feature, wie kann man es 
abstellen?

Grüße,
Franz Josef



_______________________________________________
zope mailing list
[email protected]
https://mail.dzug.org/mailman/listinfo/zope
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.