-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Cannot Reproduce
-
Affects Version/s: 7.0.0
-
Fix Version/s: None
-
Component/s: debug logging
-
Target Version/s:
Bug description
When visiting http://localhost:8080/openam/Logback.jsp none of the page interactions work (Edit, Remove, Save, etc).
How to reproduce the issue
- Log in as amadmin.
- Visit http://localhost:8080/openam/Logback.jsp
- Click on Edit.
- You will notice that nothing happens.
Expected behaviour
Upon clicking Edit next to com.forgerock.opendj you should see the following:
Current behaviour
Upon clicking Edit next to com.forgerock.opendj you will see no change. You will see the following in the Console log of your browser: Uncaught SyntaxError: missing ) after argument list.
Code analysis
This appears to be an issue with Logback.jsp, line 274. Double quotes should be added before and after the JSP expression call.
Logback.jsp
buttonRemove.setAttribute("title", <%= resourceBundle.getString("button-remove-tip") %>);