freme-project / Broker

FREME Broker
Apache License 2.0
2 stars 0 forks source link

Postprocessing Filter AccessDeniedException #159

Closed jnehring closed 8 years ago

jnehring commented 8 years ago

When I try to update a postprocessing filter and do not submit an authentication token I get

}
  "exception": "eu.freme.common.exception.FREMEHttpException",
  "path": "/toolbox/filter/manage/jan-test",
  "message": "Access is denied",
  "error": "Internal Server Error",
  "status": 500,
  "timestamp": 1454402592549
}

Please change this to AccessDeniedException. This will also change the HTTP Status code.