legacy-knowledge-base
公開されました Sep. 10, 2025

multipart/form-data を指定した POST リクエストで、ファイルをダウンロードします。

written-by

Solyom Nagy-Györkös

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

legacy-article

learn-legacy-article-disclaimer-text

問題

  • multipart/form-data と適切なサイズの添付ファイルを指定した POST リクエストで、ファイルを一時ディスクフォルダにダウンロードします。
  • アンチウィルスエージェントは、同様のPOSTリクエストの後、フォルダ内の悪意のあるファイル(複数可)を検出する場合があります。

Environment

  • Liferay DXP 7.0+

解決策

  • マルチパートの苦労は、サーバーがリクエストを全文読み込むまで中身がわからないことです。
  • つまり、ポータルはリクエストを捨てることができない。メモリに対するDoSを避けるため、リクエストは一時的にディスクに保存される。
  • 例: portletId はリクエストの最後のものです。この場合、DXPはマルチパートボディの最後の最後まで、リクエストがどのポートレット/アクションをターゲットにしているかわかりません。

追加情報

did-this-article-resolve-your-issue

legacy-knowledge-base