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...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 4304 - 4333 of 10779   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4304
This is very cool. "HTTP authentication does not provide an easy way of logging out. This is actually a browser bug, however with no active development from...
S. Mike Dierken
mdierken
Offline Send Email
Apr 1, 2004
12:46 pm
4305
... I played with doing similar things in ASP some time ago (the code, if it exists at all, is on a hard drive in the hands of the receiver handling the demise...
Jon Hanna
hack_poet
Online Now Send Email
Apr 2, 2004
4:39 pm
4306
The more I think about this the more I'm unhappy with the idea of varying content per user. If two pieces of information have different permissions relating to...
Jon Hanna
hack_poet
Online Now Send Email
Apr 2, 2004
4:53 pm
4307
... Consider a '/MyHome' resource that is, admittedly, just a shortcut to '/Home/me', but is still useful, just like ~/ is useful in shells. ... What about...
Paul Jimenez
paulakapj
Online Now Send Email
Apr 2, 2004
5:14 pm
4308
... From: Paul Jimenez [mailto: pj@...]To: rest-discuss@...: Fri, 02 Apr 2004 11:13:36 -0600Subject: Re: [rest-discuss] Varying content...
John Coe
johncoe42
Offline Send Email
Apr 3, 2004
12:00 am
4309
http://www.bengoodger.com/weblog/archives/week_2004_03_28.shtml#000577 In this weblog post, Ben Goodger, the main developer of Mozilla Firefox, describes how...
Vincent D Murphy
johnfoobar1
Offline Send Email
Apr 3, 2004
3:47 pm
4310
... I might be totally off track here, but.... what about invoking GET/HEAD on the URLs of the extensions and checking the Last-Modified header? I assume GET...
Jan Algermissen
algermissen1971
Offline Send Email
Apr 3, 2004
4:10 pm
4311
It's ironic that the 'main developer' of a major Web browser isn't looking at Web native mechanisms throughout that application. And why would a ...
S. Mike Dierken
mdierken
Offline Send Email
Apr 4, 2004
1:43 am
4312
... Beats me. There must be something he knows that we don't....
Vincent D Murphy
johnfoobar1
Offline Send Email
Apr 4, 2004
3:05 pm
4313
... This is what I refer to earlier as "limited-view". I contrasted this to "full-view-with-errors" which is where you give all users all the controls and then...
Jon Hanna
hack_poet
Online Now Send Email
Apr 5, 2004
10:50 am
4314
... Examining the spec indicates that if a document() gets a 401 it could either lose or return the empty nodeset: "If there is an error retrieving the...
Jon Hanna
hack_poet
Online Now Send Email
Apr 5, 2004
11:06 am
4315
Jon:The xsl:fallback should be able to catch the 401 errors. If the CGI produces a XHTML error form then it can be used by both users and processes. Here is a...
John Coe
johncoe42
Offline Send Email
Apr 5, 2004
4:10 pm
4316
... Right, and this is my point: varying content by user/role is, I think, a valid thing to do. In fact, arguably putting the userid in the querystring is a...
Paul Jimenez
paulakapj
Online Now Send Email
Apr 5, 2004
5:38 pm
4317
... That's what I thought when I started down the same route recently. When it failed to work I re-read the spec and it appears tht xsl:fallback only catches ...
Jon Hanna
hack_poet
Online Now Send Email
Apr 5, 2004
6:19 pm
4318
Jon: Sorry I posted an unusable link, here is the link to some notes on using the document function of XSL for REST. ...
johncoe42
Offline Send Email
Apr 6, 2004
1:30 pm
4319
Internet explorer has a well known limitation on URI length (try creating a GET for with more than a few fields and you'll see it fail silently). Maybe they...
Richard Padley
sem_antico
Offline Send Email
Apr 13, 2004
2:03 pm
4320
Lots of caching and other intermediary vendors have introduced their own control mechanisms, including headers. A few links that might be of interest; ...
Mark Nottingham
mnotting
Online Now Send Email
Apr 15, 2004
6:50 pm
4321
I'd like to know if there are any tools out there that will check HTTP requests and responses for standards compliance. At the basic level, it would check a...
John Belmonte
jbelmonte8
Offline Send Email
Apr 16, 2004
2:33 pm
4322
Hi, I recently posted a question to www-rdf-interest about URIs from different domains referring to the same abstract concept: ...
Jan Algermissen
algermissen1971
Offline Send Email
Apr 18, 2004
3:09 pm
4323
Hmm. Consider: <http://example.org/countries/Canada> vs. <http://www.example.org/countries/Canada> Syntactically different authorities (even though "really"...
Justin Sampson
justin_t_sam...
Offline Send Email
Apr 18, 2004
6:48 pm
4324
... To clarify: please assume 'knowingly different authorities' for the purpose of my question. Jan P.S. Hmm...can it be known at all if two URIs are...
Jan Algermissen
algermissen1971
Offline Send Email
Apr 18, 2004
7:48 pm
4325
... Sure. There's nothing stopping any string from identifying anything in particular. Nor is there any relationship between the authority for a URI, and the...
Mark Baker
gonga_thrash
Offline Send Email
Apr 18, 2004
11:48 pm
4326
... Mark, Bryan, thanks for your clarifications. One more question though: Given http://some.org/countries/Canada owl:sameAs http://another.org/canada is it...
Jan Algermissen
algermissen1971
Offline Send Email
Apr 19, 2004
7:22 am
4327
... Ooops, I didn't mean to imply that when this came up on RDF-IG. The RDF triple <http://some.org/countries/Canada> <owl:sameAs> <http://another.org/canada>...
Jon Hanna
hack_poet
Online Now Send Email
Apr 19, 2004
9:07 am
4328
Hi, If I recall correctly, REST says that a resource *is* a membership function, mapping from time to representations. Therefore, if you have the same...
Walden Mathews
waldenmathews
Offline Send Email
Apr 19, 2004
12:57 pm
4329
Jon Hanna mentioned an RDF/OWL vocabulary to describe HTTP resources. I know others of you are already using RDF and HTTP together (Mark Baker, I'm looking at...
mgvelvet
Offline Send Email
Apr 26, 2004
9:17 pm
4330
[ Hmm, I just found this in the archives. Not sure why it didn't arrive in my inbox ] Hi, Matt Garland wrote; ... No, I'm describing the state. ... Yes. ... ...
Mark Baker
gonga_thrash
Offline Send Email
Apr 30, 2004
2:15 pm
4331
... Yes. I'm of the opinion that the main reason we use the word "resource" rather than the word "thing" is that using the former makes us seem a bit smarter...
Jon Hanna
hack_poet
Online Now Send Email
Apr 30, 2004
2:24 pm
4332
... Roy's definition of resource: More precisely, a resource R is a temporally varying membership function M_R(t), which for time t maps to a set of entities,...
mgvelvet
Offline Send Email
Apr 30, 2004
6:37 pm
4333
... That's my definition for a resource within a REST-based information system. That is because such a system creates an interface that causes that mapping to...
Roy T. Fielding
roy_fielding
Offline Send Email
May 1, 2004
12:21 am
Messages 4304 - 4333 of 10779   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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