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 2007/02/23 01:13:40 UTC

DO NOT REPLY [Bug 41684] New: - Some URIs need to be adapted to the changed layout of the stock webapps, some files are missing

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

           Summary: Some URIs need to be adapted to the changed layout of
                    the stock webapps, some files are missing
           Product: Tomcat 6
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: trivial
          Priority: P2
         Component: Catalina
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: bugzilla@schoenhaber.de


Places where URIs need to be adapted:

1. Form the pages in /docs the link to the release notes doesn't work because 
the href doesn't start with a '/', i. e. it should read "/RELEASE-NOTES.txt" 
instead of "RELEASE-NOTES.txt".

2. The JSP examples pages
/examples/jsp/error/err.jsp
/examples/jsp/sessions/carts.jsp
/examples/jsp/include/include.jsp
/examples/jsp/forward/forward.jsp
/examples/jsp/jsptoserv/jsptoservlet.jsp
contain <@ include file="..."> or <@ include forward="..."> directives where 
the resp. URIs should start with "/jsp". For example
/examples/jsp/error/err.jsp
should contain
<%@ include file="/jsp/error/error.html" %>
instead of
<%@ include file="/error/error.html" %>

3. In servletToJsp.java the forward should go to
/jsp/jsptoserv/hello.jsp
instead of
/jsptoserv/hello.jsp

4. In
/examples/jsp/jsp2/jspx/svgexample.html
the URL the user is told to copy should be
http://localhost:8080/examples/jsp/jsp2/jspx/textRotate.jspx?name=JSPX
instead of
http://localhost:8080/jsp-examples/jsp2/jspx/textRotate.jspx?name=JSPX


Missing files:

1. In
/examples/jsp/plugin/applet
the .class file of the applet is missing.

2. The source codes for the JSP examples (*.jsp.html, *.jspx.html, 
*.tag.html, *.java.html) seem to be missing. The URLs pointing to them look 
correct but the files are not there.

-- 
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 41684] - Some URIs need to be adapted to the changed layout of the stock webapps, some files are missing

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





------- Additional Comments From kanekotky@gmail.com  2007-03-29 05:00 -------
Created an attachment (id=19838)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=19838&action=view)
patch for issues excluding "missing files: 2"

I made a patch for above issues.

But I couldn't decided whether to add the txt2html ant task for missing files:
2.

-- 
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 41684] - Some URIs need to be adapted to the changed layout of the stock webapps, some files are missing

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


markt@apache.org changed:

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




------- Additional Comments From markt@apache.org  2007-06-12 19:06 -------
Remy committed this patch and I am about to commit a fix adding Txt2Html into
the build process.

-- 
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 41684] - Some URIs need to be adapted to the changed layout of the stock webapps, some files are missing

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


kanekotky@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kanekotky@gmail.com




------- Additional Comments From kanekotky@gmail.com  2007-03-28 23:14 -------
*** Bug 41964 has been marked as a duplicate of this bug. ***

-- 
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 41684] - Some URIs need to be adapted to the changed layout of the stock webapps, some files are missing

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


bugzilla@schoenhaber.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |skoehler@upb.de




------- Additional Comments From bugzilla@schoenhaber.de  2007-03-11 03:32 -------
*** Bug 41809 has been marked as a duplicate of this bug. ***

-- 
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