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
 Assigned to: Rich Feit 


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

Reply via email to