You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Tom van Dijk (JIRA)" <ji...@apache.org> on 2011/03/15 17:07:29 UTC

[jira] Created: (TAP5-1475) Let getParameters() and related methods also show parameters from URL query

Let getParameters() and related methods also show parameters from URL query
---------------------------------------------------------------------------

                 Key: TAP5-1475
                 URL: https://issues.apache.org/jira/browse/TAP5-1475
             Project: Tapestry 5
          Issue Type: Improvement
          Components: tapestry-upload
            Reporter: Tom van Dijk
         Attachments: 0001-tapestry-upload-now-include-parameters-from-POST-que.patch

Adds parameters from URL to the parameter map. Currently if you upload a multipart file using POST e.g. POST www.server.com/webapp/page?t:ac=1 the t:ac parameter is not seen and the empty activation context is used. This patch fixes that issue.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Updated: (TAP5-1475) Let getParameters() and related methods also show parameters from URL query

Posted by "Tom van Dijk (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom van Dijk updated TAP5-1475:
-------------------------------

    Attachment: 0001-tapestry-upload-now-include-parameters-from-POST-que.patch

> Let getParameters() and related methods also show parameters from URL query
> ---------------------------------------------------------------------------
>
>                 Key: TAP5-1475
>                 URL: https://issues.apache.org/jira/browse/TAP5-1475
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-upload
>            Reporter: Tom van Dijk
>         Attachments: 0001-tapestry-upload-now-include-parameters-from-POST-que.patch
>
>
> Adds parameters from URL to the parameter map. Currently if you upload a multipart file using POST e.g. POST www.server.com/webapp/page?t:ac=1 the t:ac parameter is not seen and the empty activation context is used. This patch fixes that issue.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (TAP5-1475) In a multipart file upload, request parameters in the URL are not exposed, only parameters in the request body

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

Hudson commented on TAP5-1475:
------------------------------

Integrated in tapestry-trunk-freestyle #591 (See [https://builds.apache.org/job/tapestry-trunk-freestyle/591/])
    TAP5-1475: In a multipart file upload, request parameters in the URL are not exposed, only parameters in the request body

hlship : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1186366
Files : 
* /tapestry/tapestry5/trunk/tapestry-upload/src/main/java/org/apache/tapestry5/upload/internal/services/MultipartDecoderImpl.java
* /tapestry/tapestry5/trunk/tapestry-upload/src/test/java/org/apache/tapestry5/upload/internal/services/MultipartDecoderImplTest.java

                
> In a multipart file upload, request parameters in the URL are not exposed, only parameters in the request body
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1475
>                 URL: https://issues.apache.org/jira/browse/TAP5-1475
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-upload
>            Reporter: Tom van Dijk
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.3
>
>         Attachments: 0001-tapestry-upload-now-include-parameters-from-POST-que.patch
>
>
> Adds parameters from URL to the parameter map. Currently if you upload a multipart file using POST e.g. POST www.server.com/webapp/page?t:ac=1 the t:ac parameter is not seen and the empty activation context is used. This patch fixes that issue.

--
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: (TAP5-1475) Let getParameters() and related methods also show parameters from URL query

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship reassigned TAP5-1475:
------------------------------------------

    Assignee: Howard M. Lewis Ship

> Let getParameters() and related methods also show parameters from URL query
> ---------------------------------------------------------------------------
>
>                 Key: TAP5-1475
>                 URL: https://issues.apache.org/jira/browse/TAP5-1475
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-upload
>            Reporter: Tom van Dijk
>            Assignee: Howard M. Lewis Ship
>         Attachments: 0001-tapestry-upload-now-include-parameters-from-POST-que.patch
>
>
> Adds parameters from URL to the parameter map. Currently if you upload a multipart file using POST e.g. POST www.server.com/webapp/page?t:ac=1 the t:ac parameter is not seen and the empty activation context is used. This patch fixes that issue.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (TAP5-1475) In a multipart file upload, request parameters in the URL are not exposed, only parameters in the request body

