2012/9/7 Shanti Suresh <[email protected]>: > > So I can somehow secure the "set" but open up the "get" and "qry", I will > be in happy curl-land. >
My suggestion would be to write a custom jsp page that will collect parameters, validate them and then will do a forward to jmxproxy. It is easy to secure a single page. It is much better than allowing access to the whole jmxproxy. <jsp:forward page="/jmxproxy/"> <jsp:param name="set" value="..." /> ... </jsp:forward> Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
