You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: