You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "S. Farshi (JIRA)" <ji...@apache.org> on 2008/05/11 16:58:05 UTC

[jira] Created: (WW-2642) "Page not found" when a url ending with ".action" is entered

"Page not found" when a url ending with ".action" is entered
------------------------------------------------------------

                 Key: WW-2642
                 URL: https://issues.apache.org/struts/browse/WW-2642
             Project: Struts 2
          Issue Type: Bug
          Components: Core Actions, Example Applications
    Affects Versions: 2.1.2
         Environment: Websphere V6.1
            Reporter: S. Farshi
            Priority: Critical


Looking at bug WW-2266 for struts 2.1.4, I get a similar error message [url not found] but in a different way. I have deployed blank.war for struts 2.1.2 [with basic form authentication enabled] under the context root ccol. Whenever I enter:

https://localhost:9445/ccol/index.html

the page gets redirected to:

https://localhost:9445/ccol/example/HelloWorld.action

I can see the page and from within the same browser, I can type any existing url that ends with ".action". However, if I open a new browser and then enter:

https://localhost:9445/ccol/example/HelloWorld.action

I would get "page not found" error. I uninstalled the application and then deployed the blank.war for struts 2.0.11 and it works with no problem and I never get the same error. I have been able to create the error consistently over and over by repeating the above process. I would like to emphasize that blank.war for struts 2.0.11 works perfectly fine.  I created server dump for struts 2.1.2 and below is the first few lines of the server dump:

[5/8/08 9:23:38:095 EDT] , key = java.io.FileNotFoundException com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest 573
Exception = java.io.FileNotFoundException
Source = com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest
probeid = 573
Stack Dump = java.io.FileNotFoundException: /example/HelloWorld.action
  ..............






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


[jira] Commented: (WW-2642) "Page not found" when a url ending with ".action" is entered

Posted by "Don Brown (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-2642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=44206#action_44206 ] 

Don Brown commented on WW-2642:
-------------------------------

Hmm...absolutely no idea how Websphere is screwing up here.  I'm starting to see why it has the reputation it has :)

Did you try asking about this on the user mailing list to see if anyone else had this issue?

> "Page not found" when a url ending with ".action" is entered
> ------------------------------------------------------------
>
>                 Key: WW-2642
>                 URL: https://issues.apache.org/struts/browse/WW-2642
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Core Actions, Example Applications
>    Affects Versions: 2.1.2
>         Environment: Websphere V6.1.0.13 
>            Reporter: S. Farshi
>             Fix For: 2.1.3
>
>
> Looking at bug WW-2266 for struts 2.1.4, I get a similar error message [url not found] but in a different way. I have deployed blank.war for struts 2.1.2 [with basic form authentication enabled] under the context root ccol. Whenever I enter:
> https://localhost:9445/ccol/index.html
> the page gets redirected to:
> https://localhost:9445/ccol/example/HelloWorld.action
> I can see the page and from within the same browser, I can type any existing url that ends with ".action". However, if I open a new browser and then enter:
> https://localhost:9445/ccol/example/HelloWorld.action
> I would get "page not found" error [ I do not even get challenged for my id and pwd by http login dialog]. I uninstalled the application and then deployed the blank.war for struts 2.0.11[with same security setting enabled] and it works with no problem and I never get the same error. I have been able to create the error consistently over and over by repeating the above process. I would like to emphasize that blank.war for struts 2.0.11 works perfectly fine.  I created server dump for struts 2.1.2 and below is the first few lines of the server dump:
> [5/8/08 9:23:38:095 EDT] , key = java.io.FileNotFoundException com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest 573
> Exception = java.io.FileNotFoundException
> Source = com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest
> probeid = 573
> Stack Dump = java.io.FileNotFoundException: /example/HelloWorld.action
>   ..............
> I also wanted to say that the Websphere version is 6.1.0.13 (which includes the fix for filter compatibility) and I have set "com.ibm.ws.webcontainer.invokefilterscompatibility " in server custom properties to true. On the same server "showcase-2.0.11.1" and sample app for "struts in action" book also run with no problem all have basic security enabled. The problem only occure for 2.1.2.
> I would like to mention that when I enter https://localhost:9445/ccol/example/HelloWorld.action, I do not even get the http login dialog box for authenticatio and I get directly "page not found" error
> A bit more clarification, The problem with 2.1.2 occurs only when web security is enabled in web.xml. If I disable security, it works. On the other hands, all the struts sample apps for 2.011.1 [including show-case app] on the same server have security enabled and they work fine

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


[jira] Commented: (WW-2642) "Page not found" when a url ending with ".action" is entered

Posted by "James Holmes (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-2642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=44383#action_44383 ] 

James Holmes commented on WW-2642:
----------------------------------

We need to close this ticket out so that we can release 2.1.3 so we sort of have a chicken and egg problem if you don't plan to test this until after 2.1.3 is released.

Can you please test this and report back so that we can get the 2.1.3 release wrapped up?

> "Page not found" when a url ending with ".action" is entered
> ------------------------------------------------------------
>
>                 Key: WW-2642
>                 URL: https://issues.apache.org/struts/browse/WW-2642
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Core Actions, Example Applications
>    Affects Versions: 2.1.2
>         Environment: Websphere V6.1.0.13 
>            Reporter: S. Farshi
>             Fix For: 2.1.3
>
>
> Looking at bug WW-2266 for struts 2.1.4, I get a similar error message [url not found] but in a different way. I have deployed blank.war for struts 2.1.2 [with basic form authentication enabled] under the context root ccol. Whenever I enter:
> https://localhost:9445/ccol/index.html
> the page gets redirected to:
> https://localhost:9445/ccol/example/HelloWorld.action
> I can see the page and from within the same browser, I can type any existing url that ends with ".action". However, if I open a new browser and then enter:
> https://localhost:9445/ccol/example/HelloWorld.action
> I would get "page not found" error [ I do not even get challenged for my id and pwd by http login dialog]. I uninstalled the application and then deployed the blank.war for struts 2.0.11[with same security setting enabled] and it works with no problem and I never get the same error. I have been able to create the error consistently over and over by repeating the above process. I would like to emphasize that blank.war for struts 2.0.11 works perfectly fine.  I created server dump for struts 2.1.2 and below is the first few lines of the server dump:
> [5/8/08 9:23:38:095 EDT] , key = java.io.FileNotFoundException com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest 573
> Exception = java.io.FileNotFoundException
> Source = com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest
> probeid = 573
> Stack Dump = java.io.FileNotFoundException: /example/HelloWorld.action
>   ..............
> I also wanted to say that the Websphere version is 6.1.0.13 (which includes the fix for filter compatibility) and I have set "com.ibm.ws.webcontainer.invokefilterscompatibility " in server custom properties to true. On the same server "showcase-2.0.11.1" and sample app for "struts in action" book also run with no problem all have basic security enabled. The problem only occure for 2.1.2.
> I would like to mention that when I enter https://localhost:9445/ccol/example/HelloWorld.action, I do not even get the http login dialog box for authenticatio and I get directly "page not found" error
> A bit more clarification, The problem with 2.1.2 occurs only when web security is enabled in web.xml. If I disable security, it works. On the other hands, all the struts sample apps for 2.011.1 [including show-case app] on the same server have security enabled and they work fine

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


[jira] Updated: (WW-2642) "Page not found" when a url ending with ".action" is entered

Posted by "S. Farshi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

S. Farshi updated WW-2642:
--------------------------

    Description: 
Looking at bug WW-2266 for struts 2.1.4, I get a similar error message [url not found] but in a different way. I have deployed blank.war for struts 2.1.2 [with basic form authentication enabled] under the context root ccol. Whenever I enter:

https://localhost:9445/ccol/index.html

the page gets redirected to:

https://localhost:9445/ccol/example/HelloWorld.action

I can see the page and from within the same browser, I can type any existing url that ends with ".action". However, if I open a new browser and then enter:

https://localhost:9445/ccol/example/HelloWorld.action

I would get "page not found" error. I uninstalled the application and then deployed the blank.war for struts 2.0.11 and it works with no problem and I never get the same error. I have been able to create the error consistently over and over by repeating the above process. I would like to emphasize that blank.war for struts 2.0.11 works perfectly fine.  I created server dump for struts 2.1.2 and below is the first few lines of the server dump:

[5/8/08 9:23:38:095 EDT] , key = java.io.FileNotFoundException com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest 573
Exception = java.io.FileNotFoundException
Source = com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest
probeid = 573
Stack Dump = java.io.FileNotFoundException: /example/HelloWorld.action
  ..............


I also wanted to say that the Websphere version is 6.1.0.13 (which includes the fix for filter compatibility) and I have set "com.ibm.ws.webcontainer.invokefilterscompatibility " in server custom properties to true. On the same server "showcase-2.0.11.1" and sample app for "struts in action" book also run with no problem. The problem only occure for 2.1.2.



  was:
Looking at bug WW-2266 for struts 2.1.4, I get a similar error message [url not found] but in a different way. I have deployed blank.war for struts 2.1.2 [with basic form authentication enabled] under the context root ccol. Whenever I enter:

https://localhost:9445/ccol/index.html

the page gets redirected to:

https://localhost:9445/ccol/example/HelloWorld.action

I can see the page and from within the same browser, I can type any existing url that ends with ".action". However, if I open a new browser and then enter:

https://localhost:9445/ccol/example/HelloWorld.action

I would get "page not found" error. I uninstalled the application and then deployed the blank.war for struts 2.0.11 and it works with no problem and I never get the same error. I have been able to create the error consistently over and over by repeating the above process. I would like to emphasize that blank.war for struts 2.0.11 works perfectly fine.  I created server dump for struts 2.1.2 and below is the first few lines of the server dump:

[5/8/08 9:23:38:095 EDT] , key = java.io.FileNotFoundException com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest 573
Exception = java.io.FileNotFoundException
Source = com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest
probeid = 573
Stack Dump = java.io.FileNotFoundException: /example/HelloWorld.action
  ..............







> "Page not found" when a url ending with ".action" is entered
> ------------------------------------------------------------
>
>                 Key: WW-2642
>                 URL: https://issues.apache.org/struts/browse/WW-2642
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Core Actions, Example Applications
>    Affects Versions: 2.1.2
>         Environment: Websphere V6.1
>            Reporter: S. Farshi
>            Priority: Critical
>
> Looking at bug WW-2266 for struts 2.1.4, I get a similar error message [url not found] but in a different way. I have deployed blank.war for struts 2.1.2 [with basic form authentication enabled] under the context root ccol. Whenever I enter:
> https://localhost:9445/ccol/index.html
> the page gets redirected to:
> https://localhost:9445/ccol/example/HelloWorld.action
> I can see the page and from within the same browser, I can type any existing url that ends with ".action". However, if I open a new browser and then enter:
> https://localhost:9445/ccol/example/HelloWorld.action
> I would get "page not found" error. I uninstalled the application and then deployed the blank.war for struts 2.0.11 and it works with no problem and I never get the same error. I have been able to create the error consistently over and over by repeating the above process. I would like to emphasize that blank.war for struts 2.0.11 works perfectly fine.  I created server dump for struts 2.1.2 and below is the first few lines of the server dump:
> [5/8/08 9:23:38:095 EDT] , key = java.io.FileNotFoundException com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest 573
> Exception = java.io.FileNotFoundException
> Source = com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest
> probeid = 573
> Stack Dump = java.io.FileNotFoundException: /example/HelloWorld.action
>   ..............
> I also wanted to say that the Websphere version is 6.1.0.13 (which includes the fix for filter compatibility) and I have set "com.ibm.ws.webcontainer.invokefilterscompatibility " in server custom properties to true. On the same server "showcase-2.0.11.1" and sample app for "struts in action" book also run with no problem. The problem only occure for 2.1.2.

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


[jira] Updated: (WW-2642) "Page not found" when a url ending with ".action" is entered

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

Don Brown updated WW-2642:
--------------------------

         Priority: Major  (was: Blocker)
    Fix Version/s: 2.1.3

> "Page not found" when a url ending with ".action" is entered
> ------------------------------------------------------------
>
>                 Key: WW-2642
>                 URL: https://issues.apache.org/struts/browse/WW-2642
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Core Actions, Example Applications
>    Affects Versions: 2.1.2
>         Environment: Websphere V6.1.0.13 
>            Reporter: S. Farshi
>             Fix For: 2.1.3
>
>
> Looking at bug WW-2266 for struts 2.1.4, I get a similar error message [url not found] but in a different way. I have deployed blank.war for struts 2.1.2 [with basic form authentication enabled] under the context root ccol. Whenever I enter:
> https://localhost:9445/ccol/index.html
> the page gets redirected to:
> https://localhost:9445/ccol/example/HelloWorld.action
> I can see the page and from within the same browser, I can type any existing url that ends with ".action". However, if I open a new browser and then enter:
> https://localhost:9445/ccol/example/HelloWorld.action
> I would get "page not found" error [ I do not even get challenged for my id and pwd by http login dialog]. I uninstalled the application and then deployed the blank.war for struts 2.0.11[with same security setting enabled] and it works with no problem and I never get the same error. I have been able to create the error consistently over and over by repeating the above process. I would like to emphasize that blank.war for struts 2.0.11 works perfectly fine.  I created server dump for struts 2.1.2 and below is the first few lines of the server dump:
> [5/8/08 9:23:38:095 EDT] , key = java.io.FileNotFoundException com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest 573
> Exception = java.io.FileNotFoundException
> Source = com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest
> probeid = 573
> Stack Dump = java.io.FileNotFoundException: /example/HelloWorld.action
>   ..............
> I also wanted to say that the Websphere version is 6.1.0.13 (which includes the fix for filter compatibility) and I have set "com.ibm.ws.webcontainer.invokefilterscompatibility " in server custom properties to true. On the same server "showcase-2.0.11.1" and sample app for "struts in action" book also run with no problem all have basic security enabled. The problem only occure for 2.1.2.
> I would like to mention that when I enter https://localhost:9445/ccol/example/HelloWorld.action, I do not even get the http login dialog box for authenticatio and I get directly "page not found" error
> A bit more clarification, The problem with 2.1.2 occurs only when web security is enabled in web.xml. If I disable security, it works. On the other hands, all the struts sample apps for 2.011.1 [including show-case app] on the same server have security enabled and they work fine

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


[jira] Commented: (WW-2642) "Page not found" when a url ending with ".action" is entered

Posted by "S. Farshi (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-2642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=45854#action_45854 ] 

S. Farshi commented on WW-2642:
-------------------------------

This problem happen to be a websphere issue, The fix (PK76656) will be available in fixpack 23 (6.1.0.23) which approximately be available 3 months or more from now[I guess]. However, setting the following flag as server custom property on websphere would allow to run struts 2.1.9 on Websphere:

com.ibm.ws.webcontainer.assumefiltersuccessonsecurityerror = true

Please keep in mind that you also need to have the following property set as well

om.ibm.ws.webcontainer.invokeFiltersCompatibility = true

I finally managed to test struts 2.1.6 on WAS 6.1.0.21 [With EJB3 , Web2.0 and Webservice feature packs] successfully. As a side note, There is still a similar problem for running struts 2.1.6 on Websphere 7.0.0.3 [Properties of no help], I would see if I can have this also resovled as well.

> "Page not found" when a url ending with ".action" is entered
> ------------------------------------------------------------
>
>                 Key: WW-2642
>                 URL: https://issues.apache.org/struts/browse/WW-2642
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Core Actions, Example Applications
>    Affects Versions: 2.1.2
>         Environment: Websphere V6.1.0.13 
>            Reporter: S. Farshi
>            Priority: Critical
>             Fix For: Future
>
>
> Looking at bug WW-2266 for struts 2.1.4, I get a similar error message [url not found] but in a different way. I have deployed blank.war for struts 2.1.2 [with basic form authentication enabled] under the context root ccol. Whenever I enter:
> https://localhost:9445/ccol/index.html
> the page gets redirected to:
> https://localhost:9445/ccol/example/HelloWorld.action
> I can see the page and from within the same browser, I can type any existing url that ends with ".action". However, if I open a new browser and then enter:
> https://localhost:9445/ccol/example/HelloWorld.action
> I would get "page not found" error [ I do not even get challenged for my id and pwd by http login dialog]. I uninstalled the application and then deployed the blank.war for struts 2.0.11[with same security setting enabled] and it works with no problem and I never get the same error. I have been able to create the error consistently over and over by repeating the above process. I would like to emphasize that blank.war for struts 2.0.11 works perfectly fine.  I created server dump for struts 2.1.2 and below is the first few lines of the server dump:
> [5/8/08 9:23:38:095 EDT] , key = java.io.FileNotFoundException com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest 573
> Exception = java.io.FileNotFoundException
> Source = com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest
> probeid = 573
> Stack Dump = java.io.FileNotFoundException: /example/HelloWorld.action
>   ..............
> I also wanted to say that the Websphere version is 6.1.0.13 (which includes the fix for filter compatibility) and I have set "com.ibm.ws.webcontainer.invokefilterscompatibility " in server custom properties to true. On the same server "showcase-2.0.11.1" and sample app for "struts in action" book also run with no problem all have basic security enabled. The problem only occure for 2.1.2.
> I would like to mention that when I enter https://localhost:9445/ccol/example/HelloWorld.action, I do not even get the http login dialog box for authenticatio and I get directly "page not found" error
> A bit more clarification, The problem with 2.1.2 occurs only when web security is enabled in web.xml. If I disable security, it works. On the other hands, all the struts sample apps for 2.011.1 [including show-case app] on the same server have security enabled and they work fine

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


[jira] Updated: (WW-2642) "Page not found" when a url ending with ".action" is entered

Posted by "Musachy Barroso (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Musachy Barroso updated WW-2642:
--------------------------------

    Fix Version/s:     (was: 2.1.3)
                   2.1.4

Moving Fix version to 2.1.4 so it can be verified.

> "Page not found" when a url ending with ".action" is entered
> ------------------------------------------------------------
>
>                 Key: WW-2642
>                 URL: https://issues.apache.org/struts/browse/WW-2642
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Core Actions, Example Applications
>    Affects Versions: 2.1.2
>         Environment: Websphere V6.1.0.13 
>            Reporter: S. Farshi
>             Fix For: 2.1.4
>
>
> Looking at bug WW-2266 for struts 2.1.4, I get a similar error message [url not found] but in a different way. I have deployed blank.war for struts 2.1.2 [with basic form authentication enabled] under the context root ccol. Whenever I enter:
> https://localhost:9445/ccol/index.html
> the page gets redirected to:
> https://localhost:9445/ccol/example/HelloWorld.action
> I can see the page and from within the same browser, I can type any existing url that ends with ".action". However, if I open a new browser and then enter:
> https://localhost:9445/ccol/example/HelloWorld.action
> I would get "page not found" error [ I do not even get challenged for my id and pwd by http login dialog]. I uninstalled the application and then deployed the blank.war for struts 2.0.11[with same security setting enabled] and it works with no problem and I never get the same error. I have been able to create the error consistently over and over by repeating the above process. I would like to emphasize that blank.war for struts 2.0.11 works perfectly fine.  I created server dump for struts 2.1.2 and below is the first few lines of the server dump:
> [5/8/08 9:23:38:095 EDT] , key = java.io.FileNotFoundException com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest 573
> Exception = java.io.FileNotFoundException
> Source = com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest
> probeid = 573
> Stack Dump = java.io.FileNotFoundException: /example/HelloWorld.action
>   ..............
> I also wanted to say that the Websphere version is 6.1.0.13 (which includes the fix for filter compatibility) and I have set "com.ibm.ws.webcontainer.invokefilterscompatibility " in server custom properties to true. On the same server "showcase-2.0.11.1" and sample app for "struts in action" book also run with no problem all have basic security enabled. The problem only occure for 2.1.2.
> I would like to mention that when I enter https://localhost:9445/ccol/example/HelloWorld.action, I do not even get the http login dialog box for authenticatio and I get directly "page not found" error
> A bit more clarification, The problem with 2.1.2 occurs only when web security is enabled in web.xml. If I disable security, it works. On the other hands, all the struts sample apps for 2.011.1 [including show-case app] on the same server have security enabled and they work fine

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


[jira] Updated: (WW-2642) "Page not found" when a url ending with ".action" is entered

Posted by "S. Farshi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

S. Farshi updated WW-2642:
--------------------------

    Priority: Critical  (was: Major)

> "Page not found" when a url ending with ".action" is entered
> ------------------------------------------------------------
>
>                 Key: WW-2642
>                 URL: https://issues.apache.org/struts/browse/WW-2642
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Core Actions, Example Applications
>    Affects Versions: 2.1.2
>         Environment: Websphere V6.1.0.13 
>            Reporter: S. Farshi
>            Priority: Critical
>             Fix For: 2.1.7
>
>
> Looking at bug WW-2266 for struts 2.1.4, I get a similar error message [url not found] but in a different way. I have deployed blank.war for struts 2.1.2 [with basic form authentication enabled] under the context root ccol. Whenever I enter:
> https://localhost:9445/ccol/index.html
> the page gets redirected to:
> https://localhost:9445/ccol/example/HelloWorld.action
> I can see the page and from within the same browser, I can type any existing url that ends with ".action". However, if I open a new browser and then enter:
> https://localhost:9445/ccol/example/HelloWorld.action
> I would get "page not found" error [ I do not even get challenged for my id and pwd by http login dialog]. I uninstalled the application and then deployed the blank.war for struts 2.0.11[with same security setting enabled] and it works with no problem and I never get the same error. I have been able to create the error consistently over and over by repeating the above process. I would like to emphasize that blank.war for struts 2.0.11 works perfectly fine.  I created server dump for struts 2.1.2 and below is the first few lines of the server dump:
> [5/8/08 9:23:38:095 EDT] , key = java.io.FileNotFoundException com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest 573
> Exception = java.io.FileNotFoundException
> Source = com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest
> probeid = 573
> Stack Dump = java.io.FileNotFoundException: /example/HelloWorld.action
>   ..............
> I also wanted to say that the Websphere version is 6.1.0.13 (which includes the fix for filter compatibility) and I have set "com.ibm.ws.webcontainer.invokefilterscompatibility " in server custom properties to true. On the same server "showcase-2.0.11.1" and sample app for "struts in action" book also run with no problem all have basic security enabled. The problem only occure for 2.1.2.
> I would like to mention that when I enter https://localhost:9445/ccol/example/HelloWorld.action, I do not even get the http login dialog box for authenticatio and I get directly "page not found" error
> A bit more clarification, The problem with 2.1.2 occurs only when web security is enabled in web.xml. If I disable security, it works. On the other hands, all the struts sample apps for 2.011.1 [including show-case app] on the same server have security enabled and they work fine

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


[jira] Updated: (WW-2642) "Page not found" when a url ending with ".action" is entered

Posted by "S. Farshi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

S. Farshi updated WW-2642:
--------------------------

    Description: 
Looking at bug WW-2266 for struts 2.1.4, I get a similar error message [url not found] but in a different way. I have deployed blank.war for struts 2.1.2 [with basic form authentication enabled] under the context root ccol. Whenever I enter:

https://localhost:9445/ccol/index.html

the page gets redirected to:

https://localhost:9445/ccol/example/HelloWorld.action

I can see the page and from within the same browser, I can type any existing url that ends with ".action". However, if I open a new browser and then enter:

https://localhost:9445/ccol/example/HelloWorld.action

I would get "page not found" error [ I do not even get challenged for my id and pwd by http login dialog]. I uninstalled the application and then deployed the blank.war for struts 2.0.11[with same security setting enabled] and it works with no problem and I never get the same error. I have been able to create the error consistently over and over by repeating the above process. I would like to emphasize that blank.war for struts 2.0.11 works perfectly fine.  I created server dump for struts 2.1.2 and below is the first few lines of the server dump:

[5/8/08 9:23:38:095 EDT] , key = java.io.FileNotFoundException com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest 573
Exception = java.io.FileNotFoundException
Source = com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest
probeid = 573
Stack Dump = java.io.FileNotFoundException: /example/HelloWorld.action
  ..............


I also wanted to say that the Websphere version is 6.1.0.13 (which includes the fix for filter compatibility) and I have set "com.ibm.ws.webcontainer.invokefilterscompatibility " in server custom properties to true. On the same server "showcase-2.0.11.1" and sample app for "struts in action" book also run with no problem all have basic security enabled. The problem only occure for 2.1.2.
I would like to mention that when I enter https://localhost:9445/ccol/example/HelloWorld.action, I do not even get the http login dialog box for authenticatio and I get directly "page not found" error

A bit more clarification, The problem with 2.1.2 occurs only when web security is enabled in web.xml. If I disable security, it works. On the other hands, all the struts sample apps for 2.011.1 [including show-case app] on the same server have security enabled and they work fine


  was:
Looking at bug WW-2266 for struts 2.1.4, I get a similar error message [url not found] but in a different way. I have deployed blank.war for struts 2.1.2 [with basic form authentication enabled] under the context root ccol. Whenever I enter:

https://localhost:9445/ccol/index.html

the page gets redirected to:

https://localhost:9445/ccol/example/HelloWorld.action

I can see the page and from within the same browser, I can type any existing url that ends with ".action". However, if I open a new browser and then enter:

https://localhost:9445/ccol/example/HelloWorld.action

I would get "page not found" error. I uninstalled the application and then deployed the blank.war for struts 2.0.11 and it works with no problem and I never get the same error. I have been able to create the error consistently over and over by repeating the above process. I would like to emphasize that blank.war for struts 2.0.11 works perfectly fine.  I created server dump for struts 2.1.2 and below is the first few lines of the server dump:

[5/8/08 9:23:38:095 EDT] , key = java.io.FileNotFoundException com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest 573
Exception = java.io.FileNotFoundException
Source = com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest
probeid = 573
Stack Dump = java.io.FileNotFoundException: /example/HelloWorld.action
  ..............


I also wanted to say that the Websphere version is 6.1.0.13 (which includes the fix for filter compatibility) and I have set "com.ibm.ws.webcontainer.invokefilterscompatibility " in server custom properties to true. On the same server "showcase-2.0.11.1" and sample app for "struts in action" book also run with no problem. The problem only occure for 2.1.2.



    Environment: Websphere V6.1.0.13   (was: Websphere V6.1)

> "Page not found" when a url ending with ".action" is entered
> ------------------------------------------------------------
>
>                 Key: WW-2642
>                 URL: https://issues.apache.org/struts/browse/WW-2642
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Core Actions, Example Applications
>    Affects Versions: 2.1.2
>         Environment: Websphere V6.1.0.13 
>            Reporter: S. Farshi
>            Priority: Critical
>
> Looking at bug WW-2266 for struts 2.1.4, I get a similar error message [url not found] but in a different way. I have deployed blank.war for struts 2.1.2 [with basic form authentication enabled] under the context root ccol. Whenever I enter:
> https://localhost:9445/ccol/index.html
> the page gets redirected to:
> https://localhost:9445/ccol/example/HelloWorld.action
> I can see the page and from within the same browser, I can type any existing url that ends with ".action". However, if I open a new browser and then enter:
> https://localhost:9445/ccol/example/HelloWorld.action
> I would get "page not found" error [ I do not even get challenged for my id and pwd by http login dialog]. I uninstalled the application and then deployed the blank.war for struts 2.0.11[with same security setting enabled] and it works with no problem and I never get the same error. I have been able to create the error consistently over and over by repeating the above process. I would like to emphasize that blank.war for struts 2.0.11 works perfectly fine.  I created server dump for struts 2.1.2 and below is the first few lines of the server dump:
> [5/8/08 9:23:38:095 EDT] , key = java.io.FileNotFoundException com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest 573
> Exception = java.io.FileNotFoundException
> Source = com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest
> probeid = 573
> Stack Dump = java.io.FileNotFoundException: /example/HelloWorld.action
>   ..............
> I also wanted to say that the Websphere version is 6.1.0.13 (which includes the fix for filter compatibility) and I have set "com.ibm.ws.webcontainer.invokefilterscompatibility " in server custom properties to true. On the same server "showcase-2.0.11.1" and sample app for "struts in action" book also run with no problem all have basic security enabled. The problem only occure for 2.1.2.
> I would like to mention that when I enter https://localhost:9445/ccol/example/HelloWorld.action, I do not even get the http login dialog box for authenticatio and I get directly "page not found" error
> A bit more clarification, The problem with 2.1.2 occurs only when web security is enabled in web.xml. If I disable security, it works. On the other hands, all the struts sample apps for 2.011.1 [including show-case app] on the same server have security enabled and they work fine

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


[jira] Updated: (WW-2642) "Page not found" when a url ending with ".action" is entered

Posted by "Wes Wannemacher (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wes Wannemacher updated WW-2642:
--------------------------------

    Fix Version/s:     (was: 2.1.4)
                   2.1.5

> "Page not found" when a url ending with ".action" is entered
> ------------------------------------------------------------
>
>                 Key: WW-2642
>                 URL: https://issues.apache.org/struts/browse/WW-2642
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Core Actions, Example Applications
>    Affects Versions: 2.1.2
>         Environment: Websphere V6.1.0.13 
>            Reporter: S. Farshi
>             Fix For: 2.1.5
>
>
> Looking at bug WW-2266 for struts 2.1.4, I get a similar error message [url not found] but in a different way. I have deployed blank.war for struts 2.1.2 [with basic form authentication enabled] under the context root ccol. Whenever I enter:
> https://localhost:9445/ccol/index.html
> the page gets redirected to:
> https://localhost:9445/ccol/example/HelloWorld.action
> I can see the page and from within the same browser, I can type any existing url that ends with ".action". However, if I open a new browser and then enter:
> https://localhost:9445/ccol/example/HelloWorld.action
> I would get "page not found" error [ I do not even get challenged for my id and pwd by http login dialog]. I uninstalled the application and then deployed the blank.war for struts 2.0.11[with same security setting enabled] and it works with no problem and I never get the same error. I have been able to create the error consistently over and over by repeating the above process. I would like to emphasize that blank.war for struts 2.0.11 works perfectly fine.  I created server dump for struts 2.1.2 and below is the first few lines of the server dump:
> [5/8/08 9:23:38:095 EDT] , key = java.io.FileNotFoundException com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest 573
> Exception = java.io.FileNotFoundException
> Source = com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest
> probeid = 573
> Stack Dump = java.io.FileNotFoundException: /example/HelloWorld.action
>   ..............
> I also wanted to say that the Websphere version is 6.1.0.13 (which includes the fix for filter compatibility) and I have set "com.ibm.ws.webcontainer.invokefilterscompatibility " in server custom properties to true. On the same server "showcase-2.0.11.1" and sample app for "struts in action" book also run with no problem all have basic security enabled. The problem only occure for 2.1.2.
> I would like to mention that when I enter https://localhost:9445/ccol/example/HelloWorld.action, I do not even get the http login dialog box for authenticatio and I get directly "page not found" error
> A bit more clarification, The problem with 2.1.2 occurs only when web security is enabled in web.xml. If I disable security, it works. On the other hands, all the struts sample apps for 2.011.1 [including show-case app] on the same server have security enabled and they work fine

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


[jira] Commented: (WW-2642) "Page not found" when a url ending with ".action" is entered

Posted by "S. Farshi (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-2642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=46006#action_46006 ] 

S. Farshi commented on WW-2642:
-------------------------------

This JIRA can be closed as it was the server issue. Also a quick update for WAS 7.0, I will be getting a few WAS 7.0 fixes in a week or two to test it with struts 2.1.6. They will hopefully be included in the next WAS 7.0 fixpack (approximately 3 months from now).

> "Page not found" when a url ending with ".action" is entered
> ------------------------------------------------------------
>
>                 Key: WW-2642
>                 URL: https://issues.apache.org/struts/browse/WW-2642
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Core Actions, Example Applications
>    Affects Versions: 2.1.2
>         Environment: Websphere V6.1.0.13 
>            Reporter: S. Farshi
>            Priority: Critical
>             Fix For: Future
>
>
> Looking at bug WW-2266 for struts 2.1.4, I get a similar error message [url not found] but in a different way. I have deployed blank.war for struts 2.1.2 [with basic form authentication enabled] under the context root ccol. Whenever I enter:
> https://localhost:9445/ccol/index.html
> the page gets redirected to:
> https://localhost:9445/ccol/example/HelloWorld.action
> I can see the page and from within the same browser, I can type any existing url that ends with ".action". However, if I open a new browser and then enter:
> https://localhost:9445/ccol/example/HelloWorld.action
> I would get "page not found" error [ I do not even get challenged for my id and pwd by http login dialog]. I uninstalled the application and then deployed the blank.war for struts 2.0.11[with same security setting enabled] and it works with no problem and I never get the same error. I have been able to create the error consistently over and over by repeating the above process. I would like to emphasize that blank.war for struts 2.0.11 works perfectly fine.  I created server dump for struts 2.1.2 and below is the first few lines of the server dump:
> [5/8/08 9:23:38:095 EDT] , key = java.io.FileNotFoundException com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest 573
> Exception = java.io.FileNotFoundException
> Source = com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest
> probeid = 573
> Stack Dump = java.io.FileNotFoundException: /example/HelloWorld.action
>   ..............
> I also wanted to say that the Websphere version is 6.1.0.13 (which includes the fix for filter compatibility) and I have set "com.ibm.ws.webcontainer.invokefilterscompatibility " in server custom properties to true. On the same server "showcase-2.0.11.1" and sample app for "struts in action" book also run with no problem all have basic security enabled. The problem only occure for 2.1.2.
> I would like to mention that when I enter https://localhost:9445/ccol/example/HelloWorld.action, I do not even get the http login dialog box for authenticatio and I get directly "page not found" error
> A bit more clarification, The problem with 2.1.2 occurs only when web security is enabled in web.xml. If I disable security, it works. On the other hands, all the struts sample apps for 2.011.1 [including show-case app] on the same server have security enabled and they work fine

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


[jira] Updated: (WW-2642) "Page not found" when a url ending with ".action" is entered

Posted by "Musachy Barroso (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Musachy Barroso updated WW-2642:
--------------------------------

    Fix Version/s:     (was: 2.1.7)
                   Future

Moving to future, until we can get a license of websphere 

> "Page not found" when a url ending with ".action" is entered
> ------------------------------------------------------------
>
>                 Key: WW-2642
>                 URL: https://issues.apache.org/struts/browse/WW-2642
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Core Actions, Example Applications
>    Affects Versions: 2.1.2
>         Environment: Websphere V6.1.0.13 
>            Reporter: S. Farshi
>            Priority: Critical
>             Fix For: Future
>
>
> Looking at bug WW-2266 for struts 2.1.4, I get a similar error message [url not found] but in a different way. I have deployed blank.war for struts 2.1.2 [with basic form authentication enabled] under the context root ccol. Whenever I enter:
> https://localhost:9445/ccol/index.html
> the page gets redirected to:
> https://localhost:9445/ccol/example/HelloWorld.action
> I can see the page and from within the same browser, I can type any existing url that ends with ".action". However, if I open a new browser and then enter:
> https://localhost:9445/ccol/example/HelloWorld.action
> I would get "page not found" error [ I do not even get challenged for my id and pwd by http login dialog]. I uninstalled the application and then deployed the blank.war for struts 2.0.11[with same security setting enabled] and it works with no problem and I never get the same error. I have been able to create the error consistently over and over by repeating the above process. I would like to emphasize that blank.war for struts 2.0.11 works perfectly fine.  I created server dump for struts 2.1.2 and below is the first few lines of the server dump:
> [5/8/08 9:23:38:095 EDT] , key = java.io.FileNotFoundException com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest 573
> Exception = java.io.FileNotFoundException
> Source = com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest
> probeid = 573
> Stack Dump = java.io.FileNotFoundException: /example/HelloWorld.action
>   ..............
> I also wanted to say that the Websphere version is 6.1.0.13 (which includes the fix for filter compatibility) and I have set "com.ibm.ws.webcontainer.invokefilterscompatibility " in server custom properties to true. On the same server "showcase-2.0.11.1" and sample app for "struts in action" book also run with no problem all have basic security enabled. The problem only occure for 2.1.2.
> I would like to mention that when I enter https://localhost:9445/ccol/example/HelloWorld.action, I do not even get the http login dialog box for authenticatio and I get directly "page not found" error
> A bit more clarification, The problem with 2.1.2 occurs only when web security is enabled in web.xml. If I disable security, it works. On the other hands, all the struts sample apps for 2.011.1 [including show-case app] on the same server have security enabled and they work fine

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


[jira] Assigned: (WW-2642) "Page not found" when a url ending with ".action" is entered

Posted by "S. Farshi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

S. Farshi reassigned WW-2642:
-----------------------------

    Assignee: S. Farshi

> "Page not found" when a url ending with ".action" is entered
> ------------------------------------------------------------
>
>                 Key: WW-2642
>                 URL: https://issues.apache.org/struts/browse/WW-2642
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Core Actions, Example Applications
>    Affects Versions: 2.1.2
>         Environment: Websphere V6.1.0.13 
>            Reporter: S. Farshi
>            Assignee: S. Farshi
>            Priority: Critical
>             Fix For: Future
>
>
> Looking at bug WW-2266 for struts 2.1.4, I get a similar error message [url not found] but in a different way. I have deployed blank.war for struts 2.1.2 [with basic form authentication enabled] under the context root ccol. Whenever I enter:
> https://localhost:9445/ccol/index.html
> the page gets redirected to:
> https://localhost:9445/ccol/example/HelloWorld.action
> I can see the page and from within the same browser, I can type any existing url that ends with ".action". However, if I open a new browser and then enter:
> https://localhost:9445/ccol/example/HelloWorld.action
> I would get "page not found" error [ I do not even get challenged for my id and pwd by http login dialog]. I uninstalled the application and then deployed the blank.war for struts 2.0.11[with same security setting enabled] and it works with no problem and I never get the same error. I have been able to create the error consistently over and over by repeating the above process. I would like to emphasize that blank.war for struts 2.0.11 works perfectly fine.  I created server dump for struts 2.1.2 and below is the first few lines of the server dump:
> [5/8/08 9:23:38:095 EDT] , key = java.io.FileNotFoundException com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest 573
> Exception = java.io.FileNotFoundException
> Source = com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest
> probeid = 573
> Stack Dump = java.io.FileNotFoundException: /example/HelloWorld.action
>   ..............
> I also wanted to say that the Websphere version is 6.1.0.13 (which includes the fix for filter compatibility) and I have set "com.ibm.ws.webcontainer.invokefilterscompatibility " in server custom properties to true. On the same server "showcase-2.0.11.1" and sample app for "struts in action" book also run with no problem all have basic security enabled. The problem only occure for 2.1.2.
> I would like to mention that when I enter https://localhost:9445/ccol/example/HelloWorld.action, I do not even get the http login dialog box for authenticatio and I get directly "page not found" error
> A bit more clarification, The problem with 2.1.2 occurs only when web security is enabled in web.xml. If I disable security, it works. On the other hands, all the struts sample apps for 2.011.1 [including show-case app] on the same server have security enabled and they work fine

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


[jira] Updated: (WW-2642) "Page not found" when a url ending with ".action" is entered

Posted by "S. Farshi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

S. Farshi updated WW-2642:
--------------------------


I tested the Beta release with Websphere 6.1.0.19 and the problem still exists, I would run another testing using Websphere 7 later this week to see if it is also an issue there as well.

