phdmohans / odata4j

Automatically exported from code.google.com/p/odata4j
0 stars 0 forks source link

name conflict with $skiptoken and other $(parameters) #140

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.when executing a request with the url 
http://localhost:8080/table_name?$skiptoken=30&$skip=500
2.

What is the expected output? What do you see instead?
The expected output for the next url should be 
http://localhost:8080/table_name?$skiptoken=60&$skip=500
but instead i see:
http://localhost:8080/table_name?$skiptoken=60%26$skip%3D500&$skip=500
I think there is a name conflict between skiptoken and skip.
What version of the product are you using? On what operating system?
the newest version 0.5 on windows XP

Please provide any additional information below.

Original issue reported on code.google.com by wentao0...@gmail.com on 23 Feb 2012 at 4:40