[
https://issues.apache.org/jira/browse/WW-3877?focusedWorklogId=520678&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-520678
]
ASF GitHub Bot logged work on WW-3877:
--------------------------------------
Author: ASF GitHub Bot
Created on: 06/Dec/20 09:02
Start Date: 06/Dec/20 09:02
Worklog Time Spent: 10m
Work Description: lukaszlenart opened a new pull request #453:
URL: https://github.com/apache/struts/pull/453
`altSyntax` was an old approach from WebWork to support `%{..}` expressions.
Right now it doesn't make sense to disable this option (set `false`) as in most
cases this means an app won't work. Keeping support for the `altSyntax` option
is useless as all expression must use `%{..}` syntax to work.
Implements [WW-3877](https://issues.apache.org/jira/browse/WW-3877)
----------------------------------------------------------------
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:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 520678)
Remaining Estimate: 0h
Time Spent: 10m
> Remove altSyntax option
> -----------------------
>
> Key: WW-3877
> URL: https://issues.apache.org/jira/browse/WW-3877
> Project: Struts 2
> Issue Type: Improvement
> Components: Core Actions
> Affects Versions: 2.3.4.1
> Reporter: Lukasz Lenart
> Assignee: Lukasz Lenart
> Priority: Major
> Fix For: 2.6
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Right now user can disable support for {{%\{...}foo}} by setting up the
> {{struts.tag.altSyntax}} to false. This can lead to unexpected behaviour how
> value is parsed or treated as an expression.
> The option should be removed and all connected code.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)