SAP / cf-java-logging-support

The Java Logging Support for Cloud Foundry supports the creation of structured log messages and the collection of request metrics
Apache License 2.0
77 stars 48 forks source link

Add delegates to WrappedInputStream #80

Closed KarstenSchnitter closed 4 years ago

KarstenSchnitter commented 4 years ago

WrappedInputStream now delegates all methods ti ServletInputStream. Note, that SerlevtInputStream does not support mark, so there are no tests for that feature. Implementation was taken from WrappedInputReader.