Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Calling enable with a POST results in a NullPointerException in StringReader. Calling as a GET works just fine.

...

Enable the firewall. By default firewall denies all traffic unless an explicit ALLOW rule is created.

Code Block
xmlxml
curl -X POST -d '' http://localhost:8080/wm/firewall/module/enable/json

...