REBOL3 tracker
  0.9.12 beta
Ticket #0001918 User: anonymous

Project:

Previous Next
rss
TypeBug Statussubmitted Date17-Dec-2012 07:10
Version2.101.0 CategoryError Handling Submitted byTGD
PlatformAll Severityminor Prioritynormal

Summary internal http response state blocks further requests
Description a HTTP-Request to a URL that returns a unauthorized response blocks any further requests, see example code.
Example code
>> read http://www.rebol.com
== #{
3C21646F63747970652068746D6C3E0A3C68746D6C3E3C686561643E0A3C6D65
7461206E616D653D2267656E657261746F722220636F6E74656E743D22524542
4F4C205749502057696B69222F3E0A3C6D657461206E616D653D226461746522
20636F6E74656E743D2231342D4465632D323031322F32333A30323A32312D38
3A3030222F3E0A3C6D657461206E616D653D227265626F6C2D76657273696F6E
2220636F6E74656E743D22322E3130302E39372E342E32222F3E0A3C6D657461
20687474702D65717569763D22436F6E74656E742D547970652220636F6E7465
6E743D22746578742F68746D6C3B63686172736574...

>> read http://www.rebol.com/cgi-bin/wip3.cgi?admin=1
** Access error: protocol error: "Authentication not supported yet"

>> read http://www.rebol.com                          
** Access error: protocol error: "Authentication not supported yet"

Assigned ton/a Fixed in- Last Update24-Jan-2013 07:51


Comments
(0003357)
Graham
12-Jan-2013 23:37

Actually it just blocks the next request, but not those after it.


>> read http://www.rebol.com/cgi-bin/wip3.cgi?admin=1
** Access error: protocol error: "Authentication not supported yet"

>> read http://www.rebol.com
** Access error: protocol error: "Authentication not supported yet"

>> read http://www.rebol.com
== #{
3C21646F63747970652068746D6C3E0A3C68746D6C3E3C686561643E0A3C6D65
7461206E616D653D2267656E657261746F722220636F6E74656E743D22524542
4F4C205749502057696B69222F3E0A3C6D657461206E616D653D226461746522
20636F6E74656E743D2231342D4465632D323031322F32333A30323A32312D38
3A3030222F3E0A3C6D657461206E616D653D227265626F6C2D76657273696F6E
2220636F6E74656E743D22322E3130302E39372E342E32222F3E0A3C6D657461
20687474702D65717569763D22436F6E74656E742D547970652220636F6E7465
6E743D22746578742F68746D6C3B63686172736574...

Date User Field Action Change
24-Jan-2013 07:51 TGD Code Modified -
24-Jan-2013 07:51 TGD Severity Modified major => minor
24-Jan-2013 07:51 TGD Priority Modified high => normal
12-Jan-2013 23:37 Graham Comment : 0003357 Added -
17-Dec-2012 07:10 TGD Ticket Added -