-
uml_mconsole uses a char[11] to represent the name of running instances. This is a bit short for multibyte-encoded strings. What's worse is that a multibyte character might be cut off in the middle, leaving a stray last character behind. This doesn't seem to affect the functionality, but nevertheless looks strange and broken in case of somewhat longer instance names.
Either not cutting off the...
2009-07-17 15:29:39 UTC in User-mode Linux kernel port
-
The endpoint replacement technique in ServiceContainer.py makes a lot of assumptions about the XML formatting of the original WSDL document. It uses regular expressions instead of a DOM/XPath-based approach, and it hardcodes the "soap" prefix in "soap:address". It relies on an internal assignment to _wsdl, instead of a function which handles include/import dependencies and rewriting the WSDL...
2009-06-28 15:05:02 UTC in Web Services for Python
-
When calling WSDL::toDom() on a WSDL object which was created from a file which imports several other WSDL files with different namespaces, all definition objects are thrown together in the resulting XML structure. For example, two message definitions ns1:msg and ns2:msg are then specified as tns:msg.
The WSDL handling should probably be split out and improved to the point where reading a...
2009-03-07 08:22:35 UTC in Web Services for Python
-
The XML generation in WSDLTools.py::WSDL::toDom() leads to attributes with None values, in particular for 's @namespace attribute. While for some reason Python's minidom lets this happen, serialising the XML via WSDL::document.toprettyxml() fails in its _write_data() method. A fix is to modify SoapBodyBinding::toDom() to add the @namespace attribute conditionally whenever it's not...
2009-03-07 08:13:20 UTC in Web Services for Python
-
dr_maux committed patchset 994 of module teg to the Tenes Empanadas Graciela CVS repository, changing 1 files.
2006-05-22 06:41:12 UTC in Tenes Empanadas Graciela
-
dr_maux committed patchset 1057 of module freelords_sdl to the FreeLords CVS repository, changing 17 files.
2006-04-18 07:24:17 UTC in FreeLords
-
dr_maux committed patchset 963 of module teg to the Tenes Empanadas Graciela CVS repository, changing 1 files.
2006-03-14 17:07:48 UTC in Tenes Empanadas Graciela
-
dr_maux committed patchset 972 of module freelords_sdl to the FreeLords CVS repository, changing 11 files.
2005-12-12 12:28:31 UTC in FreeLords
-
dr_maux committed patchset 29 of module coolprojects to the The MindX Project CVS repository, changing 1 files.
2005-08-06 13:18:08 UTC in The MindX Project
-
dr_maux committed patchset 28 of module coolprojects to the The MindX Project CVS repository, changing 1 files.
2005-08-06 13:17:51 UTC in The MindX Project