Version 6.3 Build 452.9

SPECIAL NOTES ABOUT THIS UPDATE:

Build 452.9 is plug and play update . It includes a few fixes, some significant cleanup and some new features.  If you are up-to-date with Wildcat! versions, this is essentially a plug and play update.

SEE SPECIAL UPGRADE NOTES

Changes, Fixes, New Features and Enhancements by Wildcat! Component  

WCPOP3 (Wildcat! POP3 Server)

- FIX:  Fixed LIST command issue with POP3 when no mail was available.

WCWEB (Wildcat! Web Server)

- ENH: Improved Web Authentication logic.

  WcWEBAUTH.ZIP was updated.

- ENH: Enchanced Questionnaire for Web interface

  The URL for questionnaires are;

       /ques?QFN&js=1

  where QFN is the questionnaire file name
        &js=1 is an option to turn on javascript.

  Enhancements:

  - Added space support. These are valid urls for /ques:

      /ques?sample survey
      /ques?sample+survey

WCSMTP (Wildcat! SMTP Server)

- FIX: Fixed WCSMTP DATA reply code handler.  An expected 55x code
  was not stopping the outbound transaction as it should for
  a 55x response.  It stopped attempting only when the
  attempts were exhausted.  The result is that you should see
  quicker bounce notifications if mail is not deliverable.

WCT (Wildcat! Templates)

- NEW:  New optional template\topcommon.wct

  If this template is created, it will be processed when a WCT is displayed.
  This can be used as common header for each page.

- NEW: Added TplPath.Url template variable.

  TplPath.Url will contain the URL path of the request.

  Example: URL request /somefolder/page.wct

   tplpath         = "wc:\http\somefolder"
   tplpath.url     = "/somefolder"
   TplFileName     = "wc:\http\somefolder\page.wct"

WCBASIC (Wildcat! BASIC)

- ENH: htmlutil.wcc updated

  A new function HttpQueryString()  was added that returns HTTP request
  URL parameters (Query String) after "?"

- FIX: smtpfilterhlp.wcc updated

  Fixed a bug in the sfCreateCarbonCopy() function

- FIX: WCRUN.EXE locked up

  Why spawning WCRUN.EXE from other applications, WCRUN had the potential to not
  exit when the WCX is finished running. Usually can happen if the WCX was a
  fast and small application.