View Issue Details

IDProjectCategoryView StatusLast Update
0010684mantisbtbugtrackerpublic2010-04-23 23:22
Reporterivanfedorets Assigned Todhx  
PriorityurgentSeveritymajorReproducibilityalways
Status closedResolutionunable to reproduce 
Platform32b Vmware Ser.1.x Pentium QuadOSFreeBSD OS Version7.2
Product Version1.1.8 
Summary0010684: APPLICATION ERROR #2800
Description

Mantis 1.1.8 from the port tree on FreeBSD 7.2 (with MySQL 5.1)
I got
"APPLICATION ERROR #2800
Invalid form security token. Did you submit the form twice by accident?"

for reporting issue and I have
the line "?php echo form_security_field( 'bug_report' ) ?>" in the files: bug_report_page.php, bug_report_advanced_page.php

I did not have any categories in my project when I got this error at first. I thought that it could be a reason, hence I added one category and I was able to report one or two issues. Now I get it again.

Steps To Reproduce

Report an issue and click submit

TagsNo tags attached.

Relationships

child of 0010627 closeddhx Ensure all forms use CSRF protection 

Activities

dhx

dhx

2009-07-06 13:59

reporter   ~0022427

Unable to reproduce in 1.2.x

Make sure you're not using the back button in your browser to resubmit a form. Forms are single use only and once successfully received by Mantis cannot be resent. The back button still works with failed bug report submissions (invalid field, etc).