[JIRA] Created: (APF-1042) In Struts2 debug=console not working when devMode=true and actionExtension=html

6 messages Options
Embed this post
Permalink
AppFuse - Issues mailing list

[JIRA] Created: (APF-1042) In Struts2 debug=console not working when devMode=true and actionExtension=html

Reply Threaded More More options
Print post
Permalink
In Struts2 debug=console not working when devMode=true and actionExtension=html
-------------------------------------------------------------------------------

                 Key: APF-1042
                 URL: http://issues.appfuse.org/browse/APF-1042
             Project: AppFuse
          Issue Type: Bug
          Components: Web - Struts
    Affects Versions: 2.0.1
         Environment: Linux Ubuntu
java version "1.6.0_03"

            Reporter: Thomas Ramapuram
            Assignee: Matt Raible


Struts Debug Console does not work for Struts 2 Projects when devMode=true.

Steps to Replicate:-
Create a new project as given in Quicstart.
In struts.xml change <constant name="struts.devMode" value="false"/> to <constant name="struts.devMode" value="true"/>
Start jetty with mvn jetty:run-war
Login at http://localhost:8080
Go to url http://localhost:8080/mainMenu.html?debug=console
The popup window has a stacktrace.

Observations:-
I Noticed that if I change struts.action.extension to anything other than html and comment out staticFilter in web.xml the console popup works.


--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.appfuse.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

AppFuse - Issues mailing list

[JIRA] Updated: (APF-1042) In Struts2 debug=console not working when devMode=true and actionExtension=html

