Skip to content

Resolve "Encode url parameter for oa_proxy prefix"

Brad Baxter requested to merge 668-encode-url-parameter-for-oa_proxy-prefix into master

Related to #668 (closed)

Solution

I'm using the Addressable::URI query_values method to encode the qurl parameter.

As a result of calling query_values, the entityID parameter also gets encoded.

So I moved entityID from the OA_PROXY_URL constant into the oa_proxy method.

Edited by Brad Baxter

Merge request reports

Loading