Package: httpunit / 1.7+dfsg-14

Metadata

Package Version Patches format
httpunit 1.7+dfsg-14 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
use_system_jars | (download)

build.xml | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

---
fix_set_encoding | (download)

src/com/meterware/httpunit/parsing/JTidyHTMLParser.java | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

---
add_classpath_to_manifest | (download)

build.xml | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

---
remove date from manifest.patch | (download)

build.xml | 2 0 + 2 - 0 !
1 file changed, 2 deletions(-)

 remove the build date from the manifest to make the build reproducible
remove timestamp from javadoc.patch | (download)

build.xml | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 remove the build date from the javadoc files to make the build reproducible
servlet api compatibility.patch | (download)

src/com/meterware/servletunit/ServletInputStreamImpl.java | 11 11 + 0 - 0 !
src/com/meterware/servletunit/ServletUnitHttpRequest.java | 71 71 + 0 - 0 !
src/com/meterware/servletunit/ServletUnitHttpResponse.java | 29 28 + 1 - 0 !
src/com/meterware/servletunit/ServletUnitServletContext.java | 116 115 + 1 - 0 !
4 files changed, 225 insertions(+), 2 deletions(-)

 fixes the compatibility with the latest version of the servlet api in debian
source encoding.patch | (download)

build.xml | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 set the source encoding to fix the build failures with java 9+