In ACF2016, we're using getPageContext().getRequest().getRequestURI() to get the full URI for a redirect, however it doesn't pass the full URL if SES vars appended.
If we call
/somepath/somefile.cfm/var1/test
The getRequestURI() returns:
/somepath/somefile.cfm
If we use the normal ACF Web Connector it does work as expected and return everything.
Hi Bilal
In ACF2016, we're using getPageContext().getRequest().getRequestURI() to get the full URI for a redirect, however it doesn't pass the full URL if SES vars appended.
If we call
/somepath/somefile.cfm/var1/test
The getRequestURI() returns:
/somepath/somefile.cfm
If we use the normal ACF Web Connector it does work as expected and return everything.