-
Bug
-
Resolution: Fixed
-
P4
-
5.0
-
None
-
b45
-
generic
-
generic
The following MLet text file:
---
<MLET CODE=HelloWorld
ARCHIVE="helloworld.jar"
</MLET>
---
causes the MLet parsing code to go into an infinite loop. Notice the missing > after the ARCHIVE attribute. If the > is added, the file is parsed correctly.
---
<MLET CODE=HelloWorld
ARCHIVE="helloworld.jar"
</MLET>
---
causes the MLet parsing code to go into an infinite loop. Notice the missing > after the ARCHIVE attribute. If the > is added, the file is parsed correctly.