Anonymous | Login | 02-28-2021 22:35 UTC |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | |||||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
0007018 | [Squeak] Network | minor | always | 04-14-08 09:46 | 07-03-08 13:16 | |||||||
Reporter | dr | View Status | public | |||||||||
Assigned To | ||||||||||||
Priority | normal | Resolution | open | |||||||||
Status | assigned | Product Version | ||||||||||
Summary | 0007018: HTTPSocket doesn't work when using a proxy server | |||||||||||
Description |
In all recent squeak-dev images, HTTPSocket does not work for me to get a document as I'm using a proxy server. The reason for this is that in HTTPSocket class >> httpGetDocument: url args: args accept: mimeType request: requestString two instance variables are referenced that do not exist in that class: HTTPProxyServer and HTTPProxyPort. If I replace these variables with message sends 'self httpProxyServer' resp. 'self httpProxyPort' in the mentioned method, everything works. Not sure where to report this bug, so I added it here. Feel free to move it to an appropriate category. This bug is related to 0002753, but is still different as the GET and not the POST method is failing, and can get fixed quite easily. |
|||||||||||
Additional Information | To reproduce the error you need to use a proxy. Then you can eg. try to open a Monticello repository. | |||||||||||
Attached Files | ||||||||||||
|
Mantis 1.0.8[^]
Copyright © 2000 - 2007 Mantis Group
52 total queries executed. 33 unique queries executed. |