I have Servlet Filter that compresses the response of certain reports. The names for these reports are stored in an xml config file. Can someone explain how to access this config file from within the filter and what the best way is to compare the list of reports to the current response url?