You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@abdera.apache.org by "J G (JIRA)" <ji...@apache.org> on 2009/05/13 16:51:45 UTC

[jira] Created: (ABDERA-233) the method initBaseUri() in the class ServletRequestContext will append the port 443 to https requests.

the method initBaseUri() in the class ServletRequestContext will append the port 443 to https requests.
-------------------------------------------------------------------------------------------------------

                 Key: ABDERA-233
                 URL: https://issues.apache.org/jira/browse/ABDERA-233
             Project: Abdera
          Issue Type: Improvement
    Affects Versions: 0.4.0
            Reporter: J G
            Priority: Minor
             Fix For: 1.0


The method initBaseUri() in the class ServletRequestContext will append the port 443 to https requests.  It checks only if the port is 80 (standard http) and does not append that port, otherwise it appends a port number to the baseUri.  The port 443 is the standard HTTPS port and does not need to be appended to the URL if the request is an https request.

change line 208 to :
 if ((port != 80) && (port != 443))

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (ABDERA-233) the method initBaseUri() in the class ServletRequestContext will append the port 443 to https requests.

Posted by "ant elder (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ABDERA-233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ant elder closed ABDERA-233.
----------------------------

    Resolution: Fixed

Fixed as suggested, thanks for the fix JG

> the method initBaseUri() in the class ServletRequestContext will append the port 443 to https requests.
> -------------------------------------------------------------------------------------------------------
>
>                 Key: ABDERA-233
>                 URL: https://issues.apache.org/jira/browse/ABDERA-233
>             Project: Abdera
>          Issue Type: Improvement
>    Affects Versions: 0.4.0
>            Reporter: J G
>            Priority: Minor
>             Fix For: 1.0
>
>   Original Estimate: 0.33h
>  Remaining Estimate: 0.33h
>
> The method initBaseUri() in the class ServletRequestContext will append the port 443 to https requests.  It checks only if the port is 80 (standard http) and does not append that port, otherwise it appends a port number to the baseUri.  The port 443 is the standard HTTPS port and does not need to be appended to the URL if the request is an https request.
> change line 208 to :
>  if ((port != 80) && (port != 443))

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.