(self, address)
| 386 | return False |
| 387 | |
| 388 | def getSiteUrl(self, address): |
| 389 | if self.isProxyRequest(): |
| 390 | return "http://zero/" + address |
| 391 | else: |
| 392 | return "/" + address |
| 393 | |
| 394 | def getWsServerUrl(self): |
| 395 | if self.isProxyRequest(): |
nothing calls this directly
no test coverage detected