Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using slash slash comment in JSP expression spanning lines can get JSP error #6725

Closed
epj opened this issue Feb 27, 2019 · 0 comments · Fixed by #6727
Closed

Using slash slash comment in JSP expression spanning lines can get JSP error #6725

epj opened this issue Feb 27, 2019 · 0 comments · Fixed by #6727
Assignees
Labels
in:Web Components release bug This bug is present in a released version of Open Liberty release:19003 team:Sirius

Comments

@epj
Copy link
Contributor

epj commented Feb 27, 2019

A construct like this will get JSP error:

 <%=String.format(
          "foo %s", // foo
          "bar") // bar
 %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in:Web Components release bug This bug is present in a released version of Open Liberty release:19003 team:Sirius
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants