Hallöchen!

So far, I've used only the "last-modified" function for conditional
view processing, which worked nicely.

Now, I have a view which may switch between certain states, which
makes "last-modified" less useful.  I implemented an ETags function
for the "conditional" decorator but it didn't help at all: Opera
nevers sends "IF-NONE-MATCH", and Firefox sends only the
"IF-NONE-MATCH" of the most recent version of the page, which is no
more useful than "last-modified" alone.

Do I have to switch on further header tags in oder to trigger useful
browser behaviour in this case?  Or should it be enough to set the
ETag function in @conditional(...)?

At the moment, I wonder why one wants to use ETags at all ...

Tschö,
Torsten.

-- 
Torsten Bronger, aquisgrana, europa vetus
                   Jabber ID: torsten.bron...@jabber.rwth-aachen.de
                                  or http://bronger-jmp.appspot.com


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to