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

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

coveralls edited a comment on issue #397:
URL: https://github.com/apache/struts/pull/397#issuecomment-602049491


   
   [![Coverage 
Status](https://coveralls.io/builds/30235237/badge)](https://coveralls.io/builds/30235237)
   
   Coverage increased (+0.03%) to 49.212% when pulling 
**f071c9d0edd1bd7f6a5f0b3068996a88248a5806 on action-context-boost** into 
**230a300685d6d0b82b68818e743ebf506b3225aa on master**.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> ActionContext should be immutable
> ---------------------------------
>
>                 Key: WW-4789
>                 URL: https://issues.apache.org/jira/browse/WW-4789
>             Project: Struts 2
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Lukasz Lenart
>            Assignee: Lukasz Lenart
>            Priority: Major
>             Fix For: 2.6
>
>
> Right now ActionContext is a bag of different contexts with mixed 
> responsibility. Also some of them lay in ThreadLocal variable, but some are 
> accessed directly. Also it is easily to modify the internal state which 
> shouldn't be possible. The context should be constant during whole action 
> execution period.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to