Designation: Non-SSA/Finmeccanica Daniel Shahaf wrote: > Yeah, but you do that in three round-trips rather than two: > > GET /foo//bar//baz > 301 Moved Permanently > Location: /foo/bar//baz > GET /foo/bar//baz > 301 Moved Permanently > Location: /foo/bar//baz > GET /foo/bar/baz > 200 OK
Right, but I don't know another way of accomplishing it. If you know how to do it more efficiently, I'm all ears. 3.1.1001