You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pivot.apache.org by "Greg Brown (JIRA)" <ji...@apache.org> on 2010/06/05 14:33:56 UTC

[jira] Created: (PIVOT-516) Add getContextPath() and getLocation() to QueryServlet

Add getContextPath() and getLocation() to QueryServlet
------------------------------------------------------

                 Key: PIVOT-516
                 URL: https://issues.apache.org/jira/browse/PIVOT-516
             Project: Pivot
          Issue Type: New Feature
          Components: web
            Reporter: Greg Brown
             Fix For: 1.5.1


Without a getContextPath() method, a query servlet is unable to determine its own location and won't be able to return the correct value from doPost(). getLocation() is a convenience method that returns the location of the servlet (protocol, host, port, context path, and servlet path).



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (PIVOT-516) Add getContextPath() and getLocation() to QueryServlet

Posted by "Greg Brown (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIVOT-516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Greg Brown resolved PIVOT-516.
------------------------------

      Assignee: Greg Brown
    Resolution: Fixed

> Add getContextPath() and getLocation() to QueryServlet
> ------------------------------------------------------
>
>                 Key: PIVOT-516
>                 URL: https://issues.apache.org/jira/browse/PIVOT-516
>             Project: Pivot
>          Issue Type: New Feature
>          Components: web
>            Reporter: Greg Brown
>            Assignee: Greg Brown
>             Fix For: 1.5.1
>
>
> Without a getContextPath() method, a query servlet is unable to determine its own location and won't be able to return the correct value from doPost(). getLocation() is a convenience method that returns the location of the servlet (protocol, host, port, context path, and servlet path).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.