Closed dvayanu closed 10 months ago
This is obviously broken for Accumulator AND Threshold creation, and probably also for Tracer, at least when backjumping from Tracer creation:
net.anotheria.moskito.webui.tracers.action.CreateTracerAction
httpServletResponse.sendRedirect("mskShowProducer?"+PARAM_PRODUCER_ID+ '=' + URLEncoder.encode(producerId, "UTF-8"));
Doesn't have remoteConnection parameter in it.
I assume that CreateThresholdAction
return mapping.redirect().addParameter("newThreshold",po.getName()).addParameter("pProducerId", po.getProducerId());
will also fail, but it fails before already
The issue was a problem in configuration of nginx prior to moskito-inspect.
If we are browsing a remote instance and trying to create an accumulator/threshold there, we won't be able too. It appears that either the remoteLink parameter is not used in the form or not put there or not evaluated.
From here, the dialog opens
The dialog
The form should have proper setting but it doesn't: