Closed (fixed)
Project:
OpenID Provider
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Aug 2010 at 11:33 UTC
Updated:
29 May 2011 at 22:51 UTC
Your openid_provider_user_url() works with user/UID/identity.
Your openid_provider_pathauto_bulkupdate() mentions a different 'src' URL: user/UID/openid. (Which results in [depends on your pathauto settings. I am guessing you don't need detailed results, since I guess this is a leftover mistake from sometime before someone spotted that user/UID/openid is used by openid.module?])
A second thing: your default pathauto replacement pattern is users/[user-raw]/openid. Do you also want to replace that with users/[user-raw]/identity ? The '/openid' thing clashes with the path used by openid.module, if Sub Path URL Aliasing (subpath_alias.module) is enabled.
| Comment | File | Size | Author |
|---|---|---|---|
| openid_provider.pathalias.patch | 1.36 KB | roderik |
Comments
Comment #1
grub3 commentedCAST is wrong, have a look at PostgreSQL fix.
Comment #2
roderik@grub3: yes, "CAST is wrong" (i.e. not fixed in this patch yet), because I split two fixes over two patches.
@walkah: I'm going to cheat now, by setting RTBC.
The point of this patch is not that it needs testing ny others. It needs your review.
The point is hopefully you will think "hmm yeah that's right, I decided to use different paths at some point, and apparently didn't propagate that change to the pathauto related code". (At least that's what it looks like, to me... I could be wrong, but...)
Comment #3
anarcat commentedI agree with the analysis here, this seems sound and just like a little something that was forgotten.
Comment #4
anarcat commentedpatch committed and pushed to the 6.x branch.