-
Notifications
You must be signed in to change notification settings - Fork 86
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
Values of f:param for a h:link will be put in the request parameter map #246
Comments
Could you please share more details about your setup. Especially which dependencies you included in your project, which version you are using and the rule you are using for |
I've created a very simple test project (Maven, 1 class and 2 xhtml files) |
Hey. Thanks a lot for providing the sample application. I was able to reproduce the issue you described very easily with it. And I agree that the current behavior isn't correct. Unfortunately this bug is very hard to track down. I spent over 1.5 hours trying to identify the root cause and I'm still not sure what is going on. And fixing it may even have a large impact on the code base. Not sure about that. It may be a conceptional problem. To be honest, I don't think that I'll be able to fix it on my own any time soon. Unfortunately development of Rewrite has slowed down because there are only two developers and both @lincolnthree and I don't find much time for Rewrite any more. Some notes for people who want to spend more time on this:
|
Rewrite is supposed to ignore these special parameters, I'll have to take a closer look. Thanks for submitting this and sorry for the delay! As Christian mentioned, we're both pretty busy at the moment, but I'll see what I can do. |
See the following example:
The output of the parameter map will contain the parameter linkparam of the link generation after the link. This makes it inpossible to get the original parameter map of this request.
The text was updated successfully, but these errors were encountered: