Mantis - Squeak
|
||||||||||
Viewing Issue Advanced Details | ||||||||||
|
||||||||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: | |||||
7193 | Network | minor | always | 09-16-08 13:52 | 01-23-09 19:52 | |||||
|
||||||||||
Reporter: | Marco Schmidt | Platform: | ||||||||
Assigned To: | OS: | |||||||||
Priority: | normal | OS Version: | ||||||||
Status: | new | Product Version: | 3.10.2 | |||||||
Product Build: | Resolution: | open | ||||||||
Projection: | none | |||||||||
ETA: | none | Fixed in Version: | ||||||||
|
||||||||||
Summary: | 0007193: Could not authenticate against a proxy/firewall... | |||||||||
Description: | Could not authenticate against a proxy/firewall... | |||||||||
Steps To Reproduce: | ||||||||||
Additional Information: |
In HTTPSocket class>>httpGetDocument: url args: args accept: mimeType request: requestString Transcript show: page; cr." sock sendCommand: 'GET ', page, ' HTTP/1.0', CrLf, (mimeType ifNotNil: ['ACCEPT: ', mimeType, CrLf] ifNil: ['']), 'ACCEPT: text/html', CrLf, "Always accept plain text" + HTTPProxyCredentials, HTTPBlabEmail, "may be empty" requestString, "extra user request. Authorization" self userAgentString, CrLf, 'Host: ', serverName, ':', port printString, CrLf. "blank line |
|||||||||
Relationships |
| |||||||||
Attached Files: |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|