Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Set server runtime when handling tunnel calls. #242

Closed
wants to merge 2 commits into from
Closed

Set server runtime when handling tunnel calls. #242

wants to merge 2 commits into from

Commits on Jul 1, 2012

  1. Set server runtime when handling tunnel calls.

    The client supplies its context to the server when making a mojit proxy (tunnel call) and in this context the runtime is set to client. The server has to change the context runtime to server when reusing this context, for example to ensure proper loading of configs specified as runtime:server.
    FabianFrank committed Jul 1, 2012
    Copy the full SHA
    67841d2 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2012

  1. UT for tunnel context.runtime verification

    Adding a UT to verify that context.runtime is correctly set to server when processing /tunnel requests on the server.
    FabianFrank committed Jul 2, 2012
    Copy the full SHA
    290ab47 View commit details
    Browse the repository at this point in the history