On 10-Dec-10, at 7:59 AM, Tomas Doran wrote:
On 9 Dec 2010, at 09:31, Dorian Taylor (Lists) wrote:
Hello,
I'm trying to find an a plugin or something that does some
rudimentary content negotiation, i.e. multiviews, i.e. serving
static files without their extensions. Can't seem to find anything
despite having scoured for hours. Clearly my search-fu is not up to
snuff. Pointers?
I'm very confused by this question..
MultiViews is an apache feature for language customisation, and has
nothing to do with not having extensions on files.
Language, mime type, charset and content encoding, actually. I was
looking for similar behaviour but implemented in Catalyst (i.e.
presumably using HTTP::Negotiate).
It's entirely possible to serve static files without extensions if
you want to...
What are you _actaully_ trying to do?
Content negotiation like I said above. Sorry for the confusion. It's
OK anyway, I wrote my own.
Thanks,