Bug: File manager and deleting directories [message #2109] |
Tue, 30 April 2002 22:36 |
Olliver
Messages: 443 Registered: March 2002
Karma: 0
|
Senior Member |
|
|
Hi, If a directory is created which name starts with a backslash the File manager will at first create it. It does it even in a sensitive way by adding another backslash (e.g. \\bkfhfu). However once u find out that this name may not be that useful and want to delete the dir, it will fail. Instead a new window with a fixed size will pop up showing another view of the file manager (starting at the web root). Expected result should be that the small pop up either informs about the success or failure of that action. Refreshing the window will cause a warning because the POST operation with mkdir will be executed once again. Here it would be nice to have some error handling telling someone that this dir already exists. I think after all it would even be better not to allow special characters as dirname to avoid nasty trouble with it. bye Ken
|
|
|
|
|