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

Unused Spring MVC Controller path variables #80

Open
d-r-q opened this issue Oct 1, 2015 · 0 comments
Open

Unused Spring MVC Controller path variables #80

d-r-q opened this issue Oct 1, 2015 · 0 comments
Assignees
Milestone

Comments

@d-r-q
Copy link
Collaborator

d-r-q commented Oct 1, 2015

Currently if path variable not used at all, Restler rejects controllers, but users may want to have variables only in urls. We should think how we can support this case. Problem example:

@RequestMapping("{notUsed}")
public void test();
@d-r-q d-r-q self-assigned this Oct 1, 2015
@d-r-q d-r-q added this to the Ideal milestone Oct 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant