PQ72938, 5.0.0: ServletException
in:/secure/tiles/contextScopeTile.jsp String i
Downloadable files
Abstract
ServletException in:/secure/tiles/contextScopeTile.jsp
String index
Download Description
USERS AFFECTED:
All users of WebSphere Application Server V5.0 admin Console, who wants to
change to/from cell scope.
PROBLEM DESCRIPTION:
If 'cell' is used in cell name, user is getting a ServletException in
Admin Console on Shared Libraries tab while changing scope.
RECOMMENDATION:
If one uses the literal 'cell' in naming the cell, then the JSP
contextScoptTile.jsp which is used to determine the scope fails to work.
This is because the breaking up of the string /cells/names/nodes/names...
cannot be done properly. To reproduce the problem, On Admin Console,
select:
- Environment
- Shared libraries
- selecting a scope (cell, node or server), one receives java exception:
ServletException in:/secure/tiles/contextScopeTile.jsp String index out of
range: -3.
PROBLEM CONCLUSION:
The JSP /secure/tiles/contextScopeTile.jsp was changed to correct this
problem. The criteria which was used to parse the string for path was
changed.
Prerequisites
The Updateinstalled tool is required to install this fix.