Class SinkResource
java.lang.Object
com.atlassian.bamboo.plugins.testutils.rest.resource.sink.SinkResource
This resource just eats data (accepts any content type). Useful for testing of filters.
-
Method Summary
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
sink()
This method will be reported by Panopticon as XSRF security threat.
-
Method Details
-
sink
@POST public javax.ws.rs.core.Response sink()This method will be reported by Panopticon as XSRF security threat.
-