Opened 19 years ago

Closed 19 years ago

#778 closed defect (fixed)

URL field incorrectly identifies a link as a broken link.

Reported by: lakin.wecker@… Owned by: Adrian Holovaty
Component: Validators Version:
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

http://pages.cpsc.ucalgary.ca/~samavati/cpsc601.13
This link requires a login in order for it to be loaded, and when I enter into a URL field that check's links, it fails because it thinks it is a broken link.

Change History (1)

comment:1 by Adrian Holovaty, 19 years ago

Resolution: fixed
Status: newclosed

(In [1202]) Fixed #778 -- Improved isExistingURL validator not to raise ValidationError for URLs that exist but require authorization. Thanks for the report, lakin wrecker.

Note: See TracTickets for help on using tickets.
Back to Top