Feature names keep url-encoded values once passed into the handler. Example: "test feature" -- url encodes to --> "test%20feature" Should just be "test feature" once in the handler, but is still "test%20feature"