Posted by "Howard M. Lewis Ship (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship updated TAP5-1475:
---------------------------------------

      Assignee: Howard M. Lewis Ship
    Issue Type: Bug  (was: Improvement)
       Summary: In a multipart file upload, request parameters in the URL are not exposed, only parameters in the request body  (was: Let getParameters() and related methods also show parameters from URL query)
    
> In a multipart file upload, request parameters in the URL are not exposed, only parameters in the request body
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1475
>                 URL: https://issues.apache.org/jira/browse/TAP5-1475
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-upload
>            Reporter: Tom van Dijk
>            Assignee: Howard M. Lewis Ship
>         Attachments: 0001-tapestry-upload-now-include-parameters-from-POST-que.patch
>
>
> Adds parameters from URL to the parameter map. Currently if you upload a multipart file using POST e.g. POST www.server.com/webapp/page?t:ac=1 the t:ac parameter is not seen and the empty activation context is used. This patch fixes that issue.

--
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: (TAP5-1475) Let getParameters() and related methods also show parameters from URL query

Posted by "Tom van Dijk (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom van Dijk updated TAP5-1475:
-------------------------------

    Attachment: 0001-tapestry-upload-now-include-parameters-from-POST-que.patch

> Let getParameters() and related methods also show parameters from URL query
> ---------------------------------------------------------------------------
>
>                 Key: TAP5-1475
>                 URL: https://issues.apache.org/jira/browse/TAP5-1475
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-upload
>            Reporter: Tom van Dijk
>         Attachments: 0001-tapestry-upload-now-include-parameters-from-POST-que.patch
>
>
> Adds parameters from URL to the parameter map. Currently if you upload a multipart file using POST e.g. POST www.server.com/webapp/page?t:ac=1 the t:ac parameter is not seen and the empty activation context is used. This patch fixes that issue.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (TAP5-1475) Let getParameters() and related methods also show parameters from URL query

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship updated TAP5-1475:
---------------------------------------

    Assignee:     (was: Howard M. Lewis Ship)

> Let getParameters() and related methods also show parameters from URL query
> ---------------------------------------------------------------------------
>
>                 Key: TAP5-1475
>                 URL: https://issues.apache.org/jira/browse/TAP5-1475
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-upload
>            Reporter: Tom van Dijk
>         Attachments: 0001-tapestry-upload-now-include-parameters-from-POST-que.patch
>
>
> Adds parameters from URL to the parameter map. Currently if you upload a multipart file using POST e.g. POST www.server.com/webapp/page?t:ac=1 the t:ac parameter is not seen and the empty activation context is used. This patch fixes that issue.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (TAP5-1475) In a multipart file upload, request parameters in the URL are not exposed, only parameters in the request body

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

Hudson commented on TAP5-1475:
------------------------------

Integrated in tapestry-trunk-freestyle #591 (See [https://builds.apache.org/job/tapestry-trunk-freestyle/591/])
    TAP5-1475: In a multipart file upload, request parameters in the URL are not exposed, only parameters in the request body

hlship : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1186366
Files : 
* /tapestry/tapestry5/trunk/tapestry-upload/src/main/java/org/apache/tapestry5/upload/internal/services/MultipartDecoderImpl.java
* /tapestry/tapestry5/trunk/tapestry-upload/src/test/java/org/apache/tapestry5/upload/internal/services/MultipartDecoderImplTest.java

                
> In a multipart file upload, request parameters in the URL are not exposed, only parameters in the request body
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1475
>                 URL: https://issues.apache.org/jira/browse/TAP5-1475
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-upload
>            Reporter: Tom van Dijk
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.3
>
>         Attachments: 0001-tapestry-upload-now-include-parameters-from-POST-que.patch
>
>
> Adds parameters from URL to the parameter map. Currently if you upload a multipart file using POST e.g. POST www.server.com/webapp/page?t:ac=1 the t:ac parameter is not seen and the empty activation context is used. This patch fixes that issue.

