PASTAplus / DataPortal

EDI Data Portal
3 stars 3 forks source link

Hardcoded service URLs in CiteClient.java and RidareClient.java should use dataportal.properties #74

Closed servilla closed 1 year ago

servilla commented 2 years ago

The CiteClient.java and RidareClient.java use hardcoded URLs to the respective services. Now that there exist both production and development level services, these URLs should be placed in the dataportal.properties file so that production and development URLs do not cause conflicts in Git.

Move the hardcoded service URLs from the respective client classes into the dataportal.properties.

servilla commented 1 year ago

The MapBrowserServlet.java class also uses a hardcoded Dex URL - this too needs to be refactored to use the dataportal.properties configuration file.