usnistgov / asbestos

13 stars 4 forks source link

Inspect Response/Server: RuntimeException: Cannot parse URI if there resource is directly off the root scheme and authority without a path #155

Closed skbhaskarla closed 3 years ago

skbhaskarla commented 3 years ago

"null" string literal was prefixed to authority:

java.lang.Error: java.lang.RuntimeException: Cannot parse URI: scheme://null[authority]:port at gov.nist.asbestos.client.resolver.Ref.build(Ref.java:590) at gov.nist.asbestos.client.resolver.Ref.(Ref.java:34) at ..."

Example problem: http://host:port/DocumentReference/id

FTK was expecting: http://host:port/path/DocumentReference/id