Ticket #367 (closed defect: fixed)
Adding test url for servers.
| Reported by: | robert | Owned by: | robert |
|---|---|---|---|
| Priority: | major | Milestone: | MediaMosa 3.0 |
| Component: | Core | Version: | |
| Keywords: | Cc: | ||
| MoSCoW: | Must Have | Estimated time after impact analysis: | |
| Related to project: | none | Tested: | yes |
| Accepted: | yes | Estimated Hours: | 0 |
Description
The server status page has problem with server urls and subdir;
no subdir:
http://app.acceptatie.vpcore.snkn.nl/download/{TICKET}
with subdir:
http://app.acceptatie.vpcore.snkn.nl/mysubdirinstallation/download/{TICKET}
We normally take the host (app.acceptatie.vpcore.snkn.nl) from the uri, but in case of a subdir, that not enough.
In the subdir example we can't split the host path http://app.acceptatie.vpcore.snkn.nl/mysubdirinstallation/ from the real path download/{TICKET}.
In 2.2 status page now tries to retrieve status using the whole path, but this has problems on acceptation server and is not the right approach.
We either split the url into 2 parts;
* host + possible subdir
* real path
Or we add a new field uri for testing the server.
The clean solution is the 2 part uri. The 2nd solution, adding a new url for testing, takes less time to implement.

