Put the user's name in post-authentication requests.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 9 Mar 2013 05:31:13 +0000 (05:31 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 9 Mar 2013 05:35:11 +0000 (05:35 +0000)
In GET requests, it goes in the path; for POST requests, it can go in
`%user'.  This is to prevent caches from returning the wrong pages.  I
feel a bit stupid about not fixing this earlier.


No differences found