Open keiw opened 11 years ago
Right now CC contains some urls with username:password in them. On index creation they were transformed by function reversehost() and as a result they are not searchable.
reversehost('http://123456:654321@www.lesbo101.com/') == '123456/:654321@www.lesbo101.com:http' reversehost('http://Dennis:Reggie@www.sanafey.com/members/index.shtml') == 'Dennis/members/index.shtml:Reggie@www.sanafey.com:http'
This is basically the same as #12
Right now CC contains some urls with username:password in them. On index creation they were transformed by function reversehost() and as a result they are not searchable.