https://bugs.gpodder.org/show_bug.cgi?id=747

           Summary: Input sanitizing for podcast URLs
           Product: my.gPodder.org
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: major
          Priority: low
         Component: Server-side API Backend
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Podcast URLs that are introduced to the database should be sanitized before
being saved, so that we spot obvious errors and avoid bogus duplicates:

 * The URL MUST start with "http://";
 * Leading and traling whitespace MUST be removed
 * The domain feeds.feedburner.com MUST be rewritten to feeds2.feedburner.com

Please add any checks and methods that are still missing. We probably also need
to run a sanitization process on the current database that merges duplicate
URLs with just minor differences (see the Toplist for some "bugs") and run that
on the database.

-- 
Configure bugmail: https://bugs.gpodder.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
_______________________________________________
gPodder-Bugs mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/gpodder-bugs

Reply via email to