nexus-public icon indicating copy to clipboard operation
nexus-public copied to clipboard

max port is 65535

Open jsoref opened this issue 7 years ago • 2 comments

Note: there are other places that use this same createPort stuff but with 65535 -- this off by one error is quite common in the world...

jsoref avatar Jun 07 '18 06:06 jsoref

Pretty sure there is validation that should also change.

joedragons avatar Jun 07 '18 14:06 joedragons

Afaict, that is the validation to the extent there is any...

c.f. https://github.com/sonatype/nexus-public/blob/57cb13fb5dd3fc10621757ed374f398a829dba88/plugins/nexus-coreui-plugin/src/main/resources/static/rapture/NX/coreui/view/system/HttpSettings.js#L70 https://github.com/sonatype/nexus-public/blob/57cb13fb5dd3fc10621757ed374f398a829dba88/plugins/nexus-coreui-plugin/src/main/resources/static/rapture/NX/coreui/view/system/HttpSettings.js#L109

jsoref avatar Jun 07 '18 16:06 jsoref