Hi there, I am building some widgets that consume Rest services. In case of removing and updating items I am sending DELETE and SUCCESS requests, respectively. When successful the server answers with 204 (No Content).
The problem is that I get a 500 Internal Server Error back from Jetty (I am using the standalone version). When changing the code to 200 (OK) everything works as expected. Is this intended behaviour? Greetings, Roman
