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

        
_______________________________________________
seam-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/seam-issues

Reply via email to