#8826: URLField links to the current website cause page loading problem when
useing Django developing server.
---------------------------------+------------------------------------------
          Reporter:  ruserious   |         Owner:  nobody  
            Status:  new         |     Milestone:          
         Component:  Forms       |       Version:  SVN     
        Resolution:              |      Keywords:  URLField
             Stage:  Unreviewed  |     Has_patch:  0       
        Needs_docs:  0           |   Needs_tests:  0       
Needs_better_patch:  0           |  
---------------------------------+------------------------------------------
Comment (by russellm):

 I think I can fill in the blanks here - if you have a URLField that is
 validating, and you are using the development server, and you submit a URL
 to the URLfield that is served by the development server, you will get a
 deadlock because the post accepting the URLfield data will lock the
 server, preventing the URLfield from being validated because the request
 that validates the URL field cannot be served.

 This is one of those edge cases that would be fixed by making the
 development server multithreaded. However, it is very much an edge case;
 IMHO, it's worth documenting as an unfortunate edge case, but doesn't
 really require a fix.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/8826#comment:3>
Django Code <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
-~----------~----~----~----~------~----~------~--~---

Reply via email to