From 3bed590653f5e6d72ffecb606f2569c1d1057326 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Tue, 3 Feb 2004 18:52:53 +0000 Subject: New test suite for url scanning. 2004-02-03 Jeffrey Stedfast * tests/misc/url-scan.c: New test suite for url scanning. * camel-url-scanner.c: Added single/double quotes to url_braces[] in case the user is quoting the url. (camel_url_web_end): Add "-;:" to list of punctuation to strip off the end of urls. Also fixed to handle user@domain's (camel_url_addrspec_start): Strip open brace characters from the beginning of the addr. (camel_url_web_start): Make sure "www" wasn't part of something not a url (like "Ewww.Gross") by check that pos[-1] is either an open brace or whitespace. (camel_url_addrspec_end): Don't allow toplevel domain addr-specs (if we encounter something that looks like it is a toplevel domain addr, it is more likely to be bogus than correct). svn path=/trunk/; revision=24592 --- camel/ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index b222c86fa0..0a90be539a 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,20 @@ +2004-02-03 Jeffrey Stedfast + + * tests/misc/url-scan.c: New test suite for url scanning. + + * camel-url-scanner.c: Added single/double quotes to url_braces[] + in case the user is quoting the url. + (camel_url_web_end): Add "-;:" to list of punctuation to strip off + the end of urls. Also fixed to handle user@domain's + (camel_url_addrspec_start): Strip open brace characters from the + beginning of the addr. + (camel_url_web_start): Make sure "www" wasn't part of something + not a url (like "Ewww.Gross") by check that pos[-1] is either an + open brace or whitespace. + (camel_url_addrspec_end): Don't allow toplevel domain addr-specs + (if we encounter something that looks like it is a toplevel domain + addr, it is more likely to be bogus than correct). + 2004-02-02 Jeffrey Stedfast Fixes for bug #53091. -- cgit v1.2.3