Community
Participate
Working Groups
Created attachment 125960 [details] Patch 1 Build ID: 3.5 Steps To Reproduce: As per bug 229633 comment 44. This issue is present in the current platform. Attached is a trivial patch to compare the new link with the RawLocationURI (rather than Location URI). Szymon / John, can you review?
James, the patch looks good. Let me write some tests, then I release it.
While creating tests I noticed one more issue. See bug 265810.
I released the fix to HEAD. I found it difficult to write a test case for that issue. Since the delete is nested, there is no event and I don't know how I could verify that the resource (with a path) was deleted temporarily. Thanks James.
Thanks for taking a look Szymon! (In reply to comment #3) > I released the fix to HEAD. I found it difficult to write a test case for that > issue. Since the delete is nested, there is no event and I don't know how I > could verify that the resource (with a path) was deleted temporarily. Same here... It's very easy to see in the debugger though - and the fix is almost 'trivial' :).
(In reply to comment #4) > Thanks for taking a look Szymon! > > (In reply to comment #3) > > I released the fix to HEAD. I found it difficult to write a test case for that > > issue. Since the delete is nested, there is no event and I don't know how I > > could verify that the resource (with a path) was deleted temporarily. > > Same here... It's very easy to see in the debugger though - and the fix is > almost 'trivial' :). Right, I could verify it only via the dubbuger. I always try to write some tests for fixed issues, otherwise I have a guilty feeling ;-)