[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Spaces in request-chain when posting a message.



Hi Rick,

Here's the code from my copy (version 1.21pre1 -- a beta version):

do_get:

  c                   eval      wwReqChain =
  c                             'GET ' + wwPathPfx+%trim(peAbsPath) +
  c                                    ' HTTP/1.1'+CRLF+
  c                             'Host: '+%trim(peHost)

do_post:

  c                   eval      wwReqChain =
  c                             'POST ' + wwPathPfx+%trim(peAbsPath) +
  c                                    ' HTTP/1.1'+CRLF+
  c                             'Host: '+%trim(peHost)

So it appears that the problem is already solved -- there's a %trim() on 
peAbsPath in do_post.
-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------