adding workaround for SVC-2720
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user