From: Norbert S. <nor...@on...> - 2015-02-01 19:36:30
|
You are right, validation is a good thing, but I have not enough WiX programming knowledge/skills to program the parameter validation. Also I have added the missing ReleaseStr to my original pull request and have signed the assignment agreement on January 8. From: Rob Mensching [mailto:ro...@fi...] Sent: Tuesday, January 27, 2015 1:06 AM To: WiX toolset developer mailing list Subject: Re: [WiX-devs] Issue #4206 - Firewall port list or range not possible #132 If there is no validation, how does someone know what the correct values are? There were no updates to the XSD for documentation purposes. Moreover, since the firewall allows lots of interesting patterns there are a lot more ways to go wrong adding even more value to the validation. I don’t know what you mean by “registry extension”. Finally, I’d bet dollars to donuts the current firewall code didn’t validate the port range because the person that wrote the code initially didn’t know there was an allowed range. Ultimately, the goal should be to make the code better. If you want to say that validating the values is the wrong thing to do, we should have that debate. If you want to say you don’t want to do the work, then fine. However, let’s not argue that since useful validation was absent before that we should not add the validation now, cool? _______________________________________________________________ FireGiant | Dedicated support for the WiX toolset | http://www.firegiant.com/ From: Norbert Schulze [mailto:nor...@on...] Sent: Tuesday, January 20, 2015 12:04 PM To: 'WiX toolset developer mailing list' Subject: Re: [WiX-devs] Issue #4206 - Firewall port list or range not possible #132 Somehow this mail came not through to the mailing list the first time: Any number between 1 and 65535 is valid or any range by these numbers seperated by hyphen or any combination of these seperated by comma. Is validation necessary? I have only seen this validation where only specific words are allowed. E.g. registry extension doesn't check the parameters. Also the current firewall port code doesn't check if the number is between 1 and 65535. From: Rob Mensching [mailto:ro...@fi...] Sent: Sunday, January 4, 2015 02:50 AM To: WiX toolset developer mailing list Subject: Re: [WiX-devs] Issue #4206 - Firewall port list or range not possible #132 Left my one comment. Is there really no validation of the port list required? _______________________________________________________________ FireGiant | Dedicated support for the WiX toolset | http://www.firegiant.com/ From: Norbert Schulze [mailto:nor...@on...] Sent: Thursday, December 11, 2014 11:42 AM To: 'WiX toolset developer mailing list' Subject: [WiX-devs] Issue #4206 - Firewall port list or range not possible #132 Is there any chance that my pull request will be included in wix3 and wix4 in the near future? <https://github.com/wixtoolset/wix3/pull/132> https://github.com/wixtoolset/wix3/pull/132 Regards, Norbert |