Closed (works as designed)
Project:
Block Conditional Visibility by URI Query Parameters
Version:
7.x-1.1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Oct 2012 at 11:57 UTC
Updated:
29 Aug 2013 at 15:22 UTC
Comments
Comment #1
lsolesen commentedCould you create a patch for easier testing?
Comment #2
SolomonGifford commentedDrupal (via php) interprets a + in the url as a space because it is passed through urldecode. To match a +, simply add a space to your url argument.
A url of example.com?a=b+c will match the space, not the +.