Page MenuHomePhabricator

Catch errors for invalid timestamps
Closed, ResolvedPublic

Description

Author: a.d.bergi

Description:
http://de.wikipedia.org/wiki/Spezial:FeedItem/featured/201201260000/de
http://de.wikipedia.org/wiki/Spezial:FeedItem/featured/20120124999999/de

Those two URLs die with uncatched exceptions. I even had expected the first one to work, because a timestamp of ../20120126/de should be enought for a daily updated feed, shouldn't it?
The second (invalid) one was just a test, but seems to have a different error source.


Version: unspecified
Severity: normal

Details

Reference
bz33977

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 12:07 AM
bzimport set Reference to bz33977.

Fixed in r110087. Full timestamps are used instead of dates because we might add support for more frequently updating feeds in the future. Note that all the timestamps are normalised to start of the day internally.

  • Bug 34142 has been marked as a duplicate of this bug. ***