Bug #2060
Eclipsoid shows no or wrong z2 version at connection test
Start date:
15.03.2020
Due date:
% Done:
0%
Estimated time:
origin:
Description
It says
Remaining reasons are that eclipsoid actually parses the version expecting a dot-separated sequence of numbers - which is not always true.
Acceptance Criteria¶
- The version parsing in com.zfabrik.eclipsoid.plugin.preferences.EclipsoidPreferencePage is dropped
- The backend supplied version is show as is.
Implementation Hint¶
- Use
curl -u "z*":z http://localhost:8080/eclipsoid/z2info
to test the backend.
Files