[seam-issues] [JBoss JIRA] Created: (SEAMSERVLET-17) Utility for resolving Servlet for path

Dan Allen (JIRA) jira-events at lists.jboss.org
Wed Dec 1 21:15:05 EST 2010


Utility for resolving Servlet for path
--------------------------------------

                 Key: SEAMSERVLET-17
                 URL: https://jira.jboss.org/browse/SEAMSERVLET-17
             Project: Seam Servlet
          Issue Type: Feature Request
          Components: Utilities
    Affects Versions: 3.0.0.Alpha1
            Reporter: Dan Allen
            Priority: Minor


One area where the Servlet API is very stingy about information is determining which Servlet is going to handle a servlet path. This mapping is calculated countless times inside of Servlet containers, yet the utility is not exposed. Let's expose the logic of mapping requests to Servlets. See chapter 12 of the Servlet specification (http://jcp.org/aboutJava/communityprocess/final/jsr315/index.html)

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the seam-issues mailing list