Skip to content

StringUtil fix

Compare
Choose a tag to compare
@mattgodbolt mattgodbolt released this 27 May 14:42
· 490 commits to master since this release

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.