|
|
| Author |
Message |
< Yaws mailing list ~ yaws by-passes appmod after cashing |
| Guest |
Posted: Fri Dec 11, 2009 12:57 am |
|
|
|
Guest
|
Hello, can anyone give some support?
I've to admit that iam relatively new to erlang.
Yesterday i did some yaws experiments:
I configured a module to be a root appmod and expected this appmod to be invoked for all requests.
This seemed to work fine at first glance but then i explored the following (Yaws-1.85)
The case
1) user submits a form (method post)
2) yaws invokes the appmod
3) the appmod's out function returns {page, "/something.yaws"}
4) yaws processes "/something.yaws" and cashes the outcome (the cashed outcome includes url type yaws not appmod)
5) browser displays the outcome to user
6) user steps back to the form using the browser back button and re-submits the form (and enters some different values prior to submitting)
7) yaws handles the 'POST' and looks up the cashed outcome with the url-type yaws and not appmod
yaws does not invoke the appmod. So the appmod can't process the input parameters.
Is there a bug tracking system available where i should enter this observation ?
Thanks in advance
Regards J |
|
|
| Back to top |
|
|
|
All times are GMT
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|
|