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

View: New views
1 Messages — Rating Filter:   Alert me  

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

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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.