Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.2.1 Listener reporting invalid number #68

Closed
sethrosetter opened this issue Mar 9, 2016 · 2 comments
Closed

1.2.1 Listener reporting invalid number #68

sethrosetter opened this issue Mar 9, 2016 · 2 comments
Labels
Milestone

Comments

@sethrosetter
Copy link

Using LiteServ Android targeting 1.2.1-2, I issue the following request:

GET http://XXX.XX.X.XX:10000/

The response returns the following invalid version number.

{"couchdb":"Welcome","CBLite":"Welcome","version":"1.2.1--1"}

Expected:

{"couchdb":"Welcome","CBLite":"Welcome","version":"1.2.1-2"}

Actual:

{"couchdb":"Welcome","CBLite":"Welcome","version":"1.2.1--1"}
@zgramana zgramana added the ready label Mar 25, 2016
@hideki hideki added the bug label Mar 29, 2016
@hideki hideki added this to the 1.3 milestone Mar 29, 2016
@hideki hideki modified the milestones: 1.2.2, 1.3 Mar 29, 2016
@hideki
Copy link

hideki commented Mar 29, 2016

Fixed this issue with following PR.
couchbase/couchbase-lite-java-core#1168

@hideki hideki closed this as completed Mar 29, 2016
@hideki hideki removed the ready label Mar 29, 2016
@hideki
Copy link

hideki commented Mar 29, 2016

@hideki hideki modified the milestones: 1.2.1, 1.2.2 Apr 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants