-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 5.0
-
Component/s: core-svc
-
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.