Fungování této stránky je z důvodu údržby dočasně omezeno. Pokud žádný článek nápovědy nevyřeší váš problém a potřebujete se zeptat na další řešení, napište nám na Twitter @FirefoxSupport nebo Reddit /r/firefox.

Prohledat stránky podpory

Vyhněte se podvodům. Za účelem poskytnutí podpory vás nikdy nežádáme, abyste zavolali nebo poslali SMS na nějaké telefonní číslo nebo abyste sdělili své osobní údaje. Jakékoliv podezřelé chování nám prosím nahlaste pomocí odkazu „Nahlásit zneužití“.

Zjistit více

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 odpověď
  • 1 má tento problém
  • 1 zobrazení
  • Poslední odpověď od 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.

Všechny odpovědi (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.