Closed
Bug 903604
Opened 13 years ago
Closed 12 years ago
Be able to search for makes based on a protocol-less URL
Categories
(Webmaker Graveyard :: MakeAPI, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: kate, Unassigned)
Details
Right now, if a make exists in the makeAPI with url = "https://abc.com/make123"
> Searching for "http://abc.com/make123" returns 0 results
> Searching for "abc.com/make123" returns 0 results
> Creating a new make with url = "http://abc.com/make123" is allowed
Since some apps (e.g. xray goggles) will be using http and others will use https, it would make a lot of sense to either strip protocols from URLs or makes sure a search on URL returns makes regardless of protocol.
Comment 1•12 years ago
|
||
Ran into this with bug 904528
Comment 2•12 years ago
|
||
What is this bug trying to solve? is there some specific use case?
Comment 3•12 years ago
|
||
Right now, all of our tools work with assumption that "https://jon.makes.org/my-cool-make" and "http://jon.makes.org/my-cool-make" are different.
Originally this bug was supposed to handle the Thimble 404 bug, but since that's fixed up now I think we could WONTFIX this.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•