You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xindice-dev@xml.apache.org by bu...@apache.org on 2005/01/03 18:50:50 UTC

DO NOT REPLY [Bug 32924] New: - Servlet mapping error in Addressbook example

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

           Summary: Servlet mapping error in Addressbook example
           Product: Xindice
           Version: 1.0
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: trivial
          Priority: P2
         Component: Documentation
        AssignedTo: xindice-dev@xml.apache.org
        ReportedBy: Burns@gmx.at


When installing the Addressbook example that comes with Xindice 1.0, there is a
minor bug in the web.xml file: The url-pattern for the servlet task is "/Task",
however the JSP's call the servlet using the link "/servlet/Task?action=...".
Therefore, the mapping of the servlet "Task" in the web.xml file should be
changed from "/Task" to "/servlet/Task".

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