RE: Self-contained test setup and ports

>>I don't know exactly what you mean. However, let me try to explain.
>>
>>The server reserves the "pipe" query parameter for its own use. The value of this parameter specifies, in effect, a server internal function that the response will be passed through. In this case I am suggesting that the "config" function be defined as something like:
>>
>>def config(request, response):
>>     response.content = response.content % config_dict
>>
>>This means that the replacement will be transparent to the browser; it will just see static files with the correct values for each parameter in.

Thanks James for explanation. So, server helps do the transparent replacement, but my concern is it make TC very dependent on specific Web server.


Rgds
jwang

Received on Tuesday, 24 September 2013 00:20:22 UTC