Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-dev] non-destructive request body read

Is there some trick I could use to read request body in a non-destructive way (for debugging purposes)? I want to dump the request body in a log.

I've got an implementation of org.eclipse.jetty.server.RequestLog going already but I would like to dump the request body which is tricky as you know.

--
Raymond Augé (@rotty3000)
Senior Software Architect Liferay, Inc. (@Liferay)

Back to the top