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

View: New views
9 Messages — Rating Filter:   Alert me  

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

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

"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] Updated: (WW-2642) "Page not found" when a url ending with ".action" is entered

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ 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

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ 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

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ 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] Updated: (WW-2642) "Page not found" when a url ending with ".action" is entered

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ 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

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ 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] Updated: (WW-2642) "Page not found" when a url ending with ".action" is entered

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ 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] Commented: (WW-2642) "Page not found" when a url ending with ".action" is entered

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ 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

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ 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.