PavlidisLab / Gemma

Genomics data re-analysis
Apache License 2.0
22 stars 6 forks source link

Rely on the servlet configuration for generating URIs #347

Open arteymix opened 2 years ago

arteymix commented 2 years ago

URLs are created relative to settings in Gemma.properties, but those are redundant since it is also part of the servlet context configuration. It would also be more robust and work consistently in dev/prod environments.

arteymix commented 2 years ago

The only place full URLs make sense is when we generate them for external usages like sending an email. I think this is done nicely in the RDP codebase.