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, Java7 compatible #6768

Closed
epj opened this issue Mar 4, 2019 · 1 comment · Fixed by #6783
Closed
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 Mar 4, 2019

A construct like this will get JSP error:
<%=String.format(
"foo %s", // foo
"bar") // bar
%>

@epj epj added in:Web Components release bug This bug is present in a released version of Open Liberty team:Sirius labels Mar 4, 2019
@epj epj self-assigned this Mar 4, 2019
@epj epj closed this as completed in #6783 Mar 5, 2019
@pnicolucci
Copy link
Member

initial fix tried was #6725

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