Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.0
-
Fix Version/s: 5.0.0 alpha1, 5.0
-
Component/s: Core/Parsing
-
Labels:None
-
Environment:any
-
ICEsoft Forum Reference:
Description
The PDF in question is extra special in that it shows a file lock error with our file handler in 4.x. In 5.x the locking problem isn't an issue but the lexer gets caught in an infinite loop when it encounters an escpted single quote..
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Updated the lexer to handle single and double quotes. Also added an else statement to make sure the lexer doesn't get caught in an infinite loop when handling escaped characters.