> "Page not found" when a url ending with ".action" is entered
> ------------------------------------------------------------
>
>                 Key: WW-2642
>                 URL: https://issues.apache.org/struts/browse/WW-2642
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Core Actions, Example Applications
>    Affects Versions: 2.1.2
>         Environment: Websphere V6.1.0.13 
>            Reporter: S. Farshi
>             Fix For: 2.1.4
>
>
> Looking at bug WW-2266 for struts 2.1.4, I get a similar error message [url not found] but in a different way. I have deployed blank.war for struts 2.1.2 [with basic form authentication enabled] under the context root ccol. Whenever I enter:
> https://localhost:9445/ccol/index.html
> the page gets redirected to:
> https://localhost:9445/ccol/example/HelloWorld.action
> I can see the page and from within the same browser, I can type any existing url that ends with ".action". However, if I open a new browser and then enter:
> https://localhost:9445/ccol/example/HelloWorld.action
> I would get "page not found" error [ I do not even get challenged for my id and pwd by http login dialog]. I uninstalled the application and then deployed the blank.war for struts 2.0.11[with same security setting enabled] and it works with no problem and I never get the same error. I have been able to create the error consistently over and over by repeating the above process. I would like to emphasize that blank.war for struts 2.0.11 works perfectly fine.  I created server dump for struts 2.1.2 and below is the first few lines of the server dump:
> [5/8/08 9:23:38:095 EDT] , key = java.io.FileNotFoundException com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest 573
> Exception = java.io.FileNotFoundException
> Source = com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest
> probeid = 573
> Stack Dump = java.io.FileNotFoundException: /example/HelloWorld.action
>   ..............
> I also wanted to say that the Websphere version is 6.1.0.13 (which includes the fix for filter compatibility) and I have set "com.ibm.ws.webcontainer.invokefilterscompatibility " in server custom properties to true. On the same server "showcase-2.0.11.1" and sample app for "struts in action" book also run with no problem all have basic security enabled. The problem only occure for 2.1.2.
> I would like to mention that when I enter https://localhost:9445/ccol/example/HelloWorld.action, I do not even get the http login dialog box for authenticatio and I get directly "page not found" error
> A bit more clarification, The problem with 2.1.2 occurs only when web security is enabled in web.xml. If I disable security, it works. On the other hands, all the struts sample apps for 2.011.1 [including show-case app] on the same server have security enabled and they work fine

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


[jira] Updated: (WW-2642) "Page not found" when a url ending with ".action" is entered

Posted by "Siamack J. Farshi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Siamack J. Farshi updated WW-2642:
----------------------------------

    Priority: Blocker  (was: Critical)

> "Page not found" when a url ending with ".action" is entered
> ------------------------------------------------------------
>
>                 Key: WW-2642
>                 URL: https://issues.apache.org/struts/browse/WW-2642
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Core Actions, Example Applications
>    Affects Versions: 2.1.2
>         Environment: Websphere V6.1.0.13 
>            Reporter: S. Farshi
>            Priority: Blocker
>
> Looking at bug WW-2266 for struts 2.1.4, I get a similar error message [url not found] but in a different way. I have deployed blank.war for struts 2.1.2 [with basic form authentication enabled] under the context root ccol. Whenever I enter:
> https://localhost:9445/ccol/index.html
> the page gets redirected to:
> https://localhost:9445/ccol/example/HelloWorld.action
> I can see the page and from within the same browser, I can type any existing url that ends with ".action". However, if I open a new browser and then enter:
> https://localhost:9445/ccol/example/HelloWorld.action
> I would get "page not found" error [ I do not even get challenged for my id and pwd by http login dialog]. I uninstalled the application and then deployed the blank.war for struts 2.0.11[with same security setting enabled] and it works with no problem and I never get the same error. I have been able to create the error consistently over and over by repeating the above process. I would like to emphasize that blank.war for struts 2.0.11 works perfectly fine.  I created server dump for struts 2.1.2 and below is the first few lines of the server dump:
> [5/8/08 9:23:38:095 EDT] , key = java.io.FileNotFoundException com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest 573
> Exception = java.io.FileNotFoundException
> Source = com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest
> probeid = 573
> Stack Dump = java.io.FileNotFoundException: /example/HelloWorld.action
>   ..............
> I also wanted to say that the Websphere version is 6.1.0.13 (which includes the fix for filter compatibility) and I have set "com.ibm.ws.webcontainer.invokefilterscompatibility " in server custom properties to true. On the same server "showcase-2.0.11.1" and sample app for "struts in action" book also run with no problem all have basic security enabled. The problem only occure for 2.1.2.
> I would like to mention that when I enter https://localhost:9445/ccol/example/HelloWorld.action, I do not even get the http login dialog box for authenticatio and I get directly "page not found" error
> A bit more clarification, The problem with 2.1.2 occurs only when web security is enabled in web.xml. If I disable security, it works. On the other hands, all the struts sample apps for 2.011.1 [including show-case app] on the same server have security enabled and they work fine

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


[jira] Closed: (WW-2642) "Page not found" when a url ending with ".action" is entered

Posted by "Dave Newton (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dave Newton closed WW-2642.
---------------------------

    Resolution: Not A Problem

Closed as per comments.

> "Page not found" when a url ending with ".action" is entered
> ------------------------------------------------------------
>
>                 Key: WW-2642
>                 URL: https://issues.apache.org/struts/browse/WW-2642
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Core Actions, Example Applications
>    Affects Versions: 2.1.2
>         Environment: Websphere V6.1.0.13 
>            Reporter: S. Farshi
>            Priority: Critical
>             Fix For: Future
>
>
> Looking at bug WW-2266 for struts 2.1.4, I get a similar error message [url not found] but in a different way. I have deployed blank.war for struts 2.1.2 [with basic form authentication enabled] under the context root ccol. Whenever I enter:
> https://localhost:9445/ccol/index.html
> the page gets redirected to:
> https://localhost:9445/ccol/example/HelloWorld.action
> I can see the page and from within the same browser, I can type any existing url that ends with ".action". However, if I open a new browser and then enter:
> https://localhost:9445/ccol/example/HelloWorld.action
> I would get "page not found" error [ I do not even get challenged for my id and pwd by http login dialog]. I uninstalled the application and then deployed the blank.war for struts 2.0.11[with same security setting enabled] and it works with no problem and I never get the same error. I have been able to create the error consistently over and over by repeating the above process. I would like to emphasize that blank.war for struts 2.0.11 works perfectly fine.  I created server dump for struts 2.1.2 and below is the first few lines of the server dump:
> [5/8/08 9:23:38:095 EDT] , key = java.io.FileNotFoundException com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest 573
> Exception = java.io.FileNotFoundException
> Source = com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest
> probeid = 573
> Stack Dump = java.io.FileNotFoundException: /example/HelloWorld.action
>   ..............
> I also wanted to say that the Websphere version is 6.1.0.13 (which includes the fix for filter compatibility) and I have set "com.ibm.ws.webcontainer.invokefilterscompatibility " in server custom properties to true. On the same server "showcase-2.0.11.1" and sample app for "struts in action" book also run with no problem all have basic security enabled. The problem only occure for 2.1.2.
> I would like to mention that when I enter https://localhost:9445/ccol/example/HelloWorld.action, I do not even get the http login dialog box for authenticatio and I get directly "page not found" error
> A bit more clarification, The problem with 2.1.2 occurs only when web security is enabled in web.xml. If I disable security, it works. On the other hands, all the struts sample apps for 2.011.1 [including show-case app] on the same server have security enabled and they work fine

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


[jira] Assigned: (WW-2642) "Page not found" when a url ending with ".action" is entered

Posted by "Dave Newton (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dave Newton reassigned WW-2642:
-------------------------------

    Assignee:     (was: S. Farshi)

> "Page not found" when a url ending with ".action" is entered
> ------------------------------------------------------------
>
>                 Key: WW-2642
>                 URL: https://issues.apache.org/struts/browse/WW-2642
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Core Actions, Example Applications
>    Affects Versions: 2.1.2
>         Environment: Websphere V6.1.0.13 
>            Reporter: S. Farshi
>            Priority: Critical
>             Fix For: Future
>
>
> Looking at bug WW-2266 for struts 2.1.4, I get a similar error message [url not found] but in a different way. I have deployed blank.war for struts 2.1.2 [with basic form authentication enabled] under the context root ccol. Whenever I enter:
> https://localhost:9445/ccol/index.html
> the page gets redirected to:
> https://localhost:9445/ccol/example/HelloWorld.action
> I can see the page and from within the same browser, I can type any existing url that ends with ".action". However, if I open a new browser and then enter:
> https://localhost:9445/ccol/example/HelloWorld.action
> I would get "page not found" error [ I do not even get challenged for my id and pwd by http login dialog]. I uninstalled the application and then deployed the blank.war for struts 2.0.11[with same security setting enabled] and it works with no problem and I never get the same error. I have been able to create the error consistently over and over by repeating the above process. I would like to emphasize that blank.war for struts 2.0.11 works perfectly fine.  I created server dump for struts 2.1.2 and below is the first few lines of the server dump:
> [5/8/08 9:23:38:095 EDT] , key = java.io.FileNotFoundException com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest 573
> Exception = java.io.FileNotFoundException
> Source = com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest
> probeid = 573
> Stack Dump = java.io.FileNotFoundException: /example/HelloWorld.action
>   ..............
> I also wanted to say that the Websphere version is 6.1.0.13 (which includes the fix for filter compatibility) and I have set "com.ibm.ws.webcontainer.invokefilterscompatibility " in server custom properties to true. On the same server "showcase-2.0.11.1" and sample app for "struts in action" book also run with no problem all have basic security enabled. The problem only occure for 2.1.2.
> I would like to mention that when I enter https://localhost:9445/ccol/example/HelloWorld.action, I do not even get the http login dialog box for authenticatio and I get directly "page not found" error
> A bit more clarification, The problem with 2.1.2 occurs only when web security is enabled in web.xml. If I disable security, it works. On the other hands, all the struts sample apps for 2.011.1 [including show-case app] on the same server have security enabled and they work fine

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


[jira] Commented: (WW-2642) "Page not found" when a url ending with ".action" is entered

Posted by "myasic (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-2642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=44901#action_44901 ] 

myasic commented on WW-2642:
----------------------------

Hello.
We have exactly the same pb with Struts 2.0.12 into Websphere 6.1.0.18 Z/OS.
Have you a prevision for fixe date ? 
When the 2.14 release will be published ?
Is it possible to patch ourselves pending this release ?
Thanks a lot.

> "Page not found" when a url ending with ".action" is entered
> ------------------------------------------------------------
>
>                 Key: WW-2642
>                 URL: https://issues.apache.org/struts/browse/WW-2642
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Core Actions, Example Applications
>    Affects Versions: 2.1.2
>         Environment: Websphere V6.1.0.13 
>            Reporter: S. Farshi
>             Fix For: 2.1.4
>
>
> Looking at bug WW-2266 for struts 2.1.4, I get a similar error message [url not found] but in a different way. I have deployed blank.war for struts 2.1.2 [with basic form authentication enabled] under the context root ccol. Whenever I enter:
> https://localhost:9445/ccol/index.html
> the page gets redirected to:
> https://localhost:9445/ccol/example/HelloWorld.action
> I can see the page and from within the same browser, I can type any existing url that ends with ".action". However, if I open a new browser and then enter:
> https://localhost:9445/ccol/example/HelloWorld.action
> I would get "page not found" error [ I do not even get challenged for my id and pwd by http login dialog]. I uninstalled the application and then deployed the blank.war for struts 2.0.11[with same security setting enabled] and it works with no problem and I never get the same error. I have been able to create the error consistently over and over by repeating the above process. I would like to emphasize that blank.war for struts 2.0.11 works perfectly fine.  I created server dump for struts 2.1.2 and below is the first few lines of the server dump:
> [5/8/08 9:23:38:095 EDT] , key = java.io.FileNotFoundException com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest 573
> Exception = java.io.FileNotFoundException
> Source = com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest
> probeid = 573
> Stack Dump = java.io.FileNotFoundException: /example/HelloWorld.action
>   ..............
> I also wanted to say that the Websphere version is 6.1.0.13 (which includes the fix for filter compatibility) and I have set "com.ibm.ws.webcontainer.invokefilterscompatibility " in server custom properties to true. On the same server "showcase-2.0.11.1" and sample app for "struts in action" book also run with no problem all have basic security enabled. The problem only occure for 2.1.2.
> I would like to mention that when I enter https://localhost:9445/ccol/example/HelloWorld.action, I do not even get the http login dialog box for authenticatio and I get directly "page not found" error
> A bit more clarification, The problem with 2.1.2 occurs only when web security is enabled in web.xml. If I disable security, it works. On the other hands, all the struts sample apps for 2.011.1 [including show-case app] on the same server have security enabled and they work fine

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


[jira] Commented: (WW-2642) "Page not found" when a url ending with ".action" is entered

Posted by "S. Farshi (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-2642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=45632#action_45632 ] 

S. Farshi commented on WW-2642:
-------------------------------

I deployed struts 2.1.6 blank war file on Websphere V6.1.0.21 and Websphere 7.0.0.1. Here are the results:

On Websphere V6.1.0.21, The issue still remains, I am not able to enter any url that ends with .action and I still get "page not found"

On Websphere V7.0.0.1, I face an issue of different kind. When I enter  "https://localhost:9445/struts2.1.6/index.html" , I will get prompted with http authentication dialogue to enter my credentials and then the page is redirected to  "https://localhost:9445/struts2.1.6/example/HelloWorld.action".

Now if I open a new browser instance and enter "https://localhost:9445/struts2.1.6/example/HelloWorld.action" , after a delay of 1 or two minutes, the page is displayed but http authentication dialogue is never shown [security hole]. I just can not wait till you guys get your hand on WAS instances. It has becoming almost a year, I have been trying to jump to struts 2.1.x but so far no luck.

> "Page not found" when a url ending with ".action" is entered
> ------------------------------------------------------------
>
>                 Key: WW-2642
>                 URL: https://issues.apache.org/struts/browse/WW-2642
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Core Actions, Example Applications
>    Affects Versions: 2.1.2
>         Environment: Websphere V6.1.0.13 
>            Reporter: S. Farshi
>             Fix For: 2.1.7
>
>
> Looking at bug WW-2266 for struts 2.1.4, I get a similar error message [url not found] but in a different way. I have deployed blank.war for struts 2.1.2 [with basic form authentication enabled] under the context root ccol. Whenever I enter:
> https://localhost:9445/ccol/index.html
> the page gets redirected to:
> https://localhost:9445/ccol/example/HelloWorld.action
> I can see the page and from within the same browser, I can type any existing url that ends with ".action". However, if I open a new browser and then enter:
> https://localhost:9445/ccol/example/HelloWorld.action
> I would get "page not found" error [ I do not even get challenged for my id and pwd by http login dialog]. I uninstalled the application and then deployed the blank.war for struts 2.0.11[with same security setting enabled] and it works with no problem and I never get the same error. I have been able to create the error consistently over and over by repeating the above process. I would like to emphasize that blank.war for struts 2.0.11 works perfectly fine.  I created server dump for struts 2.1.2 and below is the first few lines of the server dump:
> [5/8/08 9:23:38:095 EDT] , key = java.io.FileNotFoundException com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest 573
> Exception = java.io.FileNotFoundException
> Source = com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest
> probeid = 573
> Stack Dump = java.io.FileNotFoundException: /example/HelloWorld.action
>   ..............
> I also wanted to say that the Websphere version is 6.1.0.13 (which includes the fix for filter compatibility) and I have set "com.ibm.ws.webcontainer.invokefilterscompatibility " in server custom properties to true. On the same server "showcase-2.0.11.1" and sample app for "struts in action" book also run with no problem all have basic security enabled. The problem only occure for 2.1.2.
> I would like to mention that when I enter https://localhost:9445/ccol/example/HelloWorld.action, I do not even get the http login dialog box for authenticatio and I get directly "page not found" error
> A bit more clarification, The problem with 2.1.2 occurs only when web security is enabled in web.xml. If I disable security, it works. On the other hands, all the struts sample apps for 2.011.1 [including show-case app] on the same server have security enabled and they work fine

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


[jira] Commented: (WW-2642) "Page not found" when a url ending with ".action" is entered

Posted by "Dave Newton (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-2642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=45970#action_45970 ] 

Dave Newton commented on WW-2642:
---------------------------------

Can we close this if it's a server issue?

