| Summary: | bug in web-based FreeBSD problem report submission form | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Kevin Ross <austusross> |
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Kevin Ross
2003-12-28 21:50:17 UTC
It appears that the problem is that your anti-bot code is changed very frequently. Unfortunately, the value displayed on the form isn't updated when the code changes. Hitting refresh on the browser updates the code on the form without destroying the inputted fields (for Mozilla Firebird anyway) thankfully. It's still a bug that the value displayed on the web page and the actual value for the code are often out of sync. Responsible Changed From-To: freebsd-bugs->freebsd-www Give this one a less generic-sounding synopsis and assign it to the www folks. State Changed From-To: open->closed The code is actually generated on the fly for each request of the page. The problem that hit you here is that each code times out after 15 minutes which, in your case (and in hindsight), is not long enough. I have now bumped this to 45 minutes. |