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

HOCON can't parse IPV6 addresses #2187

Closed
Aaronontheweb opened this issue Jul 15, 2016 · 4 comments
Closed

HOCON can't parse IPV6 addresses #2187

Aaronontheweb opened this issue Jul 15, 2016 · 4 comments

Comments

@Aaronontheweb
Copy link
Member

HOCON barfs and fails to start Akka.Remote if I use [::1] as a hostname for IPV6. Didn't capture any more details than that during my brief foray into it but I wanted to log the bug.

@rogeralsing
Copy link
Contributor

rogeralsing commented Jul 16, 2016

According to HOCON specification, unquoted strings may not start with :
List of illegal chars "{}[]:=,#``^?!@*&\

I don't know why this is, maybe we should call in one of the JVM devs(?)

@Aaronontheweb
Copy link
Member Author

@rogeralsing ah, maybe that's it - just need to quote IPV6 addresses?

@rogeralsing
Copy link
Contributor

Yes

@Aaronontheweb
Copy link
Member Author

if that's the case then we can mark this as resolved then. PEBKAC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants