Actions
Bug #9370
closedParse error when using XMLTreeParser in xmlrpc
    Bug #9370:
    Parse error when using XMLTreeParser in xmlrpc
  
Description
When using XMLTreeParser as the parser in the XMLRPC libraries, a simple methodCall parse with a parameter results in an assertion error. A script to test this is attached.
Files
        
           Updated by hsbt (Hiroshi SHIBATA) over 9 years ago
          Updated by hsbt (Hiroshi SHIBATA) over 9 years ago
          
          
        
        
      
      - Status changed from Open to Closed
Applied in changeset r53980.
- lib/xmlrpc.rb: Removed broken parser named XMLTreeParser.
 Required gem of its parser didn't compile on newer Ruby versions.
 [fix GH-1271][ruby-core:59590][Bug #9370]
- lib/xmlrpc/config.rb: ditto.
- lib/xmlrpc/parser.rb: ditto.
        
           Updated by usa (Usaku NAKAMURA) over 9 years ago
          Updated by usa (Usaku NAKAMURA) over 9 years ago
          
          
        
        
      
      - Related to Bug #9369: Using XMLScanStreamParser in xmlrpc/parser may result in parse errors added
Actions