当サイトはユーザー体験を改善するためのメンテナンスを実施中に機能が制限される予定です。記事を読んでもあなたの問題が解決せず質問をしたい場合は、Twitter の @FirefoxSupport、Reddit の /r/firefox で、サポートコミュニティが皆さんを助けようと待機しています。

Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

詳しく学ぶ

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

who is responsible for gathering form data and resending the same if reload/refresh is pressed? Does the browsers do it or something else?

  • 1 件の返信
  • 1 人がこの問題に困っています
  • 1 回表示
  • 最後の返信者: cor-el

more options

Hi,

We have one application with Websphere portlet Factory generated JSP as front end, Java in the business layer and finally DB2 as back-end. In certain cases it is being observed when exception has occurred and error page is shown, if we refresh/reload the page the input data is being corrupted if they are Japanese character set and that corrupted character set is then submitted to the server. This is observed only for Japanese characters, for English char set its working as expected.

Our query here is who is responsible for gathering form data and resending the same if reload/refresh is pressed? Does the browsers do it or something else? Basically we want to trace the root cause for the corruption of Japanese char set. Your inputs are highly appreciated. It will help us to have better insight about the problem. Thank you for your time.

Hi, We have one application with Websphere portlet Factory generated JSP as front end, Java in the business layer and finally DB2 as back-end. In certain cases it is being observed when exception has occurred and error page is shown, if we refresh/reload the page the input data is being corrupted if they are Japanese character set and that corrupted character set is then submitted to the server. This is observed only for Japanese characters, for English char set its working as expected. Our query here is who is responsible for gathering form data and resending the same if reload/refresh is pressed? Does the browsers do it or something else? Basically we want to trace the root cause for the corruption of Japanese char set. Your inputs are highly appreciated. It will help us to have better insight about the problem. Thank you for your time.

すべての返信 (1)

more options

Yes.
If you refresh a web page then Firefox will automatically resend POST data if that data was used to request the original page from the server.

A good place to ask advice about web development is at the MozillaZine "Web Development/Standards Evangelism" forum.

The helpers at that forum are more knowledgeable about web development issues.
You need to register at the MozillaZine forum site in order to post at that forum.