Description
Hi,
I was testing out the compare tool and found that it was raising this as a difference in the diffed yaml file.
Arguments: -Xms2048m -Xmx4096m -XX:+UseConcMarkSweepGC -Dweblogic.security.SSL.nojce=true -Dweblogic.rjvm.enableprotocolswitch=true -DUseSunHttpHandler=true -Dcom.sun.net.ssl.enableECC=false -Djsse.enableSNIExtension=false -Dweblogic.security.allowCryptoJDefaultPRNG=true,!-Xms2048m -Xmx4096m -XX:+UseConcMarkSweepGC -Dweblogic.security.SSL.nojce=true -Dweblogic.rjvm.enableprotocolswitch=true -DUseSunHttpHandler=true -Dcom.sun.net.ssl.enableECC=false -Djsse.enableSNIExtension=false -Dweblogic.security.allowCryptoJDefaultPRNG=true
As far as I can tell, what it is deleting and replacing is the same and the only difference between these is that there are 2 spaces between some of the flags instead of 1. Is this expected behaviour?