~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/stories/upstream-bugprivacy/30-private-upstream-bug-not-accessible-to-anonymous.txt

  • Committer: Francis J. Lacoste
  • Date: 2011-07-08 20:31:48 UTC
  • mfrom: (13397 devel)
  • mto: This revision was merged to the branch mainline in revision 13501.
  • Revision ID: francis.lacoste@canonical.com-20110708203148-mzcn7o91cn2nm830
Merge devel.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Trying to access a private upstream bug as an anonymous user results
2
 
in a page not found error.
3
 
 
4
 
  >>> print http(r"""
5
 
  ... GET /firefox/+bug/6 HTTP/1.1
6
 
  ... """)
7
 
  HTTP/1.1 200 Ok
8
 
  ...
9
 
 
10
 
  >>> print http(r"""
11
 
  ... GET /firefox/+bug/14 HTTP/1.1
12
 
  ... """)
13
 
  HTTP/1.1 404 Not Found
14
 
  ...