Problem
- If the Mollom service happens to be down and the Drupal module's client/key validation happens to be triggered during that time-frame, a bogus result is stored and sticks.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | mollom.status-outage.3.patch | 2.42 KB | sun |
| #2 | mollom.status-outage.2.patch | 2.01 KB | sun |
| mollom.status-outage.0.patch | 2 KB | sun |
Comments
Comment #2
sunNeeds to check for === TRUE when comparing with old status, since positive integers (HTTP error codes) equal TRUE, too.
Comment #3
sunCommitted #2.
Comment #4
sunAlso pushed to 6.x-2.x.