You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/01/19 00:21:39 UTC

[jira] [Commented] (WW-4412) Context started without being closed

    [ https://issues.apache.org/jira/browse/WW-4412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15105948#comment-15105948 ] 

ASF GitHub Bot commented on WW-4412:
------------------------------------

GitHub user victorsosa opened a pull request:

    https://github.com/apache/struts/pull/76

    WW-4412  Context started without being closed

    WW-4412
    
    Context started without being closed

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/victorsosa/struts patch

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/struts/pull/76.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #76
    
----
commit 073bb9dd587844c1f44c97ba53b8419c83f2583a
Author: victor sosa <vi...@users.noreply.github.com>
Date:   2016-01-16T18:45:39Z

    Merge pull request #3 from apache/master
    
    update

commit 8f1557a5b13fe9f9b4cbc8961a8bf66b3db89e76
Author: Victor Sosa <vi...@gmail.com>
Date:   2016-01-18T15:34:36Z

    WW-4412
    
    Context started without being closed
    
    Now the context is closed after been used.

commit cd931f8ed8e73a9dd242ec05fe6dfcaf45012273
Author: victor sosa <vi...@users.noreply.github.com>
Date:   2016-01-18T23:19:45Z

    Update JakartaMultiPartRequest.java
    
    Fix conflict

----


> Context started without being closed
> ------------------------------------
>
>                 Key: WW-4412
>                 URL: https://issues.apache.org/jira/browse/WW-4412
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Plugin - Tiles
>    Affects Versions: 2.3.16.3
>            Reporter: Hazem Taji
>             Fix For: 2.3.x
>
>         Attachments: tiles-test.zip
>
>
> In the TilesResult class, in doExecute, a context is started but not ended. This causes the context stack later to have extra irrelevant contexts.
> The problem prevents the use of <s:action> tags where actions have tile results and results in the tile attributes being unrecognized.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)