Bug in TROWebBrokerServer.GetLocation (Version 9.3.105.1351)

Hi,

I found a bug in the TROWebBrokerServer.GetLocation function. On IIS the Location is missing the serverport.

We are using Version 9.3.105.1351, so it may be already fixed in 9.4…

lHost is used in the result while it should be vsHost.

result := lprefix+ lHost + fRequest.ScriptName; -> result := lprefix+ vsHost + fRequest.ScriptName;

Beste regards,
Andreas Ruge

Thanks, logged as bugs://79995

bugs://79995 got closed with status fixed.