java - WARNING: A response with a 200 (Ok) status should have an entity. Make sure that resource returns one or sets the status to 204 -


in context of servlet container mean:

warning: response 200 (ok) status should have entity. make sure resource "http://localhost:8080/parse/custom/usermanagement/hello_method" returns 1 or sets status 204 (no content). 

where can see client (i using postman) response there (e.g. {"hello":"body"})


Comments

Popular posts from this blog

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -