The semantics WACookie >> #path: are an unsecapted, unencoded string.
Traditionally we try to offer high level objects to the user that are directly
useful without having to do some parsing or decoding first. However a string
isn't actually that high level, a SequenceableCollection would be.
This is a follow up on Issue 749