A sed won't work in all situations as it relies on the fact that you
constuct the URL in a particular way.  What if the URL is constructed
dynamically in a template?  Or in code?

Not to mention the fact that it breaks application encapsulation.  If I
have ten integrated apps deployed a syntax change to one application
can ripple through the other 9.  Java contamination or no, that's not
good code.

Not to belabor the point, but I think the concern has merit.

doug.


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to