URL requires command/type ?

Issue #3 resolved
Wolfgang Powisch created an issue

Looks like URL requires command (read,list,..) to be part of the URL:

$APP_BASE/plugins/servlet/jolokia/read

... even with POST requests.

This seems to break some Jolokia Client-Implementations (like pyjolokia) to work, because they just POST to:

$APP_BASE/plugins/servlet/jolokia

and contain the command/type in the Body:

{"type": "list", "config": {}, "mbean": "Standalone:type=Server"}

... which seems to valid usually, as far as I've seen.

Is this a Bug or intended ? ... and is there any Workaround ?

Comments (2)

  1. Log in to comment