Source: dacs
Version: 1.4.27b-2
Severity: normal

Hello,

while writing functional tests for our DACS deployment, I noticed that
when producing error messages, dacs_auth_transfer is sending content
after the end of the HTML page. I did not check if other dacs CGIs are
doing the same.

Here are two examples:

   <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
   <html><head><title></title>
   </head>
   <body>
   Import failed: Token has expired<br/>
   </body></html>
   main: Token has expired<br/>

   <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
   <html><head><title></title>
   </head>
   <body>
   Export failed: Could not invoke URL: 
"https://www.example.org/cgi-bin/dacs/dacs_auth_transfer"; (status code=404)<br/>
   </body></html>
   main: Could not invoke URL: 
"https://www.example.org/cgi-bin/dacs/dacs_auth_transfer"; (status code=404)<br/>

Ciao,

Enrico

-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.12-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to