You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Michael Frericks (JIRA)" <ta...@jakarta.apache.org> on 2005/11/28 17:44:37 UTC

[jira] Created: (TAPESTRY-777) Call RequestGlobals.store(WebRequest request, WebResponse response) earlier

Call RequestGlobals.store(WebRequest request, WebResponse response) earlier
---------------------------------------------------------------------------

         Key: TAPESTRY-777
         URL: http://issues.apache.org/jira/browse/TAPESTRY-777
     Project: Tapestry
        Type: Improvement
  Components: Framework  
    Versions: 4.0    
    Reporter: Michael Frericks
    Priority: Minor


RequestGlobals.store(WebRequest request, WebResponse response) is called in the class InvokeEngineTerminator.

Why not calling the method in WebRequestServicerPipelineBridge as done with 
RequestGlobals.store(HttpServletRequest request, HttpServletResponse response)

Benefit:
Services called in the WebRequestServicerPipeline can use other services that depend on 
the fully initialized RequestGlobals.






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


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org


[jira] Resolved: (TAPESTRY-777) Call RequestGlobals.store(WebRequest request, WebResponse response) earlier

Posted by "Jesse Kuhnert (JIRA)" <ta...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/TAPESTRY-777?page=all ]

Jesse Kuhnert resolved TAPESTRY-777.
------------------------------------

    Resolution: Fixed

Done.

> Call RequestGlobals.store(WebRequest request, WebResponse response) earlier
> ---------------------------------------------------------------------------
>
>                 Key: TAPESTRY-777
>                 URL: http://issues.apache.org/jira/browse/TAPESTRY-777
>             Project: Tapestry
>          Issue Type: Improvement
>          Components: Framework
>    Affects Versions: 4.0
>            Reporter: Michael Frericks
>            Priority: Minor
>             Fix For: 4.1.1
>
>
> RequestGlobals.store(WebRequest request, WebResponse response) is called in the class InvokeEngineTerminator.
> Why not calling the method in WebRequestServicerPipelineBridge as done with 
> RequestGlobals.store(HttpServletRequest request, HttpServletResponse response)
> Benefit:
> Services called in the WebRequestServicerPipeline can use other services that depend on 
> the fully initialized RequestGlobals.

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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAPESTRY-777) Call RequestGlobals.store(WebRequest request, WebResponse response) earlier

Posted by "Jesse Kuhnert (JIRA)" <ta...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/TAPESTRY-777?page=all ]

Jesse Kuhnert updated TAPESTRY-777:
-----------------------------------

    Fix Version/s: 4.1.1

> Call RequestGlobals.store(WebRequest request, WebResponse response) earlier
> ---------------------------------------------------------------------------
>
>                 Key: TAPESTRY-777
>                 URL: http://issues.apache.org/jira/browse/TAPESTRY-777
>             Project: Tapestry
>          Issue Type: Improvement
>          Components: Framework
>    Affects Versions: 4.0
>            Reporter: Michael Frericks
>            Priority: Minor
>             Fix For: 4.1.1
>
>
> RequestGlobals.store(WebRequest request, WebResponse response) is called in the class InvokeEngineTerminator.
> Why not calling the method in WebRequestServicerPipelineBridge as done with 
> RequestGlobals.store(HttpServletRequest request, HttpServletResponse response)
> Benefit:
> Services called in the WebRequestServicerPipeline can use other services that depend on 
> the fully initialized RequestGlobals.

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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org