Skip to content
Snippets Groups Projects

use path

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -99,7 +99,7 @@ public abstract class NetcdfService<S, T extends Query> {
return httpResponse;
} catch (Exception e) {
var url = httpRequest.getUri().toString();
var url = httpRequest.getUri().getPath();
return NetcdfWsUtils.handleError(e, getServiceName(), url);
}
}
Loading