Handle quoted values as parameters
Status: Beta
Brought to you by:
whitemice
In order to get some characters into a parameter value the value needs to be quoted; singe quotes seem to work. But then the quotes go into the value as well. So we need to check parameters if they start with a single quote and end in a single quote and drop the quotes to just have the intended value.
One example of this is setting default process permissions (via the route property) which uses the semicolon character to delimiter ACL patterns.