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

[PATCH] Myrrix-server: Allow to pass multiple rescorerParams values in url #33

Closed
GoogleCodeExporter opened this issue Mar 15, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

In AbstractMyrrixServlet#getRescorerParams, the method used 
(request.getParameter) only allows to pass a single value. The method used 
should be request.getParameterValues which allows to pass multiple values, 
which is coherent with the RescorerProvider contract (String... args).

Patch attached.

Original issue reported on code.google.com by julien.a...@gmail.com on 14 Nov 2012 at 9:22

Attachments:

@GoogleCodeExporter
Copy link
Author

Yes that's right, I'll commit this.

Original comment by srowen@myrrix.com on 14 Nov 2012 at 10:53

  • Changed state: Fixed

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