> "Page not found" when a url ending with ".action" is entered
> ------------------------------------------------------------
>
>                 Key: WW-2642
>                 URL: https://issues.apache.org/struts/browse/WW-2642
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Core Actions, Example Applications
>    Affects Versions: 2.1.2
>         Environment: Websphere V6.1.0.13 
>            Reporter: S. Farshi
>            Priority: Critical
>             Fix For: Future
>
>
> Looking at bug WW-2266 for struts 2.1.4, I get a similar error message [url not found] but in a different way. I have deployed blank.war for struts 2.1.2 [with basic form authentication enabled] under the context root ccol. Whenever I enter:
> https://localhost:9445/ccol/index.html
> the page gets redirected to:
> https://localhost:9445/ccol/example/HelloWorld.action
> I can see the page and from within the same browser, I can type any existing url that ends with ".action". However, if I open a new browser and then enter:
> https://localhost:9445/ccol/example/HelloWorld.action
> I would get "page not found" error [ I do not even get challenged for my id and pwd by http login dialog]. I uninstalled the application and then deployed the blank.war for struts 2.0.11[with same security setting enabled] and it works with no problem and I never get the same error. I have been able to create the error consistently over and over by repeating the above process. I would like to emphasize that blank.war for struts 2.0.11 works perfectly fine.  I created server dump for struts 2.1.2 and below is the first few lines of the server dump:
> [5/8/08 9:23:38:095 EDT] , key = java.io.FileNotFoundException com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest 573
> Exception = java.io.FileNotFoundException
> Source = com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest
> probeid = 573
> Stack Dump = java.io.FileNotFoundException: /example/HelloWorld.action
>   ..............
> I also wanted to say that the Websphere version is 6.1.0.13 (which includes the fix for filter compatibility) and I have set "com.ibm.ws.webcontainer.invokefilterscompatibility " in server custom properties to true. On the same server "showcase-2.0.11.1" and sample app for "struts in action" book also run with no problem all have basic security enabled. The problem only occure for 2.1.2.
> I would like to mention that when I enter https://localhost:9445/ccol/example/HelloWorld.action, I do not even get the http login dialog box for authenticatio and I get directly "page not found" error
> A bit more clarification, The problem with 2.1.2 occurs only when web security is enabled in web.xml. If I disable security, it works. On the other hands, all the struts sample apps for 2.011.1 [including show-case app] on the same server have security enabled and they work fine

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


[jira] Updated: (WW-2642) "Page not found" when a url ending with ".action" is entered

Posted by "S. Farshi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

S. Farshi updated WW-2642:
--------------------------


Actually I never got a chance to ask the question from mailing list. I needed to start my new project asap and I had to pick a struts version. I tried 2.1.2 to see if it is worth the risk. However; I have opted for 2.0.11.1 and it works perfectly fine. 

I have a hunch that this issue may be a by-product of another JIRA WW-2382 (that I opened) and has been resolved . I was going to test it but it was said that the fix would be included in 2.1.3. Once a stable build of 2.1.3  is out, I would give it another try on WAS 6.1 and WAS 7.0 (beta)

> "Page not found" when a url ending with ".action" is entered
> ------------------------------------------------------------
>
>                 Key: WW-2642
>                 URL: https://issues.apache.org/struts/browse/WW-2642
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Core Actions, Example Applications
>    Affects Versions: 2.1.2
>         Environment: Websphere V6.1.0.13 
>            Reporter: S. Farshi
>             Fix For: 2.1.3
>
>
> Looking at bug WW-2266 for struts 2.1.4, I get a similar error message [url not found] but in a different way. I have deployed blank.war for struts 2.1.2 [with basic form authentication enabled] under the context root ccol. Whenever I enter:
> https://localhost:9445/ccol/index.html
> the page gets redirected to:
> https://localhost:9445/ccol/example/HelloWorld.action
> I can see the page and from within the same browser, I can type any existing url that ends with ".action". However, if I open a new browser and then enter:
> https://localhost:9445/ccol/example/HelloWorld.action
> I would get "page not found" error [ I do not even get challenged for my id and pwd by http login dialog]. I uninstalled the application and then deployed the blank.war for struts 2.0.11[with same security setting enabled] and it works with no problem and I never get the same error. I have been able to create the error consistently over and over by repeating the above process. I would like to emphasize that blank.war for struts 2.0.11 works perfectly fine.  I created server dump for struts 2.1.2 and below is the first few lines of the server dump:
> [5/8/08 9:23:38:095 EDT] , key = java.io.FileNotFoundException com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest 573
> Exception = java.io.FileNotFoundException
> Source = com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest
> probeid = 573
> Stack Dump = java.io.FileNotFoundException: /example/HelloWorld.action
>   ..............
> I also wanted to say that the Websphere version is 6.1.0.13 (which includes the fix for filter compatibility) and I have set "com.ibm.ws.webcontainer.invokefilterscompatibility " in server custom properties to true. On the same server "showcase-2.0.11.1" and sample app for "struts in action" book also run with no problem all have basic security enabled. The problem only occure for 2.1.2.
> I would like to mention that when I enter https://localhost:9445/ccol/example/HelloWorld.action, I do not even get the http login dialog box for authenticatio and I get directly "page not found" error
> A bit more clarification, The problem with 2.1.2 occurs only when web security is enabled in web.xml. If I disable security, it works. On the other hands, all the struts sample apps for 2.011.1 [including show-case app] on the same server have security enabled and they work fine

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


[jira] Updated: (WW-2642) "Page not found" when a url ending with ".action" is entered

Posted by "S. Farshi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

S. Farshi updated WW-2642:
--------------------------


Can you tell me where I can get the struts 2 download that contains the recent fixes. I went to http://people.apache.org/builds/struts/ for downloads and the timestamp for 2.1.2 is 02-May-2008 05:07 [This is the one that  I used that produced the errors ]

Kindly point me to where the binaries for 2.1.x that contains the fixes and I would test asap. I let you know of the results within 24 hours at most.
thanx,

> "Page not found" when a url ending with ".action" is entered
> ------------------------------------------------------------
>
>                 Key: WW-2642
>                 URL: https://issues.apache.org/struts/browse/WW-2642
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Core Actions, Example Applications
>    Affects Versions: 2.1.2
>         Environment: Websphere V6.1.0.13 
>            Reporter: S. Farshi
>             Fix For: 2.1.3
>
>
> Looking at bug WW-2266 for struts 2.1.4, I get a similar error message [url not found] but in a different way. I have deployed blank.war for struts 2.1.2 [with basic form authentication enabled] under the context root ccol. Whenever I enter:
> https://localhost:9445/ccol/index.html
> the page gets redirected to:
> https://localhost:9445/ccol/example/HelloWorld.action
> I can see the page and from within the same browser, I can type any existing url that ends with ".action". However, if I open a new browser and then enter:
> https://localhost:9445/ccol/example/HelloWorld.action
> I would get "page not found" error [ I do not even get challenged for my id and pwd by http login dialog]. I uninstalled the application and then deployed the blank.war for struts 2.0.11[with same security setting enabled] and it works with no problem and I never get the same error. I have been able to create the error consistently over and over by repeating the above process. I would like to emphasize that blank.war for struts 2.0.11 works perfectly fine.  I created server dump for struts 2.1.2 and below is the first few lines of the server dump:
> [5/8/08 9:23:38:095 EDT] , key = java.io.FileNotFoundException com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest 573
> Exception = java.io.FileNotFoundException
> Source = com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest
> probeid = 573
> Stack Dump = java.io.FileNotFoundException: /example/HelloWorld.action
>   ..............
> I also wanted to say that the Websphere version is 6.1.0.13 (which includes the fix for filter compatibility) and I have set "com.ibm.ws.webcontainer.invokefilterscompatibility " in server custom properties to true. On the same server "showcase-2.0.11.1" and sample app for "struts in action" book also run with no problem all have basic security enabled. The problem only occure for 2.1.2.
> I would like to mention that when I enter https://localhost:9445/ccol/example/HelloWorld.action, I do not even get the http login dialog box for authenticatio and I get directly "page not found" error
> A bit more clarification, The problem with 2.1.2 occurs only when web security is enabled in web.xml. If I disable security, it works. On the other hands, all the struts sample apps for 2.011.1 [including show-case app] on the same server have security enabled and they work fine

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