~azzar1/unity/add-show-desktop-key

  • Committer: mattgiuca
  • Date: 2008-06-16 06:22:45 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:773
cgirequest.py: Fixed req.path attribute, so it now DOES NOT include the
    query string part of the URI.
    (This is now consistent with the non-jail req.path. Access to the query
    string is done through req.get_fieldstorage).
    NOTE: This may break code which tries to access the query string directly.
    However all code should be using get_fieldstorage.
scripts/diffservice: Refactor so it's properly using the CGIRequest object
    rather than directly writing to CGI output and parsing query string.
    (Otherwise this code would have been broken by the above change).
    Now uses the request object and fieldstorage for input and output.
Filename Latest Rev Last Changed Committer Comment Size
..
faq.txt 594 17 years ago mattgiuca Added to doc/setup/faq.txt: sessions directory. 2.1 KB Diff Download File
install_proc.txt 766 16 years ago mattgiuca setup/install_proc.txt: Minor fix. 8.7 KB Diff Download File
ivle-both.conf 525 17 years ago drtomc A sample apache config containing both ivle and sv 1.3 KB Diff Download File
ivle-svn.conf 471 17 years ago drtomc doc/setup/ivle-svn.conf: a non-configured apache c 357 bytes Diff Download File
ivle.conf 459 17 years ago drtomc ivle.conf: Add some php handling magic. 1 KB Diff Download File
pound.cfg 369 17 years ago drtomc Add stuff on installing and configuring pound. 667 bytes Diff Download File