Re: urlize insufficient escaping with autoescape

2007-11-16 Thread Malcolm Tredinnick
On Fri, 2007-11-16 at 13:26 -0800, ScottB wrote: > Hi. > > It seems the urlize filter marks its output as safe, but the > django.utils.html.urlize function on which it depends is only escaping > the content of the "a" element (i.e. the text between and ). > > Any other text passed to the filte

urlize insufficient escaping with autoescape

2007-11-16 Thread ScottB
Hi. It seems the urlize filter marks its output as safe, but the django.utils.html.urlize function on which it depends is only escaping the content of the "a" element (i.e. the text between and ). Any other text passed to the filter is not escaped. Also the url inserted in the href attribute i