View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004303 | JEDI VCL | 00 JVCL Components | public | 2007-12-04 05:19 | 2008-02-20 09:08 |
Reporter | bhe | Assigned To | obones | ||
Priority | normal | Severity | feature | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.33 | ||||
Target Version | Fixed in Version | 3.34 | |||
Summary | 0004303: HTTPS support in TJvHttpUrlGrabber | ||||
Description | TJvHttpUrlGrabber does not support the "https:" links. (Internal parser messes up URL.) | ||||
Additional Information | Could be easy done with a derived class TJvHttpsUrlGrabber: const cHTTPSPrefix = 'https://'; type TJvHttpsUrlGrabber = class(TJvHttpUrlGrabber) public class function GetSupportedProtocolMarker: string; override; end; class function TJvHttpsUrlGrabber.GetSupportedProtocolMarker: string; begin Result := cHTTPSPrefix; end; But this way you have to always switch between two grabbers. It is especially painful if you have mixed HTTPS and HTTPS links and you want to use them with TJvMultiHttpGrabber. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2007-12-04 05:19 | bhe | New Issue | |
2008-02-20 09:08 | obones | Status | new => resolved |
2008-02-20 09:08 | obones | Fixed in Version | => Daily / SVN |
2008-02-20 09:08 | obones | Resolution | open => fixed |
2008-02-20 09:08 | obones | Assigned To | => obones |
2008-02-20 09:08 | obones | Note Added: 0014181 |