fatmcgav / fatmcgav-glassfish

Rewritten Glassfish module to improve functionality and support.
http://github.com/fatmcgav/fatmcgav-glassfish
GNU General Public License v3.0
6 stars 31 forks source link

Allow Spaces in JVM Options #59

Open PeterParker opened 8 years ago

PeterParker commented 8 years ago

The validation of JVM options should arguably not include checking for whitespace, since it prevents the following genuine use case which can otherwise only be achieved by a call to asadmin create-jvm-options on the command line:

'-XX\:OnOutOfMemoryError=\"kill -9 %p\"'