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.
デフォルトでは、response status code が 40x の場合、resin は 40x html ページを返します。ただし、私が ajax リクエストの API サーバーである場合、レスポンスが Java によって記述されたカスタム形式 (json など) であることを願っています。樹脂の 40x ページを無効にして、すべてを許可する方法は、Java 自体によって制御されます。
サーブレット 2.4 仕様では、
response.sendError() および response.setStatus()
扱いが異なります。前者は設定済みのエラー ページにリダイレクトしますが、後者は依然として自分で応答を提供することを前提としています。