You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
… it in href attributes
This makes the href attributes actually usable (note that they are
currently not used in the CLI and web UI client).
Before, the org.daisy.pipeline.ws.host, org.daisy.pipeline.ws.port and
org.daisy.pipeline.ws.path properties, which are used to configure the
"listen address" of the web server, were also used in the href
attributes, but this doesn't always make sense.
Related issues:
- daisy/pipeline-framework#153
- daisy/pipeline-assembly#184
… it in href attributes
This makes the href attributes actually usable (note that they are
currently not used in the CLI and web UI client).
Before, the org.daisy.pipeline.ws.host, org.daisy.pipeline.ws.port and
org.daisy.pipeline.ws.path properties, which are used to configure the
"listen address" of the web server, were also used in the href
attributes, but this doesn't always make sense.
Related issues:
- daisy/pipeline-framework#153
- daisy/pipeline-assembly#184
…attributes
This makes the href attributes actually usable (note that they are
currently not used in the CLI and web UI client).
Before, the org.daisy.pipeline.ws.host, org.daisy.pipeline.ws.port and
org.daisy.pipeline.ws.path properties, which are used to configure the
"listen address" of the web server, were also used in the href
attributes, but this doesn't always make sense.
Related issues:
- #153
- daisy/pipeline-assembly#184
There could be a new system property called
org.daisy.pipeline.ws.listen-address
.And a property called
org.daisy.pipeline.ws.listen-port
for the port.See daisy/pipeline-assembly#184.
The text was updated successfully, but these errors were encountered: