StringUtil fix
A minor release that fixes the slightly weird behaviour of split() in StringUtil which returned {""} for splitting an empty string instead of {}.
This has a knock-on effect for the CrackedUriPageHandler: now the "/" handler will have an empty path instead of a single empty element.