Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
Windchill PDMLink 10.2 M020-CPS09 and M030-CPS02
I just noticed that I can display the contents of properties files by constructing a url to the properties file. For example to display the contents of wt.properties use this:
http://<windchillserver>/Windchill/wt.properties
Should this really be allowed??
I am wondering if I have something mis-configured in Apache config files or somewhere else.
Yes, Its allowed out of the box.
That's why sensitive information like diverse passwords are encrypted and stored elsewhere so it does not show up in the clear in the .properties files. So I wouldn't think of those files containing any real sensitive information.