Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Space around equals in ini files?

Just trying Jetty 12 and noticed something strange.

In start.d/ssl.ini I had:

jetty.sslContext.keyStorePath = as1d2.p12
jetty.sslContext.keyStorePassword = as1d2

Jetty fails to find this file.

If I remove the spaces around the equals symbols:

jetty.sslContext.keyStorePath=as1d2.p12
jetty.sslContext.keyStorePassword=as1d2

Jetty successfully reads the file and runs ok.

Are spaces around equals symbols in Jetty .ini files really not permitted?

Mike

--
Michael B Allen
Java AD DS Integration
https://www.ioplex.com/

Back to the top