Skip to content

204 results instead of empty strings #861

Open
@jlouvel

Description

@jlouvel

Reported by Arjohn Kampman

We were also having problem with incoming entities. To give an example:

SomeServerResource {
    @Post void postIdSet(IdSet idSet) {
       // code here
    }
}

An empty IdSet is serialized to an empty entity (byte[0]). We'd expect
the converter service to deserialize the entity back to an empty IdSet,
but that converter is never invoked and restlet passes for the
idSet parameter instead.

See related discussion:
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2849437

workload: 4h (test all converters)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions