Details
-
Type: Bug
-
Status: Ready for testing
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: 2.11.3.2, 2.11.3.3
-
Labels:
-
Urgency:Nice to have
Description
The (possibly completely unused) jalview://, jalviews://, jalview[x]:// schemes that are registered when the desktop installer is used so that a URL of, e.g., jalviews://jalview.org/examples/uniref50.fa launches the application and opens https://jalview.org/examples/uniref50.fa.
Getdown reassembles the hostport, path, fragment and querystring with an "http" (or "https") scheme, or if no host is given, simply adds the filename (starting with the initial '/') to be opened from the user-local filesystem if it exists.
Unfortunately it doesn't add a colon between the host and port.
This could be handled better using a new/cloned URI object simply with the scheme changed and then using URI.toString().
Getdown reassembles the hostport, path, fragment and querystring with an "http" (or "https") scheme, or if no host is given, simply adds the filename (starting with the initial '/') to be opened from the user-local filesystem if it exists.
Unfortunately it doesn't add a colon between the host and port.
This could be handled better using a new/cloned URI object simply with the scheme changed and then using URI.toString().
Attachments
Issue Links
- related with
-
JAL-3394 Install install4j version 8 and use relevant new features
- Closed