Opened 8 years ago
Closed 6 years ago
#1054 closed defect (fixed)
command "open" doesn't work on URLs without suffix
| Reported by: | Elaine Meng | Owned by: | Greg Couch |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Input/Output | Version: | |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: | ||
| Notify when closed: | Platform: | all | |
| Project: | ChimeraX |
Description
For example,
open http://www.rbvi.ucsf.edu/chimera
Missing filename suffix chimera
open http://www.rbvi.ucsf.edu/chimera/
Missing filename suffix
open http://www.rbvi.ucsf.edu/chimera format html
Only "None" format can be fetched from http database
Change History (2)
comment:1 by , 6 years ago
comment:2 by , 6 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
The last example works when given as:
open http://www.rbvi.ucsf.edu/chimera database http
Since the open command supports database:identifier, so http is treated as the Internet database.
Note:
See TracTickets
for help on using tickets.
Fixed the first two.