You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2006/12/14 07:13:08 UTC

DO NOT REPLY [Bug 41175] New: - HttpClient is terminally fucked

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

http://issues.apache.org/bugzilla/show_bug.cgi?id=41175

           Summary: HttpClient is terminally fucked
           Product: Apache httpd-2
           Version: 2.3-HEAD
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: normal
          Priority: P1
         Component: All
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: misterfister@mailinator.com


Plus: no sample code. Plus, is this even the right place for this report?
Who can tell? Here's the problem:

$ javac TrivialApp.java 
test.java:52: class TrivialApp is public, should be declared in a file named TrivialApp.java
public class TrivialApp
       ^
test.java:35: package org.apache.commons.httpclient does not exist
import org.apache.commons.httpclient.Credentials;
                                     ^
test.java:36: package org.apache.commons.httpclient does not exist
import org.apache.commons.httpclient.Header;
                                     ^
test.java:37: package org.apache.commons.httpclient does not exist
import org.apache.commons.httpclient.HttpClient;
                                     ^
test.java:38: package org.apache.commons.httpclient does not exist
import org.apache.commons.httpclient.HttpException;
                                     ^
test.java:39: package org.apache.commons.httpclient does not exist
import org.apache.commons.httpclient.HttpMethod;
                                     ^
test.java:40: package org.apache.commons.httpclient does not exist
import org.apache.commons.httpclient.UsernamePasswordCredentials;
                                     ^
test.java:41: package org.apache.commons.httpclient.auth does not exist
import org.apache.commons.httpclient.auth.AuthScope;
                                          ^
test.java:42: package org.apache.commons.httpclient.methods does not exist
import org.apache.commons.httpclient.methods.GetMethod;
                                             ^
test.java:74: cannot find symbol
symbol  : class Credentials
location: class TrivialApp
        Credentials creds = null;
        ^
test.java:76: cannot find symbol
symbol  : class UsernamePasswordCredentials
location: class TrivialApp



Any thoughs on how to unfuck this?

THanks!
Mr.F

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 41175] - HttpClient is terminally fucked

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

http://issues.apache.org/bugzilla/show_bug.cgi?id=41175


nick@webthing.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org