Ticket #1106 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

server.tag variable consisting of multiple lines causes faults

Reported by: anonymous Assigned to: jan
Priority: lowest Milestone:
Component: core Version: 1.4.13
Severity: trivial Keywords: server.tag
Cc: Blocking:
Need Feedback:

Description (Last modified by jan)

I noticed that when the server.tag contains more than one line, the last characters of the directory listing page disappear. For example, the configuration

server.tag = "lighttpd server
on Gentoo Linux
"

causes that the end of the dir listing page becomes </html instead of </html>

With more than one line it eats more characters, at max everything after server.tag.

Even weirder, if there are empty lines in the server.tag then the text after the empty line is also printed at the beginning of the page. For example, the configuration

server.tag = "lighttpd

on Gentoo Linux
"

causes the words "on Gentoo Linux" to appear on the top of the page.

It's no important problem but if people want to add scripts to the directory listing it is clearer if they can be several lines.

btw, I'm not sure if this is a core or mod_dirlisting problem

Attachments

Change History

04/09/2007 05:44:32 PM changed by jan

  • status changed from new to assigned.
  • description changed.

04/09/2007 05:44:47 PM changed by jan

  • description changed.

04/09/2007 06:12:55 PM changed by jan

  • status changed from assigned to closed.
  • resolution set to fixed.

fixed in [1723]


Add/Change #1106 (server.tag variable consisting of multiple lines causes faults)




Change Properties
Action