Bilal-S / iis2tomcat

AJP Connector between Internet Information Services (IIS) and Apache Tomcat
http://www.boncode.net/boncode-connector
49 stars 32 forks source link

getPageContext().getRequest().getRequestURI() not passing full URI #29

Closed davequested closed 8 years ago

davequested commented 8 years ago

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.

Bilal-S commented 8 years ago

See docs under cgi.path info: Add: <PathInfoHeader>path-info</PathInfoHeader> in your setting file.