Re: WebCatalog 4.0.2b5 available

This WebDNA talk-list message is from

2000


It keeps the original formatting.
numero = 35844
interpreted = N
texte = Grant - WebSite allows me to save the CGI-created text as files, as they would be sent out by WS; it's under Logging options (API/CGI Execution). I realize that IIS should be acting the same way; is there a similar option under IIS for CGI debugging? No other CGI emits cr/cr/lf under WebSite, so that kind of limits it to WebCat.Can I run $WebCat.exe as a standalone app in a DOS box? Hmm, it appears that I can. Look at the included file, generated by running $WebCat.exe > testfile.txtHere it is (using Less.exe):HTTP/1.0 200 OK^M Content-type: text/html Content-Length: 120^M ^M Error: template '' not foundError: template security preferences do not allow re mote access to files with that extensionThose ^M's are embedded additional carriage returns! If I look at the testfile.txt file in hex mode, I see the exact 0D 0D 0A (i.e. cr/cr/lf). Why IIS is filtering these out is beyond me; normal CGI behavior is for the webserver to transmit exactly what the CGI generates. Doesn't suprise me that IIS is messing with the content.So, it has to be something in the NT version of $WebCat.exe!QEDJohn PeacockGrant Hulbert wrote: > > >I can 100% prove that WebCat is emitting the cr/cr/lf pairs, because I > >just turned on CGI debugging and see them in the raw file that WebCat > >creates. WebSite only sends out what WebCat hands it; is it possible > >that IIS actually parses through the files and fixes up the bad EOL > >characters? > > WebCatalog does not create any such raw files, so perhaps it's > WebSite's CGI->HTTP transport mechanism that's introducing them. > Unless you think it's $WebCat.exe that's inserting them? If so, it > would insert them under IIS too. > > -- > Grant Hulbert, Director of Engineering ********************************** > Smith Micro, Internet Solutions Div | eCommerce (WebCatalog) > 16855 West Bernardo Drive, #380 | ------------------------- > San Diego, CA 92127 | Software & Site Development > Main Line: (858) 675-1106 | http://www.smithmicro.com > Fax: (858) 675-0372 ********************************** > > ############################################################# > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > To switch to the INDEX mode, E-mail to > Send administrative queries to ############################################################# This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to To switch to the INDEX mode, E-mail to Send administrative queries to Associated Messages, from the most recent to the oldest:

    
  1. Re: WebCatalog 4.0.2b5 available (Jym Duane 2000)
  2. Re: WebCatalog 4.0.2b5 available (Grant Hulbert 2000)
  3. Re: WebCatalog 4.0.2b5 available (Jym Duane 2000)
  4. Re: WebCatalog 4.0.2b5 available (Bob Minor 2000)
  5. Re: WebCatalog 4.0.2b5 available (John Peacock 2000)
  6. Re: WebCatalog 4.0.2b5 available (Grant Hulbert 2000)
  7. Re: WebCatalog 4.0.2b5 available (John Peacock 2000)
  8. Re: WebCatalog 4.0.2b5 available (Grant Hulbert 2000)
  9. Re: WebCatalog 4.0.2b5 available (John Peacock 2000)
  10. Re: WebCatalog 4.0.2b5 available (Grant Hulbert 2000)
  11. Re: WebCatalog 4.0.2b5 available (John Peacock 2000)
  12. Re: WebCatalog 4.0.2b5 available (John Peacock 2000)
  13. Re: WebCatalog 4.0.2b5 available (Grant Hulbert 2000)
  14. Re: WebCatalog 4.0.2b5 available (Will Starck 2000)
  15. Re: WebCatalog 4.0.2b5 available (Grant Hulbert 2000)
  16. Re: WebCatalog 4.0.2b5 available (Grant Hulbert 2000)
  17. Re: WebCatalog 4.0.2b5 available (John Peacock 2000)
  18. Re: WebCatalog 4.0.2b5 available (dale 2000)
  19. Re: WebCatalog 4.0.2b5 available (Jym Duane 2000)
  20. Re: WebCatalog 4.0.2b5 available (Grant Hulbert 2000)
  21. Re: WebCatalog 4.0.2b5 available (Grant Hulbert 2000)
  22. Re: WebCatalog 4.0.2b5 available (Jym Duane 2000)
  23. Re: WebCatalog 4.0.2b5 available (Britt T. 2000)
  24. Re: WebCatalog 4.0.2b5 available (Robie Blair 2000)
  25. Re: WebCatalog 4.0.2b5 available (Bob Minor 2000)
  26. WebCatalog 4.0.2b5 available (Grant Hulbert 2000)
Grant - WebSite allows me to save the CGI-created text as files, as they would be sent out by WS; it's under Logging options (API/CGI Execution). I realize that IIS should be acting the same way; is there a similar option under IIS for CGI debugging? No other CGI emits cr/cr/lf under WebSite, so that kind of limits it to WebCat.Can I run $WebCat.exe as a standalone app in a DOS box? Hmm, it appears that I can. Look at the included file, generated by running $WebCat.exe > testfile.txtHere it is (using Less.exe):HTTP/1.0 200 OK^M Content-type: text/html Content-Length: 120^M ^M Error: template '' not foundError: template security preferences do not allow re mote access to files with that extensionThose ^M's are embedded additional carriage returns! If I look at the testfile.txt file in hex mode, I see the exact 0D 0D 0A (i.e. cr/cr/lf). Why IIS is filtering these out is beyond me; normal CGI behavior is for the webserver to transmit exactly what the CGI generates. Doesn't suprise me that IIS is messing with the content.So, it has to be something in the NT version of $WebCat.exe!QEDJohn PeacockGrant Hulbert wrote: > > >I can 100% prove that WebCat is emitting the cr/cr/lf pairs, because I > >just turned on CGI debugging and see them in the raw file that WebCat > >creates. WebSite only sends out what WebCat hands it; is it possible > >that IIS actually parses through the files and fixes up the bad EOL > >characters? > > WebCatalog does not create any such raw files, so perhaps it's > WebSite's CGI->HTTP transport mechanism that's introducing them. > Unless you think it's $WebCat.exe that's inserting them? If so, it > would insert them under IIS too. > > -- > Grant Hulbert, Director of Engineering ********************************** > Smith Micro, Internet Solutions Div | eCommerce (WebCatalog) > 16855 West Bernardo Drive, #380 | ------------------------- > San Diego, CA 92127 | Software & Site Development > Main Line: (858) 675-1106 | http://www.smithmicro.com > Fax: (858) 675-0372 ********************************** > > ############################################################# > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > To switch to the INDEX mode, E-mail to > Send administrative queries to ############################################################# This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to To switch to the INDEX mode, E-mail to Send administrative queries to John Peacock

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

Windows nt service pack 3 upgrade (1997) PCS Customer submissions ? (1997) carriage returns in data (1997) eMail volume (2000) [SearchString] (1998) Re:HELP - NONE STOP DIGESTS. Digest for 4/24/97) (1997) carriage returns in data (1997) Fishing: anyone on this group willing to do support? (1998) Javascript and Search Results (1998) are we ready to fix random sort? (2000) Add a field to the error log? (1997) WebCatalog f2 Installation (1997) Confused about Grep Syntax (2004) WebCat Code and WebStar Search? (2000) Bug? (1997) [WebDNA] Upgrade 4.5.1 to 6.0a (2009) Search and Change (2003) WebCat2.0 [format thousands .0f] no go (1997) problems with 2 tags (1997) WC2b15 - [HTMLx]...[/HTMLx] problems SOLVED! (1997)