Re: microsoft webfolder + authentication

2005-04-15 Thread Martin Kalén
Jean-Philippe Encausse wrote:
And i don't understand why this #$# of Windows XP remember my
login/password.
I think they consider it a feature. :-)
I was thinking of a timeout server side problem but event if I kill the
webserver, the web link ... Widows remember the password. It's so
strange that I was thinking someone already get the same issue ?
I did a quick google about this and it seems you have the choice:
[ ] Save this password to your password list
the _first_ time you logon.
Go to your network places, delete the WebDAV connection, and create it
again (if you are using HTTPS do _not_ enter :443 as port, just https
as protocol, this was another well known quirk).
The first time you logon again after re-creating the network place
the password box should popup again, now with the choice to uncheck
Save this password to your password list.
HTH,
 Martin
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


FW: Supporting Japanese charecters in file names.

2005-04-15 Thread Abhijeet Ramdhave
Hello All,

I didn't get any reply on this.  
Can anybody from Slide developers help me on this?

To support multi-byte languages, I just want to ensure that the slide uses
UTF-8 encoding at server, WebDav Client as well as File Store.
I would appriciate if somebody tell me the configurations if any are
required.

I am using Slide 2.1 Milestone 1 and a WebDav client library to make webdav
calls.

Regards,
Abhijeet

  -Original Message-
 From: Abhijeet Ramdhave  
 Sent: Wednesday, April 13, 2005 9:50 PM
 To:   'slide-user@jakarta.apache.org'
 Subject:  Supporting Japanese charecters in file names.
 
 Hello All,
 
 Here we are working on LCMS product that uses Slide 2.1 M1 as repository
 store.
 
 I need to get the clarification on the following:
 
 1.  Does the Slide 2.1 M1 support UTF-8 encoding in server as well as
 WebDav Client Library?
 2.  Can we make the File Store to use UTF-8 encoding as opposed to OS's
 default encoding for storing files and meta?  If yes, how?
 3.  How would it affect if the Slide has to work with other servlet
 engines (or app servers) other than Tomcat?
 
 Regards,
 Abhijeet
 
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: microsoft webfolder + authentication

2005-04-15 Thread Evan Kracoff
Hi all, 

I have this same problem also, our solution was to use the netdrive client from 
novell, it allows you to specify a user each time and is a much better client 
then web folders, it integrates nicely with windows explorer, check it out.

-Evan

-Original Message-
From: Martin Kalén [mailto:[EMAIL PROTECTED] 
Sent: Friday, April 15, 2005 5:53 AM
To: Slide Users Mailing List
Subject: Re: microsoft webfolder + authentication


Jean-Philippe Encausse wrote:
 And i don't understand why this #$# of Windows XP remember my 
 login/password.

I think they consider it a feature. :-)

 I was thinking of a timeout server side problem but event if I kill 
 the webserver, the web link ... Widows remember the password. It's so 
 strange that I was thinking someone already get the same issue ?

I did a quick google about this and it seems you have the choice:
[ ] Save this password to your password list
the _first_ time you logon.

Go to your network places, delete the WebDAV connection, and create it again 
(if you are using HTTPS do _not_ enter :443 as port, just https as protocol, 
this was another well known quirk).

The first time you logon again after re-creating the network place the password 
box should popup again, now with the choice to uncheck Save this password to 
your password list.

HTH,
  Martin

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: microsoft webfolder + authentication

2005-04-15 Thread Jean-Philippe Encausse

Thanks ! It seems really interesting !
To solve my problem, my ServletFilter set a String in the session. So
for each session, even if I receive a login/password I ask for a new one.


Evan Kracoff a écrit :

Hi all, 

I have this same problem also, our solution was to use the netdrive client 
from novell, it allows you to specify a user each time and is a much better 
client then web folders, it integrates nicely with windows explorer, check it 
out.

-Evan

-Original Message-
From: Martin Kalén [mailto:[EMAIL PROTECTED] 
Sent: Friday, April 15, 2005 5:53 AM
To: Slide Users Mailing List
Subject: Re: microsoft webfolder + authentication


Jean-Philippe Encausse wrote:
  

And i don't understand why this #$# of Windows XP remember my 
login/password.



I think they consider it a feature. :-)

  

I was thinking of a timeout server side problem but event if I kill 
the webserver, the web link ... Widows remember the password. It's so 
strange that I was thinking someone already get the same issue ?



I did a quick google about this and it seems you have the choice:
   [ ] Save this password to your password list
the _first_ time you logon.

Go to your network places, delete the WebDAV connection, and create it again 
(if you are using HTTPS do _not_ enter :443 as port, just https as protocol, 
this was another well known quirk).

The first time you logon again after re-creating the network place the 
password box should popup again, now with the choice to uncheck Save this 
password to your password list.

HTH,
  Martin

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


  



-- 
*Jean-Philippe Encausse* - RD Jalios SA
[EMAIL PROTECTED] - http://www.encausse.com - http://www.jalias.com
ICQ: 109796741 - AOL: NextOne - MSN: [EMAIL PROTECTED]
Mob: +33 6 80 75 71 09 - Office: +33 1 39 23 92 83 - Home: +33 1 39 18 90 15
*Do it Once, Use it Twice ~ Do it Twice, Make It Once*


-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.9.11 - Release Date: 14/04/2005



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Need help

2005-04-15 Thread Kovari Attila
Hello,

I am developing an application that uses your Slide's WEBDAV library to
connect to an exchange server. My problem is that it works for an exchange
server but on an other i get the
501 Status when i try to connect.
Anybody knoes what could be the reason for this?

Thank,

Attila Kovari



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Need help

2005-04-15 Thread Ralph Scheuer
Attila,
(probably this is the wrong forum for Exchange-related questions  
anyway, so my apologies to the other people for answering this  
briefly...)

please consult Microsoft's documentation...
from  
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wss/ 
wss/_webdav_errors_5_6.asp

The server does not support the functionality that is required to  
fulfill the request. This is the appropriate response when the server  
does not recognize the request method and is not capable of supporting  
it for any resource...

The reason for that might either be your code or the version of  
Exchange you are using (always remember that you need at least Exchange  
2000 SP 1 for WebDAV to work _and_ Outlook Web Access (OWA) needs to be  
turned on).

This is just a pointer, MS has pretty good newsgroups for that sort of  
questions. Also check out the VB and C# sample code on their website,  
it translates quite easily to Java / Slide if you read the Javadocs as  
well.

Just a pointer, HTH.
Ralph
Am 15.04.2005 um 17:48 schrieb Kovari Attila:
Hello,
I am developing an application that uses your Slide's WEBDAV library to
connect to an exchange server. My problem is that it works for an  
exchange
server but on an other i get the
501 Status when i try to connect.
Anybody knoes what could be the reason for this?

Thank,
Attila Kovari

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]