← Back to team overview

linux-traipu team mailing list archive

Re: [Bug 931917] Re: regex_policy should use apache like ALLOW/DENY

 

Excerpts from Henrik Ingo's message of Sat Mar 31 16:04:22 UTC 2012:
> Looks great. Please make a merge request against trunk.
> 

BTW, the simplest way to do this is, after a commit/push to

lp:~yourusername/drizzle/something

Is to run:

bzr lp-propose

It will automatically figure out how to propose a merge against drizzle from
the path prefix (lp:~yourusername/drizzle)

Enjoy! :)

-- 
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to Drizzle.
https://bugs.launchpad.net/bugs/931917

Title:
  regex_policy should use apache like ALLOW/DENY

Status in A Lightweight SQL Database for Cloud Infrastructure and Web Applications:
  Fix Committed

Bug description:
  In auth_regex the pair of commands ACCEPT/DENY is confusing. It should
  have been either ACCEPT/REJECT  (see iptables) or ALLOW/DENY (see
  apache httpd). My proposal is to make it ALLOW/DENY.

  The fix should of course be backward compatible and still also support
  ACCEPT/DENY, but documentation should mark this usage as deprecated.

To manage notifications about this bug go to:
https://bugs.launchpad.net/drizzle/+bug/931917/+subscriptions


References