I’m trying to figure out why BlobCrypterSecurityToken uses the appUrl in the getter for appId. It looks like I’ve had this discussion before
http://markmail.org/message/v2csm3vrxoddeztg I don't even remember going down this path 4 years ago… but now it’s causing me issues because with the module_id stuff enabled I now get the #module_id=xxx hash added to the end of the url which screws up the way I was storing my gadgets (they are stored with the non-hashed url and an appId number generated by the database). Has anyone dealt with this and worked out a solution? This wasn’t an issue until the module_id stuff. Right now I’ve had to intercept my queries at the jpa layer to strip off the hash portion, but not an elegant solution. Thanks, Doug Davies