To reproduce:
- turn on restws_debug_log
- access node/1.xml or node/1.json and observe only one log record
- access node/1.rdf and observer two logged records for a single request

Why does .rdf is different from .json or .xml?

Comments

klausi’s picture

Status: Active » Postponed (maintainer needs more info)

This seems to be a Firefox issue. I used the net panel in firebug and observed that firefox does indeed send two equal requests. I have no idea why, but the restws module of course handles both, so there are 2 requests in the log.

However, I tested it with another browser (Chromium) which did not issue 2 requests.