clarin-eric / component-registry-rest

Component Registry back end
GNU General Public License v3.0
2 stars 1 forks source link

Jersey warning upon DELETE request from UI #16

Open twagoo opened 8 years ago

twagoo commented 8 years ago

https://trac.clarin.eu/ticket/277

The following warning gets logged upon a DELETE request triggered from the from Flex UI

WARN [com.sun.jersey.spi.container.servlet.WebComponent#filterFormParameters:846] - A servlet POST
request, to the URI http://lux16.mpi.nl/ds/ComponentRegistry/rest/registry/components/clarin.eu:cr1:c_1332771820908?userspace=true,
contains form parameters in the request body but the request body has been consumed by the servlet
or a servlet filter accessing the request parameters. Only resource methods using @FormParam will
work as expected. Resource methods consuming the request body by other means will not work as
expected.