You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The JSP/Pages application will encounter an exception like this one:
com.ibm.ws.jsp.webcontainerext.JSPErrorReport: unexpected tag: 15
at com.ibm.ws.jsp.translator.utils.SDEInstaller.copyConstantPool(SDEInstaller.java:287)
at com.ibm.ws.jsp.translator.utils.SDEInstaller.addSDE(SDEInstaller.java:89)
at com.ibm.ws.jsp.translator.utils.SDEInstaller.<init>(SDEInstaller.java:59)
at com.ibm.ws.jsp.translator.utils.SDEInstaller.install(SDEInstaller.java:3
Steps to Reproduce
Enable -Dwas.debug.mode=true in the jvm.options file.
The java code that triggers this error varies, but for this bug, the user reported concatenation as the cause.
For example: String newlocation = rootContext + "/somePage.jsp";
Describe the bug
The JSP/Pages application will encounter an exception like this one:
Steps to Reproduce
-Dwas.debug.mode=true
in the jvm.options file.For example:
String newlocation = rootContext + "/somePage.jsp";
Expected behavior
No errors should occur.
Diagnostic information:
Additional context
https://bz.apache.org/bugzilla/show_bug.cgi?id=54475
The text was updated successfully, but these errors were encountered: