Commit d586dd68 authored by Łukasz Nowak's avatar Łukasz Nowak

Reset request during revocation.

parent 838f31ce
...@@ -51,6 +51,8 @@ ...@@ -51,6 +51,8 @@
<item> <item>
<key> <string>_body</string> </key> <key> <string>_body</string> </key>
<value> <string>computer = state_change[\'object\']\n <value> <string>computer = state_change[\'object\']\n
context.REQUEST.set(\'computer_certificate\', None)\n
context.REQUEST.set(\'computer_key\', None)\n
destination_reference = computer.getDestinationReference()\n destination_reference = computer.getDestinationReference()\n
if destination_reference is None:\n if destination_reference is None:\n
raise ValueError(\'No certificate\')\n raise ValueError(\'No certificate\')\n
......
164 165
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment