Hi guys,
The problem is that I need to pass some context info from a redirector stack to the SRV one while processing possible loopback requests in a PreCreate phase. I tried to use EA buffers and it was OK, but in this case a server side must have the same FS filter installed in order to recognize and strip these “special” EA buffers to prevent it from going down to a local FS driver, if this is a real remote request. Then I tried to use ECP and I was really assured that it would work out, but as it turned out ECP are not passed to a server side unlike EA buffers (at least in my particular case). Does anybody know how to safely and reliably detect such loopback requests at PreCreate stage and provide them with some single context information? Thanks a lot in advance.
Best regards,
Konstantin