[armedbear] #432: open http:// pathname doesn't follow redirects
armedbear
armedbear-devel at common-lisp.net
Thu Jan 12 16:42:10 UTC 2017
#432: open http:// pathname doesn't follow redirects
------------------------------+-------------------------
Reporter: aruttenberg | Owner: aruttenberg
Type: defect | Status: assigned
Priority: major | Milestone: 1.4.1
Component: streams | Version: 1.5.0-dev
Resolution: | Keywords: needs-test
Parent Tickets: |
------------------------------+-------------------------
Comment (by aruttenberg):
{{{
(uiop/stream:copy-file
(truename (pathname "http://purl.obolibrary.org/obo/iao.owl"))
"~/Desktop/test.owl")
}}}
yields, in "~/Desktop/test.owl"
{{{
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>302 Found</title>
</head><body>
<h1>Found</h1>
<p>The document has moved <a href="https://raw.githubusercontent.com
/information-artifact-
ontology/IAO/master/releases/2015-02-23/iao.owl">here</a>.</p>
<hr>
<address>Apache/2.4.7 (Ubuntu) Server at purl.obolibrary.org Port
80</address>
</body></html>
}}}
--
Ticket URL: <http://abcl.org/trac/ticket/432#comment:2>
armedbear <http://abcl.org>
armedbear
More information about the armedbear-ticket
mailing list