You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by "William L.Sebok" <wl...@astro.umd.edu> on 2002/01/23 22:02:26 UTC

mod_include/9575: Tokens in expr attribute of #if ssi element must be separated by white space.

>Number:         9575
>Category:       mod_include
>Synopsis:       Tokens in expr attribute of #if ssi element must be separated by white space.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    apache
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Wed Jan 23 13:10:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     wls@astro.umd.edu
>Release:        2.0.8
>Organization:
apache
>Environment:
Linux gaia.astro.umd.edu 2.4.16-p3 #1 Tue Dec 11 15:59:17 EST 2001 i686 unknown
>Description:
When trying to get my pages for Apache 1.3.X to display under Apache 2.0.8
I found an inconsistency. Under Apache 1.3.X I have often commented out an html
line with the expression:

<!--#if expr="0!=0" -->

line to be commented out

<!--#endif -->

under Apache 2.0.28 this expression no longer works.  However

<!--#if expr="0 != 0" -->

does work.  I can live with this but think that this behavior should be
mentioned in the documentation.
>How-To-Repeat:
See above.
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:
 [In order for any reply to be added to the PR database, you need]
 [to include <ap...@Apache.Org> in the Cc line and make sure the]
 [subject line starts with the report component and number, with ]
 [or without any 'Re:' prefixes (such as "general/1098:" or      ]
 ["Re: general/1098:").  If the subject doesn't match this       ]
 [pattern, your message will be misfiled and ignored.  The       ]
 ["apbugs" address is not added to the Cc line of messages from  ]
 [the database automatically because of the potential for mail   ]
 [loops.  If you do not include this Cc, your reply may be ig-   ]
 [nored unless you are responding to an explicit request from a  ]
 [developer.  Reply only with text; DO NOT SEND ATTACHMENTS!     ]