I don't think so.  In our implementation, our feeds are access
controlled.  Someone may have post permission, but may not have read
permission, meaning that what they post would not show up in their feed
and would return a Forbidden if they attempted to GET it.  The one odd
thing about it would be the fact that the server would have to return a
Location but the user can't use it for anything.

- James

Tim Bray wrote:
> 
> I'm thinking about the design for a comment system for my blog, and I'd
> like to implement it as an APP server.  Only thing is, people who are
> commenting don't get to see or review the existing "entries" in the
> incoming-comments feed.  So they can POST but there's nothing they can
> GET.  Does this break any rules?  -Tim
> 
> 

Reply via email to