fix URI encoding and let SECoP module show value
- URI encoding must happen by element - show values in SECoP module
This commit is contained in:
@ -48,7 +48,7 @@ function createContentConsole(s) {
|
||||
histIndex = -1;
|
||||
// Request for command.
|
||||
reqJSON(s, "http://" + hostPort + "/sendcommand?command="
|
||||
+ commandline.value + "&id=" + clientID, successHandler,
|
||||
+ encodeURIComponent(commandline.value) + "&id=" + clientID, successHandler,
|
||||
errorHandler);
|
||||
commandline.value = "";
|
||||
};
|
||||
|
Reference in New Issue
Block a user