Hi all,
I am developing a tiny voucher prototype that needs to calculate a hash value based on the requested URL. So naturlaly, I started working with request.requestURL and reqquestURI for example. The proble, here is that gaelyk 1.2 seems to return the executing groovy script in thsi case, not the real URL that was requested.
Example
Response (formateed in json)
requestURL /URI is simply the value of request.requestURL/URI. the executing groovy script happens to have the name vouchers.groovy, which I'll probably base my solution on for now. But it is of course not optimal.
Is there another workaroudn? Is this a known issue, can it be fixed in 2.0?
Thx
Sven