#11485: sitemap.xml doesn't support https urls
------------------------------------+---------------------------------------
          Reporter:  sportsboy      |         Owner:  nobody             
            Status:  new            |     Milestone:                     
         Component:  HTTP handling  |       Version:  1.0                
        Resolution:                 |      Keywords:  sitemap, https, ssl
             Stage:  Unreviewed     |     Has_patch:  0                  
        Needs_docs:  0              |   Needs_tests:  0                  
Needs_better_patch:  0              |  
------------------------------------+---------------------------------------
Changes (by adamnelson):

  * needs_better_patch:  => 0
  * needs_tests:  => 0
  * needs_docs:  => 0

Comment:

 To clarify, I believe your problem is that you can't specify the protocol
 in the <loc> section of the sitemap.xml file:

 
http://docs.djangoproject.com/en/dev/ref/contrib/sitemaps/#django.contrib.sitemaps.Sitemap.location

 I believe the bigger issue here is that the get_absolute_url can't be told
 which protocol to send back:

 http://docs.djangoproject.com/en/dev/ref/models/instances/#get-absolute-
 url

 Can you update the ticket if this is what is meant?

-- 
Ticket URL: <http://code.djangoproject.com/ticket/11485#comment:1>
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 django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to