Reply Threaded More More options
Print post
Permalink

     [ http://issues.appfuse.org/browse/APF-1042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matt Raible updated APF-1042:
-----------------------------

    Fix Version/s: 2.0.2

> In Struts2 debug=console not working when devMode=true and actionExtension=html
> -------------------------------------------------------------------------------
>
>                 Key: APF-1042
>                 URL: http://issues.appfuse.org/browse/APF-1042
>             Project: AppFuse
>          Issue Type: Bug
>          Components: Web - Struts
>    Affects Versions: 2.0.1
>         Environment: Linux Ubuntu
> java version "1.6.0_03"
>            Reporter: Thomas Ramapuram
>            Assignee: Matt Raible
>             Fix For: 2.0.2
>
>
> Struts Debug Console does not work for Struts 2 Projects when devMode=true.
> Steps to Replicate:-
> Create a new project as given in Quicstart.
> In struts.xml change <constant name="struts.devMode" value="false"/> to <constant name="struts.devMode" value="true"/>
> Start jetty with mvn jetty:run-war
> Login at http://localhost:8080
> Go to url http://localhost:8080/mainMenu.html?debug=console
> The popup window has a stacktrace.
> Observations:-
> I Noticed that if I change struts.action.extension to anything other than html and comment out staticFilter in web.xml the console popup works.

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.appfuse.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

AppFuse - Issues mailing list

[JIRA] Commented: (APF-1042) In Struts2 debug=console not working when devMode=true and actionExtension=html

Reply Threaded More More options
Print post
Permalink
In reply to this post by AppFuse - Issues mailing list

    [ http://issues.appfuse.org/browse/APF-1042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12400 ]

Matt Raible commented on APF-1042:
----------------------------------

This appears to be caused by the StaticFilter - no?

> In Struts2 debug=console not working when devMode=true and actionExtension=html
> -------------------------------------------------------------------------------
>
>                 Key: APF-1042
>                 URL: http://issues.appfuse.org/browse/APF-1042
>             Project: AppFuse
>          Issue Type: Bug
>          Components: Web - Struts
>    Affects Versions: 2.0.1
>         Environment: Linux Ubuntu
> java version "1.6.0_03"
>            Reporter: Thomas Ramapuram
>            Assignee: Matt Raible
>             Fix For: 2.0.2
>
>
> Struts Debug Console does not work for Struts 2 Projects when devMode=true.
> Steps to Replicate:-
> Create a new project as given in Quicstart.
> In struts.xml change <constant name="struts.devMode" value="false"/> to <constant name="struts.devMode" value="true"/>
> Start jetty with mvn jetty:run-war
> Login at http://localhost:8080
> Go to url http://localhost:8080/mainMenu.html?debug=console
> The popup window has a stacktrace.
> Observations:-
> I Noticed that if I change struts.action.extension to anything other than html and comment out staticFilter in web.xml the console popup works.

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.appfuse.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

AppFuse - Issues mailing list

[JIRA] Commented: (APF-1042) In Struts2 debug=console not working when devMode=true and actionExtension=html

Reply Threaded More More options
Print post
Permalink
In reply to this post by AppFuse - Issues mailing list

    [ http://issues.appfuse.org/browse/APF-1042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12407 ]

Thomas Ramapuram commented on APF-1042:
---------------------------------------

Yes Matt.  I think this is a static Filter Issue.

> In Struts2 debug=console not working when devMode=true and actionExtension=html
> -------------------------------------------------------------------------------
>
>                 Key: APF-1042
>                 URL: http://issues.appfuse.org/browse/APF-1042
>             Project: AppFuse
>          Issue Type: Bug
>          Components: Web - Struts
>    Affects Versions: 2.0.1
>         Environment: Linux Ubuntu
> java version "1.6.0_03"
>            Reporter: Thomas Ramapuram
>            Assignee: Matt Raible
>             Fix For: 2.0.2
>
>
> Struts Debug Console does not work for Struts 2 Projects when devMode=true.
> Steps to Replicate:-
> Create a new project as given in Quicstart.
> In struts.xml change <constant name="struts.devMode" value="false"/> to <constant name="struts.devMode" value="true"/>
> Start jetty with mvn jetty:run-war
> Login at http://localhost:8080
> Go to url http://localhost:8080/mainMenu.html?debug=console
> The popup window has a stacktrace.
> Observations:-
> I Noticed that if I change struts.action.extension to anything other than html and comment out staticFilter in web.xml the console popup works.

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.appfuse.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

AppFuse - Issues mailing list

[JIRA] Updated: (APF-1042) In Struts2 debug=console not working when devMode=true and actionExtension=html

Reply Threaded More More options
Print post
Permalink
In reply to this post by AppFuse - Issues mailing list

     [ http://issues.appfuse.org/browse/APF-1042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matt Raible updated APF-1042:
-----------------------------

    Fix Version/s:     (was: 2.0.2)
                   2.1

Unfortunately, I'm unable to solve this issue. If you need this functionality, I'd suggest you change the struts.action.extension in your project to something other than .html. It shouldn't be too hard to do this - just find and replace for *.html.

Matt

> In Struts2 debug=console not working when devMode=true and actionExtension=html
> -------------------------------------------------------------------------------
>
>                 Key: APF-1042
>                 URL: http://issues.appfuse.org/browse/APF-1042
>             Project: AppFuse
>          Issue Type: Bug
>          Components: Web - Struts
>    Affects Versions: 2.0.1
>         Environment: Linux Ubuntu
> java version "1.6.0_03"
>            Reporter: Thomas Ramapuram
>            Assignee: Matt Raible
>             Fix For: 2.1
>
>
> Struts Debug Console does not work for Struts 2 Projects when devMode=true.
> Steps to Replicate:-
> Create a new project as given in Quicstart.
> In struts.xml change <constant name="struts.devMode" value="false"/> to <constant name="struts.devMode" value="true"/>
> Start jetty with mvn jetty:run-war
> Login at http://localhost:8080
> Go to url http://localhost:8080/mainMenu.html?debug=console
> The popup window has a stacktrace.
> Observations:-
> I Noticed that if I change struts.action.extension to anything other than html and comment out staticFilter in web.xml the console popup works.

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.appfuse.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

AppFuse - Issues mailing list

[JIRA] Updated: (APF-1042) In Struts2 debug=console not working when devMode=true and actionExtension=html

Reply Threaded More More options
Print post
Permalink
In reply to this post by AppFuse - Issues mailing list

     [ http://issues.appfuse.org/browse/APF-1042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matt Raible updated APF-1042:
-----------------------------

    Fix Version/s:     (was: 2.1.0-M1)
                   2.1.0-M2

> In Struts2 debug=console not working when devMode=true and actionExtension=html
> -------------------------------------------------------------------------------
>
>                 Key: APF-1042
>                 URL: http://issues.appfuse.org/browse/APF-1042
>             Project: AppFuse
>          Issue Type: Bug
>          Components: Web - Struts
>    Affects Versions: 2.0.1
>         Environment: Linux Ubuntu
> java version "1.6.0_03"
>            Reporter: Thomas Ramapuram
>            Assignee: Matt Raible
>             Fix For: 2.1.0-M2
>
>
> Struts Debug Console does not work for Struts 2 Projects when devMode=true.
> Steps to Replicate:-
> Create a new project as given in Quicstart.
> In struts.xml change <constant name="struts.devMode" value="false"/> to <constant name="struts.devMode" value="true"/>
> Start jetty with mvn jetty:run-war
> Login at http://localhost:8080
> Go to url http://localhost:8080/mainMenu.html?debug=console
> The popup window has a stacktrace.
> Observations:-
> I Noticed that if I change struts.action.extension to anything other than html and comment out staticFilter in web.xml the console popup works.

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.appfuse.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]