Re: client-side support for Negotiate authentication scheme

2008-08-28 Thread Roman Geus
Hi Stephan The NegotiateFilter, together with an example client and server is attached to this post. You are free to add this code to the Restlet codebase if you find it useful. Since I borrowed some ideas and code from Bruno Harbulot's SpnegoFilter, he should be consulted as well. Also

Re: client-side support for Negotiate authentication scheme

2008-08-28 Thread Stephan Koops
Hi Roman, nice for the code. Because I only changes the code of the JAX-RS extension, this is a job for Jerome or Thierry. I hope they will include it. best regards Stephan Roman Geus schrieb: Hi Stephan The NegotiateFilter, together with an example client and server is attached to this

[RFC] WadlResource, get a param value according to the description

2008-08-28 Thread Vincent Ricard
Hi, Here is what i added to my WadlResource subclass (and the super class of all my resources): [see below]. I think it would be nice (in a future version) to have a similar method directly available in WadlResource. For now, this code just fulfills my needs: - it does not handle multi-valued

Re: client-side support for Negotiate authentication scheme

2008-08-28 Thread Bruno Harbulot
Hi Roman, When you take someone else's code and modify it, you might want to look at the beginning of the file (or the licence file), especially when you post a file to a public mailing list and thus have no chance of being able to amend it once archived: Copyright (c) 2008, The University

Re: client-side support for Negotiate authentication scheme

2008-08-28 Thread Bruno Harbulot
Hi Roman, Roman Geus wrote: Hello Bruno I'm sorry about not paying more attention to the licensing issues. I meant no harm and I am certainly not trying to take credit for your work. Just to explain: the code I posted is not a quick rip-off of your filter. I put considerable amount of time