Description
For some reason that I cannot understand, QueryStringUrlCodingStrategy will code urls like this:
www.example.com/a/path/?var=val That last slash is abnormal from what I've seen. I've included a class called NormalUrlCodingStrategy that does the same thing as QueryStringUrlCodingStrategy but does not add this extra slash.