|
Bugzilla – Full Text Bug Listing |
| Summary: | proxy Environment should be upper and lower cased | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Uwe Gansert <ug> |
| Component: | Basesystem | Assignee: | Ruediger Oertel <ro> |
| Status: | RESOLVED WORKSFORME | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | Beta 2 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | All | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Uwe Gansert
2005-08-23 17:28:50 UTC
well, at least SuSEconfig.profiles does not exist any more ... AFAIR, we used the lower case variants of these variables since this seemed to be some kind of standard among the applications using these. I'd propose to fix curl instead of polluting the name space even further ... wait a minute, this bug is completely bogus:
curl/doc/MANUAL:
Curl reads and understands the following environment variables:
http_proxy, HTTPS_PROXY, FTP_PROXY, GOPHER_PROXY
internally the code is even more weird.
Basically, curl will probably respect any lower or uppercase
variant of these with contradicting comments every 10 lines ...
|