File: control

package info (click to toggle)
libcommons-fileupload-java 1.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 752 kB
  • ctags: 654
  • sloc: java: 3,652; xml: 2,209; makefile: 13
file content (24 lines) | stat: -rw-r--r-- 1,354 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: libcommons-fileupload-java
Section: libs
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Arnaud Vandyck <avdyk@debian.org>, Michael Koch <konqueror@gmx.de>
Build-Depends: debhelper (>= 4.2.30), cdbs (>= 0.4.5.3)
Build-Depends-Indep: ant, libcommons-beanutils-java, libservlet2.3-java, java-gcj-compat-dev, libcommons-io-java
Standards-Version: 3.7.3
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libcommons-fileupload-java
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libcommons-fileupload-java
Homepage: http://commons.apache.org/fileupload

Package: libcommons-fileupload-java
Architecture: all
Depends: java-gcj-compat-dev | java1-runtime | java2-runtime, libcommons-beanutils-java, libservlet2.3-java, libcommons-io-java
Description: File upload capability to your servlets and web applications
 The Commons FileUpload package makes it easy to add robust, high-performance,
 file upload capability to your servlets and web applications.
 .
 FileUpload parses HTTP requests which conform to RFC 1867, "Form-based File 
 Upload in HTML". That is, if an HTTP request is submitted using the POST 
 method, and with a content type of "multipart/form-data", then FileUpload
 can parse that request, and make the results available in a manner easily
 used by the caller.