There is a vipconfig.properties file inside java client, but it's just for test, product need define config for their product, their self-defined config is outside of java client library, and if the config name is also 'vipconfig', it can't be loaded. So product want to rename the config file , but VIPComponentFilter, VIPPatternFilter, MessageTag can't support customized config name.
So need change above 3 classes to support customized config name.