PQ70734, 4.0.x: Problem running a JSP in debug
mode
Downloadable files
Abstract
Java.lang.StringIndexOutOfBoundsException is thrown while
running a JSP™ in debug mode.
Download Description
USERS AFFECTED:
WebSphere® Application Server developers debugging JSPs.
PROBLEM DESCRIPTION:
WebSphere throws a StringIndexOutOfBoundsException when creating a
debuggable JSP classfile.
A StringIndexOutOfBoundsException is thrown when attempting to create a
debuggable JSP classfile containing a debuggable line greater than 255
characters. The code was written with the assumption that no line would
exceed this line length limit.
PROBLEM CONCLUSION:
Modified the code to remove the limitation of source code line lengths
from the ClassLineModifier used by the JSP debugger.
Prerequisites
None
Installation instructions
Please review the readme.txt for detailed installation
instructions.