SeasideSt / Seaside

The framework for developing sophisticated web applications in Smalltalk.
MIT License
516 stars 71 forks source link

Look at WACookie >> #path: semantics #765

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

Original issue reported on code.google.com by philippe...@gmail.com on 8 Sep 2013 at 2:40

GoogleCodeExporter commented 9 years ago

Original comment by philippe...@gmail.com on 12 Sep 2013 at 7:15