DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=40497>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=40497

           Summary: No data sent when a specific line appears inside a html
                    file
           Product: Apache httpd-2
           Version: 2.2.2
          Platform: HP
               URL: http://not externally reachable, send email to see error
        OS/Version: HP-UX
            Status: NEW
          Severity: normal
          Priority: P2
         Component: worker
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


Hi,

Server version: Apache/2.2.3
Server built:   Aug 31 2006 17:33:21

Very interesting effect: When a particular string appears inside an html file,
Apache returns nothing and closes the connection.

Without this particular string the page gets delivered.
Only the string inside an html file gets delivered as well.

Data ...

index_only_tag.html:
---
<script language="javascript" type="text/javascript"
src="http://portal.hp.com/lib/navigation/header.js";></script>
---

-> Result: Tag appears in output

index_works.html:
---
<html>
  <head>
    <title>Batchnet Gateway</title>
    <link rel="stylesheet" type="text/css"
href="http://portal.hp.com/lib/navigation/css/homepages-v5.css"/>
  </head>
  <body>
    
  </body>
</html>
---

-> Result: Content is sent

index_fails.html:
---
<html>
  <head>
    <title>Batchnet Gateway</title>
    <link rel="stylesheet" type="text/css"
href="http://portal.hp.com/lib/navigation/css/homepages-v5.css"/>
  </head>
  <body>
    <script language="javascript" type="text/javascript"
src="http://portal.hp.com/lib/navigation/header.js";></script>
  </body>
</html>
---

-> Result: Nothing sent, connection closed.

I am more than clueless what else to check, so considering this a potential bug.

The Apache installation on that this appears cannot be exposed to the internet.
If you want to see it, please drop me an email and I can share a screen to see 
it.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to