Ticket #104 (Fixed)Wed Dec 27 09:35:12 UTC 2006
Check that POST submission timeout is bypassed
Reported by: | Andrew Hodgkinson (6) | Severity: | Normal |
Part: | Web site: Collaboa (bugs and subversion browsing) | Release: | 2nd public site release |
Milestone: | 2nd public site release completed | Status | Fixed |
Details by Andrew Hodgkinson (6):
Hub should bypass inactivity timeouts for POST requests, but I’m sure I’ve seen Collaboa time out a bug report upon submission. Investigate.
Changelog:
Modified by Andrew Hodgkinson (6) Wed, January 03 2007 - 10:58:07 GMT
I’m adding this comment under the development server with a 20 second timeout set in the Hub gem. If I’m able to submit the comment without being told the session has timed out, POST timeout bypass is working because I’ve deliberately waited for much longer than 20 seconds before submitting the form. Before running this last test, I verified that the timeout is correctly working for normal GET requests and the ‘last accessed’ update seems to be functioning correctly for both public access and account-only access pages.
Modified by Andrew Hodgkinson (6) Wed, January 03 2007 - 10:58:41 GMT
- Status changed from Open to Fixed
The above comment was submitted successfully. POST timeout bypass works as expected.