WordPress 2.3.1 and AtomPub [update2]

November 21, 2007 – 9:05 am

I’ve noticed a couple of things while messing around with the latest WordPress’s Atom Publishing Protocol support.

  1. Bug: Malformed XML returns when GETing a Media Link Entry.
  2. Bug: 404 Not Found error on GETing a category and a collection document if “WordPress address” and “Blog address” are different.
  3. Bug: Entry’s published, Updated and Edited time stamp are always the same.
  4. No Etag.
  5. No “page”, “tags”, support.

Missing Etag support isn’t a big deal for me because it’s easier to develop a client and test with… at least for now. But, the XML error is kind a annoying.

Where am I supposed to report this, by the way? I’m kinda late for the bug hunt.

After asking in the wp-hacker list, I was instructed to join the wp-xmlrpc list.

Post a Comment