poll: dates are not properly validated
Bug #33203 reported by
StefanPotyra
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Won't Fix
|
Low
|
Unassigned |
Bug Description
Hi,
how to replicate: updating the starting/ending date of a poll to an invalid date, will result in the date being changed. Example 2006-14-02 will not result an error but result in a changed date (s.th. like 2006-02-15)
References:
https:/
Cheers,
Stefan.
Changed in launchpad: | |
status: | Needs Info → Confirmed |
Changed in launchpad-foundations: | |
status: | Confirmed → Triaged |
Changed in launchpad-registry: | |
importance: | Medium → Low |
tags: | added: bugjam2010 |
Changed in launchpad: | |
status: | Triaged → Won't Fix |
To post a comment you must log in.
I tried to reproduce it but didn't get any error and when I use a invalid date, the validator gives me a nice Invalid date format. When I tried with the dates supplied on the bug report, the form changes the format to YYYY-DD-MM to the ISO format YYYY-MM-DD, but didn't change the date to another day, as reported.
Could you described another way to reproduce the bug?
Thanks for helping.