1

Closed

ucomponents.request:QueryString() error empty names

description

When using the XSLT extension for "ucomponents.request:QueryString()", if the querystring contains an empty item: e.g. "?page=2&", then the parameter is returned as: "<error>Object reference not set to an instance of an object.</error>".

This can cause issues for certain implementations.
Closed Apr 20, 2012 at 10:05 AM by leekelleher
From investigating the underlying code for NameValueCollection, this is intended behaviour. (Wont Fix)

comments