Opened 18 months ago

Closed 18 months ago

Last modified 18 months ago

#239 closed enhancement (fixed)

The rsdLink is evaluated using a XML parser, what is not working always.

Reported by: gbrockhaus Owned by:
Priority: major Milestone: 2.0.1
Component: xmlrpc Version:
Keywords: Cc:

Description

A regex check will be much faster, less resource consuming and with more secure success.

Attachments (1)

rpclookup.patch (3.3 KB) - added by gbrockhaus 18 months ago.
Patch for AddAccount?.java

Download all attachments as: .zip

Change History (4)

Changed 18 months ago by gbrockhaus

Patch for AddAccount?.java

comment:1 Changed 18 months ago by mrroundhill

  • Milestone set to 2.0.1

Cheers, I'll try to get this into the next release.

comment:2 Changed 18 months ago by mrroundhill

  • Resolution set to fixed
  • Status changed from new to closed

Added this in r508. I didn't add line number 46 from the patch, that's unnecessary right? It looks redundant.

Last edited 18 months ago by mrroundhill (previous) (diff)

comment:3 Changed 18 months ago by gbrockhaus

You are right, the one line was there because I forget to comment it out. It was the original code I found there, but as I replaced it, it had to be deleted. Sorry, it's near Christmas and I was in a hurry.. :D

Cool! Thanks for adding this. :)
This will make it possible to manage some noWp blogs, too, that have wp rpc's implemented but fail to deliver HTML that the android parser is able to parse (HTML is no XML normally).

Last edited 18 months ago by gbrockhaus (previous) (diff)
Note: See TracTickets for help on using tickets.