Pruefung auf ungueltige Where-Parameter
This commit is contained in:
parent
b14a49b786
commit
acb3253679
@ -219,7 +219,7 @@ public class CLIClientConnectorServlet extends HttpServlet {
|
||||
+ "(obj." + AbstractEntity.escapeString(kname) + " = '" + AbstractEntity.escapeString(where.get(k)) + "')";
|
||||
first = false;
|
||||
} else {
|
||||
throw new ServletException("illegal input\nunknown field: " + k);
|
||||
throw new ServletException("illegal input (unknown field: " + k + ")");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user