From: Dave B. <bla...@us...> - 2013-11-13 19:09:47
|
Update of /cvsroot/sblim/jsr48-client In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv11875 Modified Files: Tag: Experimental sblim-cim-client2.properties Log Message: 2711 LOCALNAMESPACEPATH allows 0 NAMESPACE children Index: sblim-cim-client2.properties =================================================================== RCS file: /cvsroot/sblim/jsr48-client/sblim-cim-client2.properties,v retrieving revision 1.1.2.44 retrieving revision 1.1.2.45 diff -u -d -r1.1.2.44 -r1.1.2.45 --- sblim-cim-client2.properties 20 Aug 2013 23:42:35 -0000 1.1.2.44 +++ sblim-cim-client2.properties 13 Nov 2013 19:09:44 -0000 1.1.2.45 @@ -864,4 +864,22 @@ # Recognition: Anytime # Default: false # -#sblim.wbem.enableGzipEncoding=false \ No newline at end of file +#sblim.wbem.enableGzipEncoding=false + +# If set to true, the CIM-XML parser will allow empty LOCALNAMESPACEPATH +# elements in incoming responses. If set to false, the parser will not +# allow empty LOCALNAMESPACEPATH elements. +# +# Note: Some older CIMOMs sent empty LOCALNAMESPACEPATHs, relying on the +# client to provide the local namespace path. This is a violation of +# DSP0201, which dictates that LOCALNAMESPACEPATH must contain at least +# one NAMESPACE child. By default, this property is set to false so the +# client can adhere to the CIM-XML specifications. Set this property to +# true if "LOCALNAMESPACEPATH requires NAMESPACE" exceptions occur while +# interacting with one of these older CIMOMs. +# +# Type: Boolean +# Recognition: Anytime +# Default: false +# +#sblim.wbem.cimxmlParser.allowEmptyLocalNameSpacePath=false \ No newline at end of file |