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

JspC.setJspFiles() uses space as a delimiter #17

Open
glassfishrobot opened this issue Mar 20, 2012 · 3 comments
Open

JspC.setJspFiles() uses space as a delimiter #17

glassfishrobot opened this issue Mar 20, 2012 · 3 comments

Comments

@glassfishrobot
Copy link

This issue was opened and fixed in the Tomcat Jasper compiler.

"According to its comment, setJspFiles() takes a comma-separated list of files,
but the StringTokenizer it uses separates by comma or space:
StringTokenizer tok = new StringTokenizer(jspFiles, " ,");

Either the space should be removed from " ," (my preference, to allow filenames
with spaces), or the comment should be fixed."

From https://issues.apache.org/bugzilla/show_bug.cgi?id=37746

Affected Versions

[current]

@glassfishrobot
Copy link
Author

@glassfishrobot Commented
Reported by travisennis

@glassfishrobot
Copy link
Author

@glassfishrobot Commented
This issue was imported from java.net JIRA JSP-25

@glassfishrobot
Copy link
Author

@glassfishrobot glassfishrobot self-assigned this Aug 17, 2018
@markt-asf markt-asf transferred this issue from jakartaee/pages Dec 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant