RFR (S) 8049300: jjs scripting: need way to quote $EXEC command arguments to protect spaces
Michael Haupt
michael.haupt at oracle.com
Fri May 15 13:42:40 UTC 2015
Dear all,
please review and sponsor this change.
Webrev: http://cr.openjdk.java.net/~mhaupt/8049300/webrev.00
RFE: https://bugs.openjdk.java.net/browse/JDK-8049300
There are several ways in which paths can contain spaces (quoting with "" or '', or escaping). The implementation of the $EXEC command would tokenise using a plain StringTokenizer, which splits a string at space characters regardless of quoting. The new implementation employs a StreamTokenizer and some extra logic to handle escaped spaces.
Thanks,
Michael
--
<http://www.oracle.com/>
Dr. Michael Haupt | Principal Member of Technical Staff
Phone: +49 331 200 7277 | Fax: +49 331 200 7561
Oracle Java Platform Group | HotSpot Compiler Team
Oracle Deutschland B.V. & Co. KG, Schiffbauergasse 14 | 14467 Potsdam, Germany
<http://www.oracle.com/commitment> Oracle is committed to developing practices and products that help protect the environment
More information about the nashorn-dev
mailing list