[Opensim-dev] "/" difference in InventoryService requests

Justin Clark-Casey jjustincc at googlemail.com
Mon Jul 21 01:04:26 UTC 2008


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

I can't say I find this terribly exciting.  I think there are bigger 
fish to fry.

-- 
justincc
Justin Clark-Casey
http://justincc.wordpress.com



More information about the Opensim-dev mailing list