Ticket #178 (accepted defect)
Invalid URL in comment form not giving warning
| Reported by: | kimparsell | Owned by: | sidtheduck |
|---|---|---|---|
| Priority: | low | Milestone: | 1.1 |
| Component: | General | Version: | 1.0b3 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
I added a comment to an image, filling in all fields, including the URL. I clicked submit and the comment went through - no problem. However, when I get the comment notification email, the URL is blank - it was not saved in the database (I checked via phpMyAdmin). In the admin panel, I'm able to approve the comment - no problem. I was able to edit the comment and add the URL, and then it was saved.
Cause: The URL had 2 dots in it after www (http://www'''..'''domain.tld), so the entire URL was rejected. There was no error message that there was a problem with the URL when I submitted the comment - should there have been?
