Phuc Nguyen
Phuc Nguyen
Thanks a lot for the review and the kind words! 🙌 Yes, adding Behat coverage makes sense here. My plan is to: - Add a scenario that verifies the forwarded...
Hi @swissspidy! 👋 Quick update — I’ve just pushed the Behat coverage we discussed. 😊 The new feature file is: `features/launch-env-forwarding.feature` It includes two scenarios that directly exercise the behaviour...
Thanks for the suggestions! I've applied the refactor to use early returns and added a debug message for the non-executable absolute-path case. I also updated the final log line to...
Thanks for the review! I’ve updated the patch to address all the points raised: - hostname validation now only applies when the host is not an IPv4 address - removed...
Thanks for the feedback! I’ve updated the patch to address all the points: - switched the check to `extension_loaded( 'filter' )` as suggested - kept IPv4 handling separate to avoid...
Thanks everyone for the detailed feedback and edge-case examples. I’ve updated the hostname validation logic to avoid regressing legacy hosts that include underscores in subdomains (e.g. Blogspot), while still rejecting...