Re: Escaping URL during redirection

2012-09-10 Thread remi tassing
Sorry, I think it works. I was trying 'parsechecker' and it doesn't apply 'regexnormalizer' rules by default. So, case solved, thanks a lot! On Sunday, September 9, 2012, Sebastian Nagel wrote: Redirects are filtered and normalized. It works for 1.4/1.5 and should for trunk. One subtlety:

Re: Escaping URL during redirection

2012-09-09 Thread Sebastian Nagel
Redirects are filtered and normalized. It works for 1.4/1.5 and should for trunk. One subtlety: there is an extra scope for normalization of redirects (fetcher). If scoped normalization rules/expressions are used don't forget to configure this scope with the appropriate regex-normalize rule file

RE: Escaping URL during redirection

2012-09-08 Thread Markus Jelsma
You mean the redirects followed by the fetcher (if enabled) are not passed through the filters and normalizers? You can open an issue for that and if possible provide a patch for trunk. An example of the fetcher following filtered and normalized outlinks can be found in the fetcher around line