Re: regression in beta-4 : server-side relocation broken

2007-11-15 Thread nicolas de loof
I just attached a testcase and a patch to solve MRM-595. This requires some trivial changes on plexus-webdav-api. Nico. 2007/11/14, nicolas de loof <[EMAIL PROTECTED]>: > > Thats right, > > I'll first focus on writting such test-cases. This was in my todo list for > long time :-/ > > Nico. > > >

Re: regression in beta-4 : server-side relocation broken

2007-11-14 Thread Joakim Erdfelt
A little bit too much of a coincidence that you should also be having a relocation related problem. I'll see what I can do to get some unit testing around this into place on the RepositoryServlet tests. - Joakim Arnaud HERITIER wrote: > I noticed a problem when I tested this version before the v

Re: regression in beta-4 : server-side relocation broken

2007-11-14 Thread Arnaud HERITIER
I noticed a problem when I tested this version before the vote but i didn't find the time to check if it was a regression. It's with poi:poi:2.5.1 which is relocated to 2.5.1-final-20040804 I don't know if it can be related to this issue Arnaud On Nov 14, 2007 6:20 PM, Joakim Erdfelt <[EMAIL PROT

Re: regression in beta-4 : server-side relocation broken

2007-11-14 Thread Joakim Erdfelt
Don't we have unit testing around the server side relocation? If not, I think we need to get them into place as part of the solution for MRM-595. - Joakim nicolas de loof wrote: > MRM-595 created. > > As explain, there is two causes : > > 1. fetchContentFromProxies must be called prior to buildin

regression in beta-4 : server-side relocation broken

2007-11-14 Thread nicolas de loof
MRM-595 created. As explain, there is two causes : 1. fetchContentFromProxies must be called prior to building the resource File 2. DavServerRequest getLogicalResource is not re-computed when request PathInfo changes. Nico.