You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Rich Feit (JIRA)" <be...@incubator.apache.org> on 2004/10/29 16:48:32 UTC

[jira] Resolved: (BEEHIVE-34) Cannot make a page flow a welcome file

     [ http://issues.apache.org/jira/browse/BEEHIVE-34?page=history ]
     
Rich Feit resolved BEEHIVE-34:
------------------------------

     Resolution: Fixed
    Fix Version: V1Alpha

The fix involved using HttpServletRequest.getServletPath() in the many cases where we had been using HttpServletRequest.getRequestURI().

> Cannot make a page flow a welcome file
> --------------------------------------
>
>          Key: BEEHIVE-34
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-34
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: V1Alpha
>  Environment: Tomcat 5.0.25
>     Reporter: Rich Feit
>     Assignee: Rich Feit
>      Fix For: V1Alpha

>
> Repro:
>     - Make a page flow a welcome file in a webapp, in web.xml:
>           <welcome-file-list>
>               <welcome-file>Controller.jpf</welcome-file>
>           </welcome-file-list>
>     - Hit the directory containing the page flow (e.g., http://localhost:8080/myWebapp/welcomeFileTest)
> Expected: you get the same result as you would get by hitting the page flow (e.g., http://localhost:8080/myWebapp/welcomeFileTest/Controller.jpf).
> Actual: you get an ActionNotFoundException, which lists the action name as "Controller".

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira