vietj / ceylon-cayla

A web framework for Ceylon
39 stars 8 forks source link

escaping URL chars in parameters #1

Closed chochos closed 11 years ago

chochos commented 11 years ago

By slightly changing the example app, you can pass the received parameter in either controller to the other one.

The query param controller can take a parameter value a/b but when that gets passed to the path parameter controller, an error shows up "could not match controller for /foo/a/b" even though the / is escaped in the URL (http://localhost:8080/foo/f%2Fc).

vietj commented 11 years ago

I believe this issue is related to the Vert.x integration layer. I will try to resolve first this issue in ceylon-vertx project.

vietj commented 11 years ago

Resolved in https://github.com/vietj/ceylon-cayla/commit/29622e43bf222a9d0e74f1bedcf9afd5172a776e