NOTE: If you are a developer, please use a private wiki based on foswiki/trunk on a daily base ...or use
trunk.foswiki.org to view this page for some minimal testing.
Use
Item9693 for docu changes for 1.2 and 2.0.
Item393: Add default safe encoding for QUERYPARAMS and add "safe" type to ENCODE
| Priority: |
CurrentState: |
AppliesTo: |
Component: |
WaitingFor: |
| Urgent |
Closed |
Engine |
|
Main.KennethLavrsen |
Enable safe encoding for QUERYPARAMS
And since we now have safe for URLPARAM and for QUERYPARAMS we also add the mode to ENCODE.
QUERYPARAMS gets also the "off" mode since we make "safe" the default.
For Encode we have actually also "off" but it makes no sense to document it since it already has a default "url" and if you want to turn the encoding off then you simple just don't use ENCODE at all.