Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
フィルタチェーン中にリクエストオブジェクトのinputstreamを複数回読み取ろうとしています。RequestFacadeラッパークラスを使用してこれを行うにはどうすればよいですか。
入力ストリームが巻き戻されるという保証はありません。呼び出して、それmarkSupported()が返された場合は、読み始める前に巻き戻すことができます。false を返す場合は、自分でバッファリングする必要があります。truemark()reset()markSupported()
markSupported()
true
mark()
reset()