-
-
Notifications
You must be signed in to change notification settings - Fork 754
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
Parameter parsing problem in 1.1.0-SNAPSHOT #691
Comments
Salut, I cannot reproduce the issue. Can you share a test case? |
Sure thing. Thanks. From: Jeanfrancois Arcand [mailto:notifications@github.com] Salut, I cannot reproduce the issue. Can you share a test case? — |
Ok, finally made this test case: Sorry it's taken forever. I guess I shouldn't expect a quick solution in return, eh? ;-) Here are the atmosphere / jersey / jetty versions used:
As always, thanks! |
LOL! I will cut 1.1.beta2 soon and will make sure it gets added. Thanks!!!!! |
Just just changed my Atmosphere version from 1.1-SNAPSHOT to 1.1.0-SNAPSHOT and have encountered the following issue.
The client GETs the following URL:
/locations?page_start=UHhE2uSOGK9y-gta&page_limit=10&page_hint=next
In Jersey, the first query parameter in my method receives a concatenation of all the query params without the '?' delimiters, like so:
UHhFQuSOho-6eCHBpage_limit=10page_hint=next
If I roll the Atmosphere version back to 1.1-SNAPSHOT, all is well.
The text was updated successfully, but these errors were encountered: