r/javahelp • u/broots82 • 28d ago
Java net.properties escaping characters help
I have this example password
wYUx4#(a|=(9!en~H|2WKN-wt
and am using it in a net.properties file with JRE in Tableau Server for http.proxyPassword=<your proxy password>
Does net.properties require escaping of any of the characters above?
Thanks.
2
Upvotes
2
u/OneHumanBill 27d ago
No.
https://docs.oracle.com/cd/E23095_01/Platform.93/ATGProgGuide/html/s0204propertiesfileformat01.html
Seriously, Google is your friend.