Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

variable aliasing #10

Open
ggeorgovassilis opened this issue Jul 19, 2018 · 1 comment
Open

variable aliasing #10

ggeorgovassilis opened this issue Jul 19, 2018 · 1 comment
Labels

Comments

@ggeorgovassilis
Copy link
Owner

Given:

  1. a tag file with a declared attribute X
  2. a JSP which has a variable X in scope (request.getAttribute("X"))
  3. JSP uses the tag file and passes a value for attribute X, e.g.

X=123
<prefix:tagfile X="456"/>

Expected result: "tagfile" reads "456" as the value of X
Actual result: "tagfile" reads "123" as the value of X

ggeorgovassilis added a commit that referenced this issue Jul 25, 2018
@ggeorgovassilis
Copy link
Owner Author

Wrote unit test which didn't run into the issue; need further investigation

ggeorgovassilis added a commit that referenced this issue Jul 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant