File: control

package info (click to toggle)
libapache2-mod-encoding 20040616-9
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 208 kB
  • sloc: ansic: 1,762; makefile: 11
file content (26 lines) | stat: -rw-r--r-- 994 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
24
25
26
Source: libapache2-mod-encoding
Maintainer: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
Standards-Version: 4.6.0
Build-Depends: debhelper-compat (= 13),
    apache2-dev,
    libiconv-hook-dev,
Priority: optional
Rules-Requires-Root: no
Section: net

Package: libapache2-mod-encoding
Architecture: any
Depends: ${misc:Depends}, ${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.
 .
 In the original author's opinion 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.