branch redirect points to internal id url
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Triaged
|
High
|
Unassigned |
Bug Description
mbp@lithe% curl -v http://
* About to connect() to bazaar.
* Trying 91.189.90.11... connected
* Connected to bazaar.
> GET /~mbp/bzr/
> User-Agent: curl/7.18.2 (i486-pc-linux-gnu) libcurl/7.18.2 OpenSSL/0.9.8g zlib/1.2.3.3 libidn/1.10
> Host: bazaar.
> Accept: */*
>
< HTTP/1.1 301 Moved Permanently
< Date: Tue, 10 Mar 2009 07:13:25 GMT
< Server: Apache/2.2.8 (Ubuntu) mod_ssl/2.2.8 OpenSSL/0.9.8g
< Location: http://
< Content-Length: 379
< Content-Type: text/html; charset=iso-8859-1
< Via: 1.1 bazaar.
<
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved <a href="http://
<hr>
<address>
</body></html>
* Connection #0 to host bazaar.
* Closing connection #0
Changed in launchpad: | |
importance: | Medium → High |
jml and/or mwhudson, can either of you comment on the severity of this bug?