peteruhnak opened a new pull request #196: fix JSSE_OPTS quoting
URL: https://github.com/apache/tomcat/pull/196
 
 
   Otherwise if JSSE_OPTS is set with the same value, the quotation will cancel 
itself in the if condition.
   
   ```
   if not ""-Djdk.tls.ephemeralDHKeySize=2048""
   ```
   
   resulting in the following error
   
   ```
   =2048"" was unexpected at this time.
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to