[ https://issues.apache.org/jira/browse/WW-5529?focusedWorklogId=957553&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-957553 ]
ASF GitHub Bot logged work on WW-5529: -------------------------------------- Author: ASF GitHub Bot Created on: 18/Feb/25 15:36 Start Date: 18/Feb/25 15:36 Worklog Time Spent: 10m Work Description: sonarqubecloud[bot] commented on PR #1224: URL: https://github.com/apache/struts/pull/1224#issuecomment-2666075509 ## [](https://sonarcloud.io/dashboard?id=apache_struts&pullRequest=1224) **Quality Gate failed** Failed conditions  [7 Security Hotspots](https://sonarcloud.io/project/security_hotspots?id=apache_struts&pullRequest=1224&issueStatuses=OPEN,CONFIRMED&sinceLeakPeriod=true)  [71.3% Coverage on New Code](https://sonarcloud.io/component_measures?id=apache_struts&pullRequest=1224&metric=new_coverage&view=list) (required ≥ 80%)  [C Reliability Rating on New Code](https://sonarcloud.io/dashboard?id=apache_struts&pullRequest=1224) (required ≥ A)  [E Security Rating on New Code](https://sonarcloud.io/dashboard?id=apache_struts&pullRequest=1224) (required ≥ A) [See analysis details on SonarQube Cloud](https://sonarcloud.io/dashboard?id=apache_struts&pullRequest=1224) ##  Catch issues before they fail your Quality Gate with our IDE extension  [SonarQube for IDE](https://www.sonarsource.com/products/sonarlint/features/connected-mode/?referrer=pull-request) Issue Time Tracking ------------------- Worklog Id: (was: 957553) Time Spent: 50m (was: 40m) > struts-tags.tld refers to removed attributes > -------------------------------------------- > > Key: WW-5529 > URL: https://issues.apache.org/jira/browse/WW-5529 > Project: Struts 2 > Issue Type: Bug > Components: Core Tags > Affects Versions: 6.7.0 > Reporter: nikos dimitrakas > Assignee: Lukasz Lenart > Priority: Major > Fix For: 6.7.3, 7.0.3 > > Time Spent: 50m > Remaining Estimate: 0h > > When WW-4518 was fixed, maxLength (the setter) was removed from TextFieldTag > but the struts-tags.tld was not updated and the attribute maxLength remains > there for three tags (textfield, password and combobox). This causes problems > with code completion as the tld still has the attribute, but on runtime JSP:s > do not work with the error "Unable to find setter method for attribute: > [maxLength]" > -- This message was sent by Atlassian Jira (v8.20.10#820010)