cp and mv have wrong behavior when copying dir with trailing /
http://localhost:8080 /secret/> ls
dev/
http://localhost:8080 /secret/> cp dev/ test
Copied /secret/dev/1 to /secret/test1
Copied /secret/dev/2 to /secret/test2
Copied /secret/dev/3 to /secret/test3
http://localhost:8080 /secret/> ls
dev/
test1
test2
test3
cp
andmv
have wrong behavior when copying dir with trailing/