1
<!-- Copyright 2011 Canonical Ltd. This software is licensed under the
2
GNU Affero General Public License version 3 (see the file LICENSE).
5
<configure xmlns="http://namespaces.zope.org/zope">
6
<!-- Override lazr-restful marshallers for test field to enable
7
automatic obfuscation of email addresses for anonymous users. -->
10
for="zope.schema.interfaces.IASCII
11
zope.publisher.interfaces.http.IHTTPRequest"
12
provides="lazr.restful.interfaces.IFieldMarshaller"
13
factory="lp.app.webservice.marshallers.TextFieldMarshaller"
17
for="zope.schema.interfaces.IText
18
zope.publisher.interfaces.http.IHTTPRequest"
19
provides="lazr.restful.interfaces.IFieldMarshaller"
20
factory="lp.app.webservice.marshallers.TextFieldMarshaller"
b'\\ No newline at end of file'