Comment 7 for bug 1471158

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to designate (stable/juno)

Reviewed: https://review.openstack.org/198380
Committed: https://git.openstack.org/cgit/openstack/designate/commit/?id=09d65fddf1abfe9d7a3f3e63b87a03bea06e61ce
Submitter: Jenkins
Branch: stable/juno

commit 09d65fddf1abfe9d7a3f3e63b87a03bea06e61ce
Author: Kiall Mac Innes <email address hidden>
Date: Fri Jul 3 14:56:31 2015 +0100

    Ensure validations account for trailing newlines

    The regex's used for validation allowed "\n" terminated strings
    to pass, allowing invalid data through.

    Change-Id: Iae4c40ffab9951280bb6d67c2a7cb779dc7ddf0f
    Closes-Bug: 1471158