Content Disposition header encoding issue
Adeeb-khan opened this issue · 1 comments
Adeeb-khan commented
The particular request which has following assumption was put into STH-Comet, then STH-Comet process was going down.
- attribute includes Japanese languages (maybe includes 2bytes or more character code, it also happen)
- parameter of query includes "filetype=csv"
Cause:
Filename of Content-Disposition header is not encoded in response.
So if filename is based on Japanese, error is occurred and process goes down.