You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(driver): avoid 'untrusted location' notice with per-server network driver
- When determining the server, fall back to drvPtr->defMapPtr whenever mapPtr is NULL
(removed dependency on sockPtr->servPtr).
- Treat missing route mapping identically for global and per-server driver installs.
- Eliminates misleading Notice logs such as:
* ... serving request to server 'xxxx' with untrusted location ...
* ... consider loading driver nssock globally in section 'ns/modules' ...
- Rationale: When no map entry exists, the default map (defMapPtr)
must be used regardless of installation mode; the previous
condition only applied the fallback for globally installed drivers,
producing spurious warnings with per-server nssock.
This change reduces noisy logging for per-server setups. There is no
functional change for globally installed drivers.
0 commit comments