--- SiteMapper/Page.cpp 2004/12/14 04:46:08 330 +++ SiteMapper/Page.cpp 2004/12/14 04:50:07 332 @@ -9,12 +9,8 @@ void Page::setUrl(const ext::String& url) { - api::Cerr << PCRE_MULTILINE << " = " << Matcher::defaults << ios::NewLine; - Matcher matcher("^http://(.+)(/.*)?$", (PCRE_UNGREEDY | PCRE_DOTALL)); - api::Cerr << (PCRE_UNGREEDY | PCRE_DOTALL) << " = " << matcher.options << ios::NewLine; - if (url == matcher) { address = matcher[1];