--
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: (TAP5-1475) Let getParameters() and related methods also show parameters from URL query

Posted by "Tom van Dijk (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom van Dijk updated TAP5-1475:
-------------------------------

    Attachment: 0001-tapestry-upload-now-include-parameters-from-POST-que.patch

> Let getParameters() and related methods also show parameters from URL query
> ---------------------------------------------------------------------------
>
>                 Key: TAP5-1475
>                 URL: https://issues.apache.org/jira/browse/TAP5-1475
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-upload
>            Reporter: Tom van Dijk
>         Attachments: 0001-tapestry-upload-now-include-parameters-from-POST-que.patch
>
>
> Adds parameters from URL to the parameter map. Currently if you upload a multipart file using POST e.g. POST www.server.com/webapp/page?t:ac=1 the t:ac parameter is not seen and the empty activation context is used. This patch fixes that issue.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (TAP5-1475) Let getParameters() and related methods also show parameters from URL query

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship updated TAP5-1475:
---------------------------------------

    Assignee:     (was: Howard M. Lewis Ship)

> Let getParameters() and related methods also show parameters from URL query
> ---------------------------------------------------------------------------
>
>                 Key: TAP5-1475
>                 URL: https://issues.apache.org/jira/browse/TAP5-1475
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-upload
>            Reporter: Tom van Dijk
>         Attachments: 0001-tapestry-upload-now-include-parameters-from-POST-que.patch
>
>
> Adds parameters from URL to the parameter map. Currently if you upload a multipart file using POST e.g. POST www.server.com/webapp/page?t:ac=1 the t:ac parameter is not seen and the empty activation context is used. This patch fixes that issue.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (TAP5-1475) Let getParameters() and related methods also show parameters from URL query

Posted by "Tom van Dijk (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom van Dijk updated TAP5-1475:
-------------------------------

    Attachment:     (was: 0001-tapestry-upload-now-include-parameters-from-POST-que.patch)

> Let getParameters() and related methods also show parameters from URL query
> ---------------------------------------------------------------------------
>
>                 Key: TAP5-1475
>                 URL: https://issues.apache.org/jira/browse/TAP5-1475
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-upload
>            Reporter: Tom van Dijk
>         Attachments: 0001-tapestry-upload-now-include-parameters-from-POST-que.patch
>
>
> Adds parameters from URL to the parameter map. Currently if you upload a multipart file using POST e.g. POST www.server.com/webapp/page?t:ac=1 the t:ac parameter is not seen and the empty activation context is used. This patch fixes that issue.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Closed] (TAP5-1475) In a multipart file upload, request parameters in the URL are not exposed, only parameters in the request body

Posted by "Howard M. Lewis Ship (Closed) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAP5-1475.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.3
    
> In a multipart file upload, request parameters in the URL are not exposed, only parameters in the request body
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1475
>                 URL: https://issues.apache.org/jira/browse/TAP5-1475
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-upload
>            Reporter: Tom van Dijk
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.3
>
>         Attachments: 0001-tapestry-upload-now-include-parameters-from-POST-que.patch
>
>
> Adds parameters from URL to the parameter map. Currently if you upload a multipart file using POST e.g. POST www.server.com/webapp/page?t:ac=1 the t:ac parameter is not seen and the empty activation context is used. This patch fixes that issue.

--
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: (TAP5-1475) Let getParameters() and related methods also show parameters from URL query

Posted by "Tom van Dijk (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom van Dijk updated TAP5-1475:
-------------------------------

    Attachment: 0001-tapestry-upload-now-include-parameters-from-POST-que.patch

> Let getParameters() and related methods also show parameters from URL query
> ---------------------------------------------------------------------------
>
>                 Key: TAP5-1475
>                 URL: https://issues.apache.org/jira/browse/TAP5-1475
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-upload
>            Reporter: Tom van Dijk
>         Attachments: 0001-tapestry-upload-now-include-parameters-from-POST-que.patch
>
>
> Adds parameters from URL to the parameter map. Currently if you upload a multipart file using POST e.g. POST www.server.com/webapp/page?t:ac=1 the t:ac parameter is not seen and the empty activation context is used. This patch fixes that issue.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Assigned: (TAP5-1475) Let getParameters() and related methods also show parameters from URL query

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship reassigned TAP5-1475:
------------------------------------------

    Assignee: Howard M. Lewis Ship

> Let getParameters() and related methods also show parameters from URL query
> ---------------------------------------------------------------------------
>
>                 Key: TAP5-1475
>                 URL: https://issues.apache.org/jira/browse/TAP5-1475
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-upload
>            Reporter: Tom van Dijk
>            Assignee: Howard M. Lewis Ship
>         Attachments: 0001-tapestry-upload-now-include-parameters-from-POST-que.patch
>
>
> Adds parameters from URL to the parameter map. Currently if you upload a multipart file using POST e.g. POST www.server.com/webapp/page?t:ac=1 the t:ac parameter is not seen and the empty activation context is used. This patch fixes that issue.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (TAP5-1475) In a multipart file upload, request parameters in the URL are not exposed, only parameters in the request body

Posted by "Howard M. Lewis Ship (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship updated TAP5-1475:
---------------------------------------

      Assignee: Howard M. Lewis Ship
    Issue Type: Bug  (was: Improvement)
       Summary: In a multipart file upload, request parameters in the URL are not exposed, only parameters in the request body  (was: Let getParameters() and related methods also show parameters from URL query)
    
> In a multipart file upload, request parameters in the URL are not exposed, only parameters in the request body
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1475
>                 URL: https://issues.apache.org/jira/browse/TAP5-1475
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-upload
>            Reporter: Tom van Dijk
>            Assignee: Howard M. Lewis Ship
>         Attachments: 0001-tapestry-upload-now-include-parameters-from-POST-que.patch
>
>
> Adds parameters from URL to the parameter map. Currently if you upload a multipart file using POST e.g. POST www.server.com/webapp/page?t:ac=1 the t:ac parameter is not seen and the empty activation context is used. This patch fixes that issue.

--
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] [Closed] (TAP5-1475) In a multipart file upload, request parameters in the URL are not exposed, only parameters in the request body

Posted by "Howard M. Lewis Ship (Closed) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAP5-1475.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.3
    
> In a multipart file upload, request parameters in the URL are not exposed, only parameters in the request body
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1475
>                 URL: https://issues.apache.org/jira/browse/TAP5-1475
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-upload
>            Reporter: Tom van Dijk
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.3
>
>         Attachments: 0001-tapestry-upload-now-include-parameters-from-POST-que.patch
>
>
> Adds parameters from URL to the parameter map. Currently if you upload a multipart file using POST e.g. POST www.server.com/webapp/page?t:ac=1 the t:ac parameter is not seen and the empty activation context is used. This patch fixes that issue.

--
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: (TAP5-1475) Let getParameters() and related methods also show parameters from URL query

Posted by "Tom van Dijk (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom van Dijk updated TAP5-1475:
-------------------------------

    Attachment:     (was: 0001-tapestry-upload-now-include-parameters-from-POST-que.patch)

> Let getParameters() and related methods also show parameters from URL query
> ---------------------------------------------------------------------------
>
>                 Key: TAP5-1475
>                 URL: https://issues.apache.org/jira/browse/TAP5-1475
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-upload
>            Reporter: Tom van Dijk
>         Attachments: 0001-tapestry-upload-now-include-parameters-from-POST-que.patch
>
>
> Adds parameters from URL to the parameter map. Currently if you upload a multipart file using POST e.g. POST www.server.com/webapp/page?t:ac=1 the t:ac parameter is not seen and the empty activation context is used. This patch fixes that issue.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira