You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Gary Gregory (JIRA)" <ji...@apache.org> on 2017/04/25 23:18:04 UTC

[jira] [Updated] (HTTPCORE-458) Validate port values

     [ https://issues.apache.org/jira/browse/HTTPCORE-458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary Gregory updated HTTPCORE-458:
----------------------------------
    Description: 
Validate port values according to https://tools.ietf.org/html/rfc6335 are:
- MIN_VALUE is 0
- MAX_VALUE is 65535

Furthermore HttpCore uses -1 to signify use of a scheme's default port number.

Affected classes:
- org.apache.hc.core5.http.HttpHost

  was:
Validate port values according to https://tools.ietf.org/html/rfc6335 are:
- MIN_VALUE is 0
- MAX_VALUE is 65535

Furthermore HttpCore uses -1 to signify use of a scheme's default port number.


> Validate port values
> --------------------
>
>                 Key: HTTPCORE-458
>                 URL: https://issues.apache.org/jira/browse/HTTPCORE-458
>             Project: HttpComponents HttpCore
>          Issue Type: Improvement
>    Affects Versions: 5.0-alpha2
>            Reporter: Gary Gregory
>            Assignee: Gary Gregory
>
> Validate port values according to https://tools.ietf.org/html/rfc6335 are:
> - MIN_VALUE is 0
> - MAX_VALUE is 65535
> Furthermore HttpCore uses -1 to signify use of a scheme's default port number.
> Affected classes:
> - org.apache.hc.core5.http.HttpHost



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org