You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Original issue reported on code.google.com by
julien.a...@gmail.com
on 14 Nov 2012 at 9:22Attachments:
The text was updated successfully, but these errors were encountered: