View | Details | Raw Unified | Return to bug 7884
Collapse All | Expand All

(-)org/apache/crimson/parser/InputEntity.java (+4 lines)
Lines 717-722 Link Here
717
                    // Report what we have so far, not including "last", by
717
                    // Report what we have so far, not including "last", by
718
                    // breaking and executing code below, outside inner
718
                    // breaking and executing code below, outside inner
719
                    // loop, then continuing on to find end of CDATA section.
719
                    // loop, then continuing on to find end of CDATA section.
720
                    // ... except if there is nothing to read: exit with an error
721
                    if (isClosed) 
722
                      	fatal ("P-073", null);
723
720
                    break;
724
                    break;
721
		}
725
		}
722
	    }
726
	    }

Return to bug 7884