Focal Point
[solved] Is &QUERY_STRING always passed or set in site.wfs?

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/1121068903

December 08, 2008, 01:07 PM
hammo1j
[solved] Is &QUERY_STRING always passed or set in site.wfs?
The docs are unclear on this.

http://documentation.informationbuilders.com/masterinde.../wf713sec/10sec4.htm

I am trying to stop QUERY_STRING being sent but all I have tried seems to fail.

eg

# QUERY_STRING(pass)

or

QUERY_STRING(nopass)

in site.wfs but it insists on passing it.

Anyone got any ideas?

This message has been edited. Last edited by: hammo1j,



Server: WF 7.6.2 ( BID/Rcaster) Platform: W2003Server/IIS6/Tomcat/SQL Server repository Adapters: SQL Server 2000/Oracle 9.2
Desktop: Dev Studio 765/XP/Office 2003 Applications: IFS/Jobscope/Maximo
December 08, 2008, 01:14 PM
hammo1j
PS I am rebooting IIS and Tomcat which seems to be a pre-requisite to getting site.wfs loaded from disk...



Server: WF 7.6.2 ( BID/Rcaster) Platform: W2003Server/IIS6/Tomcat/SQL Server repository Adapters: SQL Server 2000/Oracle 9.2
Desktop: Dev Studio 765/XP/Office 2003 Applications: IFS/Jobscope/Maximo
December 08, 2008, 01:20 PM
hammo1j
If you dont put

QUERY_STRING(pass)

Then you are autoprompted for the variable but it is still set. Bizarre!



Server: WF 7.6.2 ( BID/Rcaster) Platform: W2003Server/IIS6/Tomcat/SQL Server repository Adapters: SQL Server 2000/Oracle 9.2
Desktop: Dev Studio 765/XP/Office 2003 Applications: IFS/Jobscope/Maximo
December 09, 2008, 12:45 PM
hammo1j
Could not work out why QUERY_STRING was sent by default. On another environment it was not!


# this stops it being sent by default
  <set> QUERY_STRING(dontpass)




Server: WF 7.6.2 ( BID/Rcaster) Platform: W2003Server/IIS6/Tomcat/SQL Server repository Adapters: SQL Server 2000/Oracle 9.2
Desktop: Dev Studio 765/XP/Office 2003 Applications: IFS/Jobscope/Maximo
December 10, 2008, 11:06 AM
<JG>
quote:
PS I am rebooting IIS and Tomcat which seems to be a pre-requisite to getting site.wfs loaded from disk...

If you change it manually then a restart is required.

If you change it via the Administration console then it's not.