[jcifs] BASE in HTTP Response of IIS/Exchange

Michael B Allen mba2000 at ioplex.com
Thu Apr 20 15:01:00 GMT 2006


On Thu, 20 Apr 2006 03:25:20 -0700 (PDT)
Amin Abbaspour <abbaspour_amin at yahoo.com> wrote:

> Hi,
> 
> I'm creating Exchange mailbox for my users remotely (via a web-service
> endpoint that does the local stuff). After creating mailboxes I need to
> connect via JCIFS for the first time to have the mailbox 'really' created
> and functional. The code for this activity is similar to
> 'NtlmHttpClient.java'.
> 
> My point is that, for the first user everything is OK. but for the second
> user, the BASE of URL is the same as the first user and hence it does not
> work. See:
> 
> <HTML>
> <HEAD>
> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=utf-8">
> <TITLE>Microsoft Outlook Web Access</TITLE>
> <BASE href="http://192.168.254.7/exchange/[first-user-name]/">
> </HEAD>

Is this coming from the server?

My first guess is that this has nothing to do with jcifs.

Try closing the connection and opening a new one each time.

Mike


More information about the jcifs mailing list