#675 closed defect (fixed)

WebApi: PUT /uri?mutable=false creates mutable file

Reported by: soult Owned by: warner
Priority: trivial Milestone: 1.4.1
Component: code-frontend-web Version: 1.3.0
Keywords: mutable, webapi Cc:
Launchpad Bug:

Description

While not directly a bug, as the documentation for the webapi specifies that "PUT /uri" should be used to put a file and "PUT /uri?mutable=true" should be used to put a mutable file, it is confusing that "PUT /uri?mutable=false" still creates a mutable file.

Change History (3)

comment:1 Changed at 2009-04-07T16:10:27Z by zooko

  • Milestone changed from undecided to 1.4.0
  • Owner set to warner

Brian:

Should we change this now, for 1.4.0?

comment:2 Changed at 2009-04-08T02:03:07Z by warner

Yeah, this is a bug: 'false' is supposed to mean false. I'll take a look.

comment:3 Changed at 2009-04-08T02:14:36Z by warner

  • Resolution set to fixed
  • Status changed from new to closed

Fixed, in 922b3034be0e8141.

Note: See TracTickets for help on using tickets.