Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: http 404 header

From: sunandadh:aol at: 2-Jan-2003 19:09

Hallvard :> Why do I not get the contents? After all, an HTML document _is_ written out!
> Is this bug fixed in the new betas?
It's the same in the new betas. It looks like an error to me -- why not submit to feedback? Rebol should distinguish a 404 error that supplies an Error Document (because the website has handled the problem by supplying a default) from a 404 that doesn't. Deep within the HTTP processing, Rebol has this action list: response-actions: [ 100 continue-post 200 success 201 success 204 success 206 success 300 forward 301 forward 302 forward 304 success 407 proxyauth ] It looks to me like it needs to handle 404s more subtly, Sunanda.