Open SawamiWataru opened 6 years ago
This occurs when a servlet container cannot receive the incoming HTTP request properly. We cannot fix this problem inside any java WebApp such as personium-core.
This issue is not Personium problem. Can we close this?
I implement test and confirm the response is html which is not generated by Personium.
If we can specify handle in web.xml
, implement this.
PersoniumCoreExceptionMapper can not catch, so we need to consider other means.
e.g.
content-typeが不正な場合、現状のソースではPersoniumCoreExceptionでCatch出来ずに突き抜けてtomcatのエラーレスポンスが返る。 その他同様の現象が起きるエラーがないかの調査を含めて、修正する必要がある。