Smithsonian / dpo-voyager

DPO Voyager - 3D Explorer and Tool Suite
Apache License 2.0
164 stars 28 forks source link

Fix #252 set mediaManager.rootUrl before calling baseUrlValid #253

Closed sdumetz closed 4 months ago

sdumetz commented 4 months ago

the previous order of operations would cause a request to be fired to the wrong URL if root is set to something other than /<scene_name>(eg. a scenes subfolder).

gjcope commented 4 months ago

Looks like previously this was causing a WebDAV call in Standalone mode (https://github.com/Smithsonian/dpo-voyager/commit/3f0d832a37bdb28c72dabf27885a8f99661fd732) but I'm not seeing it now. Can you confirm? Will merge if so. Thanks.