-
peterw8102 committed patchset 1307 of module whitebeam to the Whitebeam Web Application Server CVS repository, changing 1 files.
2009-05-26 23:03:05 UTC by peterw8102
-
peterw8102 committed patchset 1306 of module whitebeam to the Whitebeam Web Application Server CVS repository, changing 1 files.
2008-10-22 23:46:38 UTC by peterw8102
-
common/XPath/XmlPathUtils.cxx contains the CrbXmlElementSet::ToString method. This loops through the NodeSet looking for the first non-NULL node. Having found the node it should then convert that to a string *then* exit the loop. Instead it continues until all nodes are processed, writing the string value of each to the output string.
Fixed with a 'break' after extracting the first string.
2008-10-22 23:45:05 UTC by peterw8102
-
Thanks to William Vambenepe (Oracle) for spotting this.
The bug is best illustrated in the Whitebeam web-site XPath test-bed. Execute the XPath expression :
string(/parent/child/@id)
on the default document. The node-set within the string function will contain three nodes. According to the XPath spec, the 'strong()' function on a NodeSet should return the string value of the first node...
2008-10-22 23:35:49 UTC by peterw8102
-
peterw8102 committed patchset 1305 of module whitebeam to the Whitebeam Web Application Server CVS repository, changing 1 files.
2008-10-22 23:26:25 UTC by peterw8102
-
peterw8102 committed patchset 1304 of module whitebeam to the Whitebeam Web Application Server CVS repository, changing 1 files.
2008-10-11 09:33:06 UTC by peterw8102
-
peterw8102 committed patchset 1303 of module whitebeam to the Whitebeam Web Application Server CVS repository, changing 1 files.
2008-10-11 08:18:19 UTC by peterw8102
-
peterw8102 committed patchset 1302 of module whitebeam to the Whitebeam Web Application Server CVS repository, changing 1 files.
2008-10-11 08:09:47 UTC by peterw8102
-
peterw8102 committed patchset 1301 of module whitebeam to the Whitebeam Web Application Server CVS repository, changing 1 files.
2008-10-06 23:53:52 UTC by peterw8102
-
one47 committed patchset 1300 of module whitebeam to the Whitebeam Web Application Server CVS repository, changing 1 files.
2008-09-30 11:48:49 UTC by one47