Item9141: URLPARAM encodes separator as well

pencil
Priority: Urgent
Current State: Closed
Released In: 1.1.0
Target Release: minor
Applies To: Engine
Component:
Branches:
Reported By: MichaelDaum
Waiting For:
Last Change By: KennethLavrsen
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
Topic revision: r9 - 04 Oct 2010, KennethLavrsen
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy