No takers?
---------- Forwarded message ----------
From: "Willy" <[email protected]>
Date: Nov 27, 2011 10:25 AM
Subject: Issue with preferences XML
To: "BOINC Dev Mailing List" <[email protected]>

Hi all,

There seems to be an issue with the global_preferences generated by either
the BOINC client or the web code.

In a number of cases errors reported by BAM! users could be tracked back to
a fault in the XML, specifically a missing end tag in
the global_preferences section. It seems that from the last venue section
the end tag is always missing (thus </venue>).

The XML looks like this:
<acct_mgr_request>
[some data]
<project>
 [some data]
</project>
<working_global_preferences>
 <global_preferences>
[some data]
</global_preferences>
 </working_global_preferences>
<global_preferences>
[some data]
 <venue name="home">
[some data]
</venue>
 <venue name="work">
[some data]
</global_preferences>
 <host_info>
[some data]
</host_info>
 </acct_mgr_request>

It's always the last venue where the closing tag is missing, the others
ones are closed fine.

It doesn't matter which project is the source for the prefs, they all have
the problem.

Willy.
_______________________________________________
boinc_dev mailing list
[email protected]
http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev
To unsubscribe, visit the above URL and
(near bottom of page) enter your email address.

Reply via email to