Blocking download of .exe's disables some web forms

For general issues related to PWB v2.

Moderators: Tyler, Scott, PWB v2 Moderator

Post Reply
Yankee36
Observer
Observer
Posts: 5
Joined: Mon Feb 09, 2004 3:20 pm
Location: Huntington Station, NY
Contact:

Blocking download of .exe's disables some web forms

Post by Yankee36 »

I added the following line to my URL.txt file in order to prevent patrons from downloading executables:

-.exe

It works fine, but this rule also seems to be blocking exe's in web forms. For example, when a patron enters data into this web form and clicks SUBMIT, access is denied by the URL.txt file.

Code: Select all

<FORM ACTION="./cgi-bin/search.exe" METHOD="post">
Has this happened to anyone else?

spragers
Benefactor
Benefactor
Posts: 153
Joined: Fri Dec 27, 2002 9:11 am
Contact:

Post by spragers »

I would just use the DisableFileDownload=True setting, rather than use the URL file for that.

Yankee36
Observer
Observer
Posts: 5
Joined: Mon Feb 09, 2004 3:20 pm
Location: Huntington Station, NY
Contact:

Post by Yankee36 »

"Ahh! I see...", said the blind man. :wink:

Post Reply