dewitt / appengine-html-whitelist

Automatically exported from code.google.com/p/appengine-html-whitelist

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

minidom.py maximum recursion depth exceeded in cmp

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1. send text like "<small>"*5000+"</small>"*5000 into the "Demostration using 
POST" box
2.
3.

What is the expected output? What do you see instead?

should return 5000 <small> followed by 5000 </small>, but instead, it returns a 
python stack 
trace complains about maximum recursion depth exceeded

What version of the product are you using? On what operating system?

N/A

Please provide any additional information below.

 It is the problem of the parser(s) that html5lib uses, but the webapp should be able to handle 
the exception.

Original issue reported on code.google.com by shawn.hs...@gmail.com on 24 Sep 2008 at 7:52

Original comment by dclinton on 2 Oct 2008 at 8:41

  • Changed state: Accepted
  • Added labels: ****
  • Removed labels: ****