[Lxr-commits] CVS: html/prototype bugsandlimits.shtml,1.13,1.14
Brought to you by:
ajlittoz
From: Andre-Littoz <ajl...@us...> - 2013-04-19 12:23:58
|
Update of /cvsroot/lxr/html/prototype In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv26308/prototype Modified Files: bugsandlimits.shtml Log Message: bugsandlimits: HTML parser bug for releases 1.0-1.1 Index: bugsandlimits.shtml =================================================================== RCS file: /cvsroot/lxr/html/prototype/bugsandlimits.shtml,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- bugsandlimits.shtml 12 Apr 2013 17:05:10 -0000 1.13 +++ bugsandlimits.shtml 19 Apr 2013 12:23:55 -0000 1.14 @@ -39,6 +39,19 @@ Comment for bug #231 contains a patch for release 1.1.0. </p> </li> + <li class="normal">HTML parser may loop endlessly + <p class="comment"> +Bug also present in release 1.0.0 + </p> + <p class="normal"> +When trying to hyperlink <code><A></code> or <code><IMG></code> elements, +the generic-based HTML parser may fail and not recover, +leading to an endless loop. +It is also not protected against "external" URI +(such as <code>http://…</code>) +where the double slash is taken for an empty file path. + </p> + </li> <li class="normal">Depending on Perl interpreter, identifier search may error out <p class="normal"> @@ -193,7 +206,7 @@ can be considered reliable. </p> <p class="comment"> -The present maintainer do not master all languages. +The present maintainer does not master all languages. Do not hesitate to submit bugs. </p> </li> |