You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by "Bernd Bohmann (Created) (JIRA)" <ji...@apache.org> on 2011/10/07 22:06:29 UTC

[jira] [Created] (OWB-621) Alternative configuration method for buggy container or pre servlet api 2.5 container

Alternative configuration method for buggy container or pre servlet api 2.5 container
-------------------------------------------------------------------------------------

                 Key: OWB-621
                 URL: https://issues.apache.org/jira/browse/OWB-621
             Project: OpenWebBeans
          Issue Type: Improvement
    Affects Versions: 1.1.1
         Environment: Tomcat 5.5
            Reporter: Bernd Bohmann
            Assignee: Gurkan Erdogdu
            Priority: Minor


In a case of an error (404..) ServletRequestListener.requestDestroyed
is called before the configured error page is displayed.
I would like to add an alternative initializing method with a Filter
and a HttpSessionListener. With this alternative method it works.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (OWB-621) Alternative configuration method for buggy container or pre servlet api 2.5 container

Posted by "Bernd Bohmann (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OWB-621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13125642#comment-13125642 ] 

Bernd Bohmann commented on OWB-621:
-----------------------------------

Successfully tested with Tomcat 5.5 and Websphere 6.1.
                
> Alternative configuration method for buggy container or pre servlet api 2.5 container
> -------------------------------------------------------------------------------------
>
>                 Key: OWB-621
>                 URL: https://issues.apache.org/jira/browse/OWB-621
>             Project: OpenWebBeans
>          Issue Type: Improvement
>    Affects Versions: 1.1.1
>         Environment: Tomcat 5.5
>            Reporter: Bernd Bohmann
>            Assignee: Gurkan Erdogdu
>            Priority: Minor
>         Attachments: OWB-621.patch
>
>
> In a case of an error (404..) ServletRequestListener.requestDestroyed
> is called before the configured error page is displayed.
> I would like to add an alternative initializing method with a Filter
> and a HttpSessionListener. With this alternative method it works.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (OWB-621) Alternative configuration method for buggy container or pre servlet api 2.5 container

Posted by "Mark Struberg (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OWB-621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Struberg resolved OWB-621.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 1.1.2

txs Bommel for contributing this feature!
                
> Alternative configuration method for buggy container or pre servlet api 2.5 container
> -------------------------------------------------------------------------------------
>
>                 Key: OWB-621
>                 URL: https://issues.apache.org/jira/browse/OWB-621
>             Project: OpenWebBeans
>          Issue Type: New Feature
>    Affects Versions: 1.1.1
>         Environment: Tomcat 5.5
>            Reporter: Bernd Bohmann
>            Assignee: Mark Struberg
>            Priority: Minor
>             Fix For: 1.1.2
>
>         Attachments: OWB-621.patch
>
>
> In a case of an error (404..) ServletRequestListener.requestDestroyed
> is called before the configured error page is displayed.
> I would like to add an alternative initializing method with a Filter
> and a HttpSessionListener. With this alternative method it works.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (OWB-621) Alternative configuration method for buggy container or pre servlet api 2.5 container

Posted by "Mark Struberg (Assigned) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OWB-621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Struberg reassigned OWB-621:
---------------------------------

    Assignee: Mark Struberg  (was: Gurkan Erdogdu)
    
> Alternative configuration method for buggy container or pre servlet api 2.5 container
> -------------------------------------------------------------------------------------
>
>                 Key: OWB-621
>                 URL: https://issues.apache.org/jira/browse/OWB-621
>             Project: OpenWebBeans
>          Issue Type: Improvement
>    Affects Versions: 1.1.1
>         Environment: Tomcat 5.5
>            Reporter: Bernd Bohmann
>            Assignee: Mark Struberg
>            Priority: Minor
>         Attachments: OWB-621.patch
>
>
> In a case of an error (404..) ServletRequestListener.requestDestroyed
> is called before the configured error page is displayed.
> I would like to add an alternative initializing method with a Filter
> and a HttpSessionListener. With this alternative method it works.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (OWB-621) Alternative configuration method for buggy container or pre servlet api 2.5 container

Posted by "Mark Struberg (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OWB-621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Struberg updated OWB-621:
------------------------------

    Issue Type: New Feature  (was: Improvement)
    
> Alternative configuration method for buggy container or pre servlet api 2.5 container
> -------------------------------------------------------------------------------------
>
>                 Key: OWB-621
>                 URL: https://issues.apache.org/jira/browse/OWB-621
>             Project: OpenWebBeans
>          Issue Type: New Feature
>    Affects Versions: 1.1.1
>         Environment: Tomcat 5.5
>            Reporter: Bernd Bohmann
>            Assignee: Mark Struberg
>            Priority: Minor
>             Fix For: 1.1.2
>
>         Attachments: OWB-621.patch
>
>
> In a case of an error (404..) ServletRequestListener.requestDestroyed
> is called before the configured error page is displayed.
> I would like to add an alternative initializing method with a Filter
> and a HttpSessionListener. With this alternative method it works.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (OWB-621) Alternative configuration method for buggy container or pre servlet api 2.5 container

Posted by "Mark Struberg (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OWB-621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13125854#comment-13125854 ] 

Mark Struberg commented on OWB-621:
-----------------------------------

txs Bernd, will take a look at it now.
                
> Alternative configuration method for buggy container or pre servlet api 2.5 container
> -------------------------------------------------------------------------------------
>
>                 Key: OWB-621
>                 URL: https://issues.apache.org/jira/browse/OWB-621
>             Project: OpenWebBeans
>          Issue Type: Improvement
>    Affects Versions: 1.1.1
>         Environment: Tomcat 5.5
>            Reporter: Bernd Bohmann
>            Assignee: Gurkan Erdogdu
>            Priority: Minor
>         Attachments: OWB-621.patch
>
>
> In a case of an error (404..) ServletRequestListener.requestDestroyed
> is called before the configured error page is displayed.
> I would like to add an alternative initializing method with a Filter
> and a HttpSessionListener. With this alternative method it works.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (OWB-621) Alternative configuration method for buggy container or pre servlet api 2.5 container

Posted by "Bernd Bohmann (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OWB-621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bernd Bohmann updated OWB-621:
------------------------------

    Attachment: OWB-621.patch

Open question should the HttpSessionListener or the Filter initialize OWB.
                
> Alternative configuration method for buggy container or pre servlet api 2.5 container
> -------------------------------------------------------------------------------------
>
>                 Key: OWB-621
>                 URL: https://issues.apache.org/jira/browse/OWB-621
>             Project: OpenWebBeans
>          Issue Type: Improvement
>    Affects Versions: 1.1.1
>         Environment: Tomcat 5.5
>            Reporter: Bernd Bohmann
>            Assignee: Gurkan Erdogdu
>            Priority: Minor
>         Attachments: OWB-621.patch
>
>
> In a case of an error (404..) ServletRequestListener.requestDestroyed
> is called before the configured error page is displayed.
> I would like to add an alternative initializing method with a Filter
> and a HttpSessionListener. With this alternative method it works.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira