/* No path segments prior to the '..' segment : '..' still has to be removed (See https://tools.ietf.org/html/rfc3986#section-5.2.4 -> parts 2.C and 2.D )*/
newString[]{"/../","/"},
newString[]{"/..","/"},
newString[]{"/../../../image.jpg","/image.jpg"}
};
Stringtesthost="http://localhost";
for(inti=0;i<testStrings.length;i++){
@ -223,7 +225,7 @@ public class MultiProtocolURLTest {