Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
NIGHTLY
-
None
Description
When we create a vfs proxy, there is a must parameter "transport.vfs.FileURI", which we have to define.
But if user misses to define it, he gets only a warning says,
WARN -VFSTransportListener Unable to configure the service VfsToHttpProxy for the VFS transport: Service doesn't have configuration information for transport vfs. This service is being marked as faulty and will not be available over the VFS transport.
In the above warning, user could not identify what was the missing parameter..
It is better if we add a descriptive log, if that required parameter is missing in the configuration
I have added a simple patch, which basically adds a log to notify the user..