<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -76,7 +76,7 @@ def service_validate(request):
     
     try:
         ticket = ServiceTicket.objects.get(ticket=ticket_string)
-        # ticket.delete()
+        ticket.delete()
         return HttpResponse(auth_success_response(ticket.user), mimetype='text/xml')
     except ServiceTicket.DoesNotExist:
         return HttpResponse('''&lt;cas:serviceResponse xmlns:cas=&quot;http://www.yale.edu/tp/cas&quot;&gt;</diff>
      <filename>cas_provider/views.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>bf06f0f8cde976e4e579b059fdb0e8a8bc279f01</id>
    </parent>
  </parents>
  <author>
    <name>zuber</name>
    <email>marek@stepniowski.com</email>
  </author>
  <url>http://github.com/zuber/django-cas-provider/commit/b1241567826c1d3e7cfdc5bbe31700b85013a57b</url>
  <id>b1241567826c1d3e7cfdc5bbe31700b85013a57b</id>
  <committed-date>2009-10-05T10:59:15-07:00</committed-date>
  <authored-date>2009-10-05T10:59:15-07:00</authored-date>
  <message>Uncommented code responsible for deleting tickets.</message>
  <tree>365c246d735365b2bba7eb558766f62bc8d17c9d</tree>
  <committer>
    <name>zuber</name>
    <email>marek@stepniowski.com</email>
  </committer>
</commit>
