solidusjs / solidus

A simple server that generates pages from JSON and Templates
MIT License
28 stars 7 forks source link

Don't encode resource URL's query part #122

Closed joanniclaborde closed 9 years ago

joanniclaborde commented 9 years ago

Fixes #120

pushred commented 9 years ago

Looks good :+1:

Tested with that particular API that led to this and a couple others that handle the commas either way. All works as expected.

Can you merge and rebase https://github.com/solidusjs/solidus/tree/108-dynamic-redirects? We can hold on a release for now since I'm just using that branch in this particular project.