anything pending for iwhd-1.1?

Pete Zaitcev zaitcev at redhat.com
Wed Nov 30 18:32:14 UTC 2011


On Wed, 30 Nov 2011 19:12:49 +0100
Jim Meyering <jim at meyering.net> wrote:

>  static char json_obj_header[] = "\
>  {\n\
> -	\"object_body\": \"http://%s/%s/%s/body\"\n\
> +	\"object_body\": \"http://%s/%s/%s/\"\n\
>  	\"object_attr_list\": \"http://%s/%s/%s/_attrs\"\
>  ";

I think the object's path should not have the trailing slash.
XML does not:

static const char xml_obj_header[] = "\
<object>\n\
	<object_body path=\"http://%s/%s/%s\"/>\n\
	<object_attr_list path=\"http://%s/%s/%s/_attrs\"/>\
";

-- Pete


More information about the iwhd-devel mailing list