[Bug 4981] Question Mark in CSS rules throw exception:javax.servlet.ServletException: Timed out

http://www.w3.org/Bugs/Public/show_bug.cgi?id=4981


ylafon@w3.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Comment #7 from ylafon@w3.org  2008-03-11 13:58 -------
fixed on qa-dev:
The issue was in skipStatement, used very often to populate
a CssError, but it was possible for it to fail with a TokenMgrError,
now caught, and single char is read until the tokenizer can find
something. (Note that this workaround might evolve in something else)

Received on Tuesday, 11 March 2008 13:58:19 UTC