adding workaround for SVC-2720

This commit is contained in:
enus.linden
2008-07-31 06:05:14 +00:00
committed by Salad Dais
parent a250d16aef
commit cbb641d4a0

View File

@@ -153,5 +153,11 @@ grok.global_utility(LLSDDeserializer,
name='text/html',
direct=False)
# TODO: remove this again! Just a workaround for SVC-2720
grok.global_utility(LLSDDeserializer,
provides=IDeserialization,
name='application/xml',
direct=False)