#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)
Change History (4)
Changed 18 months ago by gbrockhaus
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.
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).

Patch for AddAccount?.java