File: control

package info (click to toggle)
libapache2-mod-encoding 20040616-5
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 72 kB
  • ctags: 32
  • sloc: ansic: 285; makefile: 63
file content (23 lines) | stat: -rw-r--r-- 1,013 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: libapache2-mod-encoding
Section: net
Priority: optional
Maintainer: Tatsuki Sugiura <sugi@nemui.org>
Build-Depends: debhelper (>= 4.0.0), libiconv-hook-dev, apache2-threaded-dev (>= 2.0.50-9) | apache2-dev (>= 2.0.50-9)
Standards-Version: 3.7.2.2
Uploaders: Taku YASUI <tach@debian.or.jp>

Package: libapache2-mod-encoding
Architecture: any
Depends: apache2.2-common, ${shlibs:Depends}
Description: Apache2 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.
 .
 I believe this is a future issue for specification (RFC?) to
 standardize encoding used in HTTP request-line and HTTP header,
 but life would be much easier if mod_dav (and others) can handle
 various encodings sent by clients, TODAY. This module does just that.