You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2006/06/07 17:54:46 UTC

DO NOT REPLY [Bug 39752] New: - Tomcat 5.5.17 SSI ignores request for .shtml

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=39752>.
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=39752

           Summary: Tomcat 5.5.17 SSI ignores request for .shtml
           Product: Tomcat 5
           Version: 5.5.17
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: major
          Priority: P2
         Component: Servlets:SSI
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: ejl@mikealbert.com


I followed the instructions for enabling Tomcat to process SSI requests 
(rename files, uncomment servlet and servlet mapping in web.xml) but I cannot 
get Tomcat 5.5.17 to serve up the page.  It ignores the request entirely and 
seems to return nothing.

I've been using this functionality in 5.5.9 with no problems.  I have both 
versions of Tomcat installed locally on my development machine and the files 
that are processed in 5.5.9 are not processed in 5.5.17.  I've also tried to 
modify a separate machine running 5.5.15 and get the same behavoir as 5.5.17.

-- 
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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 39752] - Tomcat 5.5.17 SSI ignores request for .shtml

Posted by bu...@apache.org.
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=39752>.
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=39752





------- Additional Comments From ejl@mikealbert.com  2006-06-07 16:00 -------
Created an attachment (id=18422)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=18422&action=view)
Shows uncommented code, otherwise clean

Clean web.xml except for uncommented sections

-- 
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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 39752] - Tomcat 5.5.17 SSI ignores request for .shtml

Posted by bu...@apache.org.
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=39752>.
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=39752


markt@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Additional Comments From markt@apache.org  2006-06-09 23:09 -------
This has been fixed in SVN.

To fix your local installation just remove the mime-type mapping from
conf/web.xml for .shtml files and restart. This is only needed if using the SSI
filter rather than the SSI servlet.

-- 
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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 39752] - Tomcat 5.5.17 SSI ignores request for .shtml

Posted by bu...@apache.org.
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=39752>.
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=39752





------- Additional Comments From ejl@mikealbert.com  2006-06-07 18:41 -------
Created an attachment (id=18426)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=18426&action=view)
resulting file

This is the results that appear in the temp folder.

-- 
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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 39752] - Tomcat 5.5.17 SSI ignores request for .shtml

Posted by bu...@apache.org.
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=39752>.
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=39752





------- Additional Comments From ejl@mikealbert.com  2006-06-07 18:43 -------
Further investigation shows the request being processed (see log excerpt 
below).  When the page is returned to Mozilla it comes up in the download 
popup but cannot be opened.  In IE nothing happens.  Looking at the file that 
is delivered (in the temp folder), it looks like a standard text file with the 
SSI directive having been processed.  The attached page shows the result of 
displaying some text and using SSI to get the local date.  This same page 
works fine when requested by the same PC/browser from the Tomcat 5.5.9 version 
on the same server.



log file except:

Jun 7, 2006 2:26:13 PM org.apache.catalina.core.ApplicationContext log
INFO: ssi: SSIServlet.doGet()
Jun 7, 2006 2:26:13 PM org.apache.catalina.core.ApplicationContext log
INFO: ssi: SSIServlet.requestHandler()
Serving buffered resource '/ejl.shtml'
Jun 7, 2006 2:26:13 PM org.apache.catalina.core.ApplicationContext log
INFO: SSIProcessor.process -- processing command: echo


-- 
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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 39752] - Tomcat 5.5.17 SSI ignores request for .shtml

Posted by bu...@apache.org.
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=39752>.
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=39752





------- Additional Comments From ejl@mikealbert.com  2006-06-07 18:40 -------
Created an attachment (id=18425)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=18425&action=view)
resulting file

This is the results that appear in the temp folder.

-- 
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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org