Add support for file:// URLs for the destination handler address, as an alternative to http or https URLs. When used, the program will not start the local listener as it would for http or https URLs. Rather, it expects the CIMOM to send the contents of the indication to some (typically local) file-based URL.
Requires support for file-based URLs at the CIMOM. SFCB supports this. Sample usage for SFCB, using the TestIndicationHandler:
Jsr48IndicationTester -v -p --cimomUrl http://user:password@cimom:5988 --destUrl file:///tmp/indications.txt Test_Indication
Patch attached.
Patch sent for community review. During a 2 week period any
exploiter may comment on the patch, request changes or turn it
down completely (with good reason). For the time being the patch is part
of the "Experimental" branch in CVS.
Last edit: Dave Heller 2014-05-17
The community review has completed and we received no substantial criticism. Therefore the patch has been approved and merged into the "HEAD" branch. The next release will pick it up.