Date: Wed, 12 Nov 2003 21:00:36 -0800 (PST) From: Edwin Groothuis <edwin@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/mod_encoding Makefile distinfo pkg-descr pkg-plist Message-ID: <200311130500.hAD50avR071679@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
edwin 2003/11/12 21:00:36 PST FreeBSD ports repository Modified files: www Makefile Added files: www/mod_encoding Makefile distinfo pkg-descr pkg-plist Log: New port: www/mod_encoding mod_encoding - Apache module for non-ascii filename interoperability This module improves non-ascii filename interoperability of apache (and mod_dav). It seems many WebDAV clients send filename in its platform-local encoding. But since mod_dav expects everything, even HTTP request line, to be in UTF-8, this causes an interoperability problem. Note by maintainer: this port also solves the annoying form of authentication that Windows machines do against a DAV enabled server: "hostname\\username" instaed of the standard "username" Revision Changes Path 1.754 +1 -0 ports/www/Makefile 1.1 +39 -0 ports/www/mod_encoding/Makefile (new) 1.1 +1 -0 ports/www/mod_encoding/distinfo (new) 1.1 +30 -0 ports/www/mod_encoding/pkg-descr (new) 1.1 +1 -0 ports/www/mod_encoding/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311130500.hAD50avR071679>