<div dir="ltr">Hi, everyone,<br><br>Today, when I was testing my opensim, I found that<br clear="all">in UserLoginService.cs, function "GetInventorySkeleton" the request url of "RootFolders" and "CreateInventory" are written as<br>
> invUrl + "CreateInventory/"<br>in OGS1InventoryService.cs, the request url of "NewFolder", "UpdateFolder", ... are written as<br>
> _inventoryServerUrl + "/UpdateFolder/"<br><br>This is a implicit problem, because OpenSim works fine.<br>But It may bring troubles in the future.<br><br>should we unify the code format ? or<br>should we make RestObjectPoster or RestHttpServer to handle continuous "/", (something like "s/\/\//\//g")<br>
<br>-- <br>Lulurun
</div>