so for example, I have a directory under an exposed file system called "test-dir". When I click on "test-dir" it opens properly and displays the contents. When I click "Go up", while within the "test-dir" it actually takes me to "http://url/?q=node/1/test-dir/.." which isn't a valid directory. Any ideas on this? Let me know if I need to provide additional detail. I'm running drupal 6.11 on Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5.6 with Suhosin-Patch

Comments

Anders Östberg’s picture

To add to your description I see the following:
- When first displaying the file system folder there is no "Go up" link.
- I then go down one level into a subfolder and there I get a "Go up" link
- Clicking that link takes me up one level but there I see now two "Go up"s ...
- It is now possible to keep going up all the way to the disk root

If I alternate going up and down the URL keeps adding ../ instead of stripping off one level when going up, and gets longer and longer

Yoran’s picture

I changed the way of handling urls that was broken with unsimplified urls. Tell me if this is working for you in RC10

Yoran’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.