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
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."
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]
The text was updated successfully, but these errors were encountered: