[ 
https://issues.apache.org/jira/browse/WW-5124?focusedWorklogId=655315&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-655315
 ]

ASF GitHub Bot logged work on WW-5124:
--------------------------------------

                Author: ASF GitHub Bot
            Created on: 26/Sep/21 22:14
            Start Date: 26/Sep/21 22:14
    Worklog Time Spent: 10m 
      Work Description: coveralls edited a comment on pull request #489:
URL: https://github.com/apache/struts/pull/489#issuecomment-855544281


   
   [![Coverage 
Status](https://coveralls.io/builds/43074096/badge)](https://coveralls.io/builds/43074096)
   
   Coverage increased (+0.6%) to 47.882% when pulling 
**9143b2aafdb2cbdc017d8e2614769b1f978fcf74 on 
JCgH4164838Gh792C124B5:localS2_25_WW-5124_fix** into 
**a96dd31be6bd16fd84ca3d683208cae8774d75b4 on apache:struts-2-5-x**.
   


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 655315)
    Time Spent: 2h 50m  (was: 2h 40m)

> Tag attribute values cached
> ---------------------------
>
>                 Key: WW-5124
>                 URL: https://issues.apache.org/jira/browse/WW-5124
>             Project: Struts 2
>          Issue Type: Bug
>         Environment: Here you have a repo that reproduce this:
> https://github.com/dfliess/struts2-tagpooling-bug
>            Reporter: Diego Alejandro Fliess
>            Priority: Major
>             Fix For: 2.6, 2.5.28
>
>          Time Spent: 2h 50m
>  Remaining Estimate: 0h
>
> On some application servers, like glassfish, when handling jsp tag pooling, 
> attribute values are cached or not reinitiallized.
> For example:
> {code:java}
> <s:textfield size="50">
>     <jsp:attribute name="placeholder">THIS TEXTFIELD SHOULD HAVE 
> VALUE</jsp:attribute>
>     <jsp:attribute name="value">VALUE</jsp:attribute>
> </s:textfield>
> <s:textfieldsize="50">
>     <jsp:attribute name="placeholder">THIS TEXT FIELD SHOULDN'T HAVE 
> VALUE</jsp:attribute>
> </s:textfield>{code}
>  



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

Reply via email to