You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by bu...@apache.org on 2003/06/03 17:32:16 UTC

DO NOT REPLY [Bug 20451] New: - HttpMethodBase.checkValidRedirects() is too restrictive

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20451>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20451

HttpMethodBase.checkValidRedirects() is too restrictive

           Summary: HttpMethodBase.checkValidRedirects() is too restrictive
           Product: Commons
           Version: 2.0 Beta 1
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: HttpClient
        AssignedTo: commons-httpclient-dev@jakarta.apache.org
        ReportedBy: niall@pobox.com


Surely it should be possible to redirect from http -> https?  This should be
enabled by default, or at least user configurable through properties files or
subclassing.