Jersey warning upon DELETE request from UI
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.
Change History (7)
Owner: |
changed from twagoo to Twan Goosen
|
Status: |
new →
assigned
|
Milestone: |
→ ComponentRegistry-1.15
|
Milestone: |
ComponentRegistry-1.16 →
ComponentRegistry-2.1
|
Summary: |
Jersey warning upon DELETE request from Flex UI →
Jersey warning upon DELETE request from UI
|
Milestone: |
ComponentRegistry-2.1 →
ComponentRegistry-2.2
|
Resolution: |
→ duplicate
|
Status: |
assigned →
closed
|
Milestone: |
ComponentRegistry-2.2
|
This also happens with new JS UI, investigate