Skip to content

[R&R]getSolrUrl() #422

@Mikemosca

Description

@Mikemosca

Should some checking be done for null and empty? These values seem to pass thru and return the bad URL.

serviceResponse = service.getSolrUrl("");
http://localhost:64920/v1/solr_clusters//solr // serviceResponse value

serviceResponse = service.getSolrUrl(null);
http://localhost:64920/v1/solr_clusters/null/solr // serviceResponse value

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions