~ubuntu-branches/ubuntu/trusty/desktopcouch/trusty

« back to all changes in this revision

Viewing changes to debian/patches/lp_599745.patch

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine
  • Date: 2010-07-20 15:28:06 UTC
  • Revision ID: james.westby@ubuntu.com-20100720152806-w17rr3m48spt2m1r
* debian/patches/lp_599745.patch
  - Support new Basic auth for HTTP that our bookmark file 
    requires. (LP: #599745)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
=== modified file 'desktopcouch/local_files.py'
 
2
--- old/desktopcouch/local_files.py     2010-05-25 14:05:00 +0000
 
3
+++ new/desktopcouch/local_files.py     2010-07-20 13:25:38 +0000
 
4
@@ -75,6 +75,7 @@
 
5
             'httpd': {
 
6
                 'bind_address': '127.0.0.1',
 
7
                 'port': '0',
 
8
+                'WWW-Authenticate': 'Basic realm="bookmarkable-user-auth"'
 
9
             },
 
10
             'log': {
 
11
                 'file': ctx.file_log,
 
12