Search the web
Sign In
New User? Sign Up
rest-discuss · REST Discussion Mailing List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 10964 - 10993 of 14028   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10964
Hello, how would you model an image archive where the client could retrieve: - images in their original format - thumbnails in different size (small, medium,...
Stefano Masini
stefano_masini
Offline Send Email
Jul 3, 2008
7:46 am
10965
I model /image/2 to represent the image resource, and each resolution that exists as an individual document gets its own url too at /image/2/{format} By...
Sebastien Lambla
serialseb
Offline Send Email
Jul 3, 2008
9:51 am
10966
... What exactly do you consider to be the bug? Stefan -- Stefan Tilkov, http://www.innoq.com/blog/st/...
Stefan Tilkov
stilkov
Offline Send Email
Jul 3, 2008
10:44 am
10967
On Thu, Jul 3, 2008 at 9:46 AM, Stefano Masini ... I'd look at what flickr does for its tons of images in different sizes: You can see here ...
Lawrence Oluyede
loluyede
Offline Send Email
Jul 3, 2008
11:41 am
10968
Conneg could be used for this use case for non-HTML clients. However, conneg is based on each of these representations having a different media type, and you...
Subbu Allamaraju
sallamar
Online Now Send Email
Jul 3, 2008
2:46 pm
10969
... Arguably, a 201 response with a Location header and an empty entity body should be treated like a 303 status. Regards, -- Aristotle Pagaltzis //...
Aristotle Pagaltzis
a22pag
Offline Send Email
Jul 3, 2008
3:20 pm
10970
... Don’t forget that there is no reason you cannot do both. Regards, -- Aristotle Pagaltzis // <http://plasmasturm.org/>...
Aristotle Pagaltzis
a22pag
Offline Send Email
Jul 3, 2008
3:23 pm
10971
I wonder if extensions to a mime type in this instance would be allowed? Provided the server is implemented correctly, requesting image/jpeg;size=medium should...
Sebastien Lambla
serialseb
Offline Send Email
Jul 4, 2008
1:15 pm
10972
It should be up to the user to decide if they want to see what they just created. Nothing prevents you from returning the view of what you just created in the...
Sebastien Lambla
serialseb
Offline Send Email
Jul 4, 2008
1:31 pm
10973
More seriously this time: [[[ POST /collection Host: www.example.org X-Http-Method-Override: X-CLONE Content-Location:...
Bill de hOra
bdehora
Offline Send Email
Jul 4, 2008
3:44 pm
10974
... I think it would be better to extend COPY accordingly. Oh wait, Microsoft already did (I think for Exchange)... if you're interested, I can try to locate...
Julian Reschke
JulianReschke
Offline Send Email
Jul 4, 2008
4:02 pm
10975
... Just remembered the header name, now it was easy to find: <http://msdn.microsoft.com/en-us/library/aa142703(EXCHG.65).aspx>. BR, Julian...
Julian Reschke
JulianReschke
Offline Send Email
Jul 4, 2008
4:05 pm
10976
... Cool. There's still something I'm stuck on, which is, aside from my AtomPub bias showing, imo a copy operation is to the target server not the thing being...
Bill de hOra
bdehora
Offline Send Email
Jul 4, 2008
4:31 pm
10977
... How about: GETPUT /collection/slug Host: www.example.org Allow-Rename: t Content-Type: message/http Content-Length <...> Authorization: <...> GET...
Brian Smith
brian@...
Send Email
Jul 4, 2008
5:04 pm
10978
... Note that I'm not saying this is the best way to do it. But, it's possible, and if there's enough interest we (the AtomPub/HTTP/WebDAV community) should be...
Julian Reschke
JulianReschke
Offline Send Email
Jul 5, 2008
8:55 am
10979
... That’s not a solution, it’s a bad workaround. If a user fills in a New Thread page on a web forum and then sends me a POST, and I create a new thread,...
Aristotle Pagaltzis
a22pag
Offline Send Email
Jul 5, 2008
9:55 am
10980
... The registration of each MIME type specifies the parameters you may attach to it. You can’t make up new ones willy nilly. Regards, -- Aristotle Pagaltzis...
Aristotle Pagaltzis
a22pag
Offline Send Email
Jul 5, 2008
9:56 am
10981
... ...you may want to raise this on the HTML WG's mailing list (or their issue tracker -- ...
Julian Reschke
JulianReschke
Offline Send Email
Jul 5, 2008
10:11 am
10982
... The semantics of WebDAV are backways imo - I don't say "copy yourself to there", I say "copy this to that". Aside from that it seems the latter fits closer...
Bill de hOra
bdehora
Offline Send Email
Jul 5, 2008
12:04 pm
10983
... I see your point. Yes, that is a good objection. ... I guess what I was thinking of should possibly be termed self-containedness rather than...
Aristotle Pagaltzis
a22pag
Offline Send Email
Jul 5, 2008
1:31 pm
10984
... The reason to have PATCH is that if the only way to patch a resource is to PUT the patch, then clients have no way to *store* patch documents (ie. use PUT...
Aristotle Pagaltzis
a22pag
Offline Send Email
Jul 5, 2008
2:03 pm
10985
... Indeed. It should have been defined as COPY from, with a Source: instead of a Destination: server. We still could to that. ... Agreed. I think we only...
Julian Reschke
JulianReschke
Offline Send Email
Jul 5, 2008
4:36 pm
10986
... Aren't WebDAV COPY requests are sent to the source so that content negotiation works? Using WebDAV COPY you can hint as to which variant you want copied....
Brian Smith
brian@...
Send Email
Jul 5, 2008
6:19 pm
10987
... That's an interesting question. I have been involved in WebDAV since 2001, and the WG never has explored content negotiation / variant handling. I think...
Julian Reschke
JulianReschke
Offline Send Email
Jul 6, 2008
10:05 am
10988
... The one thing that makes me vaguely uncomfortable is that the request in the body MUST be a GET request. I think I would rather end up pulling the source...
Aristotle Pagaltzis
a22pag
Offline Send Email
Jul 6, 2008
3:38 pm
10989
HTTP injection, cool! Who would have thought that we could invent a new attack vector so easily! Security issues aside, there are quite some obstacles when...
Stefan Eissing
stefan.eissing@...
Send Email
Jul 7, 2008
6:51 am
10990
... There is no reason any server has to process GETPUTs that would involve an actual over-the-network HTTP GET. If I wrote server code to handle GETPUT I...
Aristotle Pagaltzis
a22pag
Offline Send Email
Jul 7, 2008
7:51 am
10991
... Following redirects? Having the cookies for that namespace on your server? Etc. I understand that you want to resolve the URI only in your very own...
Stefan Eissing
stefan.eissing@...
Send Email
Jul 7, 2008
8:16 am
10992
My issue would be with special casing any status code, it obfuscate them quite a bit. Just like we have a different code for a success no content and a success...
Sebastien Lambla
serialseb
Offline Send Email
Jul 7, 2008
9:41 am
10993
... That was just a case of word choice on my part. What about “201 with Location and an empty entity” seems ambiguous to you? What other way could this...
Aristotle Pagaltzis
a22pag
Offline Send Email
Jul 7, 2008
10:33 am
Messages 10964 - 10993 of 14028   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help