Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! 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.