summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: fbc64a9)
raw | patch | inline | side by side (parent: fbc64a9)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Sat, 3 Nov 2001 01:29:28 +0000 (01:29 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Sat, 3 Nov 2001 01:29:28 +0000 (01:29 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@359 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup/cgi_client.py | patch | blob | history |
diff --git a/roundup/cgi_client.py b/roundup/cgi_client.py
index 2cafcd5b3bdf5915625408c82b125323b99e7a27..7e156e392ddadee6e7338f073cdc70a3b779bafc 100644 (file)
--- a/roundup/cgi_client.py
+++ b/roundup/cgi_client.py
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
#
-# $Id: cgi_client.py,v 1.46 2001-11-03 01:26:55 richard Exp $
+# $Id: cgi_client.py,v 1.47 2001-11-03 01:29:28 richard Exp $
import os, cgi, pprint, StringIO, urlparse, re, traceback, mimetypes
import binascii, Cookie, time
</form>
''')
if self.user is None and self.ANONYMOUS_REGISTER == 'deny':
- self.write('</table>')
+ self.write('</table></body></html>')
return
self.write('''
<p>
<tr><td></td>
<td><input type="submit" value="Register"></td></tr>
</form>
-</table>
+</table</body></html>>
''')
def login_action(self, message=None):
#
# $Log: not supported by cvs2svn $
+# Revision 1.46 2001/11/03 01:26:55 richard
+# possibly fix truncated base64'ed user:pass
+#
# Revision 1.45 2001/11/01 22:04:37 richard
# Started work on supporting a pop3-fetching server
# Fixed bugs: