Skip to content
This repository has been archived by the owner on Jul 6, 2022. It is now read-only.

u2flib-server-demo: IllegalArgumentException when calling registerIndex #4

Closed
axianx opened this issue Nov 27, 2014 · 1 comment
Closed

Comments

@axianx
Copy link

axianx commented Nov 27, 2014

I built and started the current u2flib-server-demo 0.12.2-SNAPSHOT.

When I go to http://example.com:8080/registerIndex the demo server throws an exception:

io.dropwizard.jersey.errors.LoggingExceptionMapper: Error handling a request: .........
! java.lang.IllegalArgumentException: URI is not hierarchical
! at java.io.File.<init>(Unknown Source) ~[na:1.8.0_40-ea]
! at demo.Resource.registerIndex(Resource.java:96) ~[u2flib-server-demo.jar:na] 
...

Is there a way to avoid this error and run the demo?

@minisu minisu self-assigned this Nov 28, 2014
@minisu minisu closed this as completed in 9036971 Nov 28, 2014
@minisu
Copy link
Contributor

minisu commented Nov 28, 2014

Thanks for letting us know! I just fixed it; please try again.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants