#9857: URLfield with verify_exists hangs if given an unresponsive URL --------------------+------------------------------------------------------- Reporter: aptiko | Owner: nobody Status: new | Milestone: Component: Forms | Version: 1.0 Keywords: | Stage: Unreviewed Has_patch: 1 | --------------------+------------------------------------------------------- Steps to reproduce: 1. Create a model that contains a URLfield with verify_exists=True (the default), and make it adminable. 2. In the Admin, create a new object and specify a URL whose server does not respond (it should leave your web browser in the "Connecting to [server name] ..." state).
Result: Django hangs. In my development environment, the Django development server hangs. In my production environment, I get a 500 Internal Server Error, apparently after SCGI times out while waiting for a response from Django. -- Ticket URL: <http://code.djangoproject.com/ticket/9857> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
