On 1/29/16, Roger Oberholtzer <[email protected]> wrote: > Follow up: problem 'solved'. > > I looked through the Trac database for anything that looked different for > what turned out to be two users. I could find nothing. > > So, ooc, I logged in as these users from my browser. All worked for me. > Here is the mysterious part: after that all works for them as well. > > So logging in from a different computer seems to have cleared something. > Note that using a different browser on the same computer did not help. >
Maybe it is related to the browser language setting and the Accept-Language HTTP header [1]_ [3]_ . If you could inspect requests , e.g. with a tool like Fiddler [1]_ , you could see the data the browser is sending on the wire (though I guess there should be something in the logs with the appropriate log/level set ... DEBUG? ) .. [1] http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.4 .. [2] http://www.telerik.com/fiddler .. [3] http://stackoverflow.com/questions/1043339/javascript-for-detecting-browser-language-preference [...] -- Regards, Olemis - @olemislc Apache⢠Bloodhound contributor http://issues.apache.org/bloodhound http://blood-hound.net Brython committer http://brython.info http://github.com/brython-dev/brython Blog ES: http://simelo-es.blogspot.com/ Blog EN: http://simelo-en.blogspot.com/ Featured article: -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
