in reply to Re: Setting CGI::POST_MAX with CGI::Application
in thread Setting CGI::POST_MAX with CGI::Application

And what happens now when the user hits Reload? These should always be redirects.

My criteria for good software:
  1. Does it work?
  2. Can someone else come in, make a change, and be reasonably certain no bugs were introduced?
  • Comment on Re^2: Setting CGI::POST_MAX with CGI::Application

Replies are listed 'Best First'.
Re^3: Setting CGI::POST_MAX with CGI::Application
by derby (Abbot) on Nov 09, 2005 at 14:17 UTC
    DC, I'm not following. The call to the default run mode should set the correct runmode param as a hidden var in the html ... so a reload should just reload the default form ... Am I missing something?
    -derby
      A browser's reload function will reload the URL that was sent, not the form that was received. Basically, don't think of it as a reload of the current page so much as a resend of the URL (including all params) that resulted in the current page. It's a resend of the request, not the response.

      My criteria for good software:
      1. Does it work?
      2. Can someone else come in, make a change, and be reasonably certain no bugs were introduced?
        Well that's just a big doh! on my part. Thanks for explaining what I should have known. Thanks.
        -derby