Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

now WebRequestPathInfo is One More Decoded #17

Closed
sicmy opened this issue Nov 10, 2015 · 5 comments
Closed

now WebRequestPathInfo is One More Decoded #17

sicmy opened this issue Nov 10, 2015 · 5 comments

Comments

@sicmy
Copy link

sicmy commented Nov 10, 2015

When You Call procedure "/customers/($id)" In the Render Sample
example) localhost:8080/customers/($id) === localhost:8080/customers/권 (권 is korean word)

== i solved (i don't know this Code ㅠㅠ)
MVCFramework.Router Unit 97 Line

this is
// daniele
LWebRequestPathInfo := TIdURI.URLDecode(LWebRequestPathInfo);

// Change
LWebRequestPathInfo := TIdURI.PathEncode(LWebRequestPathInfo);

@danieleteti
Copy link
Owner

Good point.
Can you give me a testcase?

@sicmy
Copy link
Author

sicmy commented Nov 13, 2015

HI~

Sorry for the late reply.!!

Attached TestCase, Images..

Good bye~!

2015-11-10 23:29 GMT+09:00 Daniele Teti notifications@github.com:

Good point.
Can you give me a testcase?


Reply to this email directly or view it on GitHub
#17 (comment)
.

@danieleteti
Copy link
Owner

The attachment? J

danieleteti added a commit that referenced this issue Nov 15, 2015
FIX ISSUE #17
@sicmy
Copy link
Author

sicmy commented Nov 16, 2015

download hear

@danieleteti
Copy link
Owner

What's the intended test?
Running DMVCFrameworkTest_KO.dproj I get no errors/fails at all.
Am I missing something?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants