Are you using DNN7.2 with advanced urls?
The advance url option will crash when a url param uses no escape chars like..."?Skinsrc=/DesktopModules/..." Unfortunately the DNN action function decodes these urls, even though the url passed to them is encoded.
I wonder if this is the same problem you have with the lanaguge!...even though we encode the url in code, the DNN function decodes it.
Try using "humanfriendly" url, by changing the web.config, and let me know if that works. I'm currently trying to gather information about this so I can put some sensible argument forward to DNN corps. that may be some url decoding in functions need to be reviewed.
Dave.
The advance url option will crash when a url param uses no escape chars like..."?Skinsrc=/DesktopModules/..." Unfortunately the DNN action function decodes these urls, even though the url passed to them is encoded.
I wonder if this is the same problem you have with the lanaguge!...even though we encode the url in code, the DNN function decodes it.
Try using "humanfriendly" url, by changing the web.config, and let me know if that works. I'm currently trying to gather information about this so I can put some sensible argument forward to DNN corps. that may be some url decoding in functions need to be reviewed.
Dave.