restlet / restlet-framework-java

The first REST API framework for Java
https://restlet.talend.com
Other
651 stars 284 forks source link

Atom extension loses custom entry metadata #587

Open denisw opened 12 years ago

denisw commented 12 years ago

When reading in Atom entries with the org.restlet.ext.atom.Entry() constructor which contain non-core metadata tags (such as e.g. Activity Streams tags like and or custom ones) and writing them back, all those tags are gone. They should be preserved and copied as-is instead.

jlouvel commented 12 years ago

Thanks Denis, could you suggest a fix (ideally via a PullRequest)? Thx!

mafuba commented 11 years ago

@jlouvel would it be acceptable to submit a pull request to add http://activitystrea.ms support to the Atom extension? Or should it be a separate extension? Or not part of the project? One of the Activity Streams formats is an extension of Atom (http://activitystrea.ms/specs/atom/1.0/).