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.
Item9141: URLPARAM encodes separator as well
| Priority: |
CurrentState: |
AppliesTo: |
Component: |
WaitingFor: |
| Urgent |
Closed |
Engine |
|
|
Clicking on
test
should give you
URLPARAM = this%20is%20a%20test, this%20is%20another%20test
That's because the ', ' separator is encoded as well. It should only encode the
values.
Using a more intelligent format string in
URLPARAM =
is bolloxed as well as the format string does not process standard escapes.
--
MichaelDaum - 11 Jun 2010
Fixed.
--
CrawfordCurrie - 13 Jun 2010
Reopening as URLPARAM{"foobar" multiple="on"} did not expand. Infact, any TML expression this is contained in
did refuse to expand from the point on when an inner expression returns undef ... as the given example does when foobar is not specified on the url.
--
MichaelDaum - 14 Jun 2010