You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Alex (JIRA)" <ji...@apache.org> on 2018/05/22 11:40:00 UTC

[jira] [Created] (CASSANDRA-14461) escaping is absent in config file

Alex created CASSANDRA-14461:
--------------------------------

             Summary: escaping is absent in config file
                 Key: CASSANDRA-14461
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-14461
             Project: Cassandra
          Issue Type: Bug
            Reporter: Alex
             Fix For: 3.0.x


conf: cassandra-env.ps1

line: 380

 
{code:java}
$env:JVM_OPTS = "$env:JVM_OPTS -XX:CompileCommandFile=$env:CASSANDRA_CONF\hotspot_compiler"

 
{code}
fix
{code:java}
$env:JVM_OPTS = "$env:JVM_OPTS -XX:CompileCommandFile=""$env:CASSANDRA_CONF\hotspot_compiler"""
{code}
 

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org