-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Server Programmability
Currently resolveBaseUrl() which figures out where jsconfig.json lives is defined as a static method on the ModuleLoader. In SERVER-97251 we needed to get the resolved base URL at a top level - this required a lot of plumbing to get the base URL from ModuleLoader -> Scope implementation -> ... Scope abstract class -> Mongo main function.
It may be better to move the function to place closer to the higher level, such as the Engine.
- is related to
-
SERVER-97251 Shell should clean up core dumps from intentional test crashes
- Closed