You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2010/09/08 22:10:49 UTC

[jira] Created: (WICKET-3038) Return the possibility to create custom WebRequest/WebResponse per Application

Return the possibility to create custom WebRequest/WebResponse per Application
------------------------------------------------------------------------------

                 Key: WICKET-3038
                 URL: https://issues.apache.org/jira/browse/WICKET-3038
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.5-M1
            Reporter: Martin Grigorov


In Wicket 1.4 there is org.apache.wicket.protocol.http.WebApplication.newWebRequest(HttpServletRequest) and org.apache.wicket.protocol.http.WebApplication.newWebResponse(HttpServletResponse). These are removed in current 1.5 code and there is no way to use org.apache.wicket.extensions.ajax.markup.html.form.upload.UploadWebRequest for example.

See wicket-examples > upload.

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


[jira] Commented: (WICKET-3038) Return the possibility to create custom WebRequest/WebResponse per Application

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-3038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12908231#action_12908231 ] 

Hudson commented on WICKET-3038:
--------------------------------

Integrated in Apache Wicket 1.5.x #322 (See [https://hudson.apache.org/hudson/job/Apache%20Wicket%201.5.x/322/])
    

> Return the possibility to create custom WebRequest/WebResponse per Application
> ------------------------------------------------------------------------------
>
>                 Key: WICKET-3038
>                 URL: https://issues.apache.org/jira/browse/WICKET-3038
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.5-M1
>            Reporter: Martin Grigorov
>            Assignee: Martin Grigorov
>             Fix For: 1.5-M2
>
>
> In Wicket 1.4 there is org.apache.wicket.protocol.http.WebApplication.newWebRequest(HttpServletRequest) and org.apache.wicket.protocol.http.WebApplication.newWebResponse(HttpServletResponse). These are removed in current 1.5 code and there is no way to use org.apache.wicket.extensions.ajax.markup.html.form.upload.UploadWebRequest for example.
> See wicket-examples > upload.

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


[jira] Assigned: (WICKET-3038) Return the possibility to create custom WebRequest/WebResponse per Application

Posted by "Martin Grigorov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-3038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov reassigned WICKET-3038:
---------------------------------------

    Assignee: Martin Grigorov

> Return the possibility to create custom WebRequest/WebResponse per Application
> ------------------------------------------------------------------------------
>
>                 Key: WICKET-3038
>                 URL: https://issues.apache.org/jira/browse/WICKET-3038
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.5-M1
>            Reporter: Martin Grigorov
>            Assignee: Martin Grigorov
>
> In Wicket 1.4 there is org.apache.wicket.protocol.http.WebApplication.newWebRequest(HttpServletRequest) and org.apache.wicket.protocol.http.WebApplication.newWebResponse(HttpServletResponse). These are removed in current 1.5 code and there is no way to use org.apache.wicket.extensions.ajax.markup.html.form.upload.UploadWebRequest for example.
> See wicket-examples > upload.

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


[jira] Resolved: (WICKET-3038) Return the possibility to create custom WebRequest/WebResponse per Application

Posted by "Martin Grigorov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-3038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov resolved WICKET-3038.
-------------------------------------

    Fix Version/s: 1.5-M2
       Resolution: Fixed

The methods are returned back in 1.5 with r995546 and r995555

> Return the possibility to create custom WebRequest/WebResponse per Application
> ------------------------------------------------------------------------------
>
>                 Key: WICKET-3038
>                 URL: https://issues.apache.org/jira/browse/WICKET-3038
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.5-M1
>            Reporter: Martin Grigorov
>            Assignee: Martin Grigorov
>             Fix For: 1.5-M2
>
>
> In Wicket 1.4 there is org.apache.wicket.protocol.http.WebApplication.newWebRequest(HttpServletRequest) and org.apache.wicket.protocol.http.WebApplication.newWebResponse(HttpServletResponse). These are removed in current 1.5 code and there is no way to use org.apache.wicket.extensions.ajax.markup.html.form.upload.UploadWebRequest for example.
> See wicket-examples > upload.

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