Welcome to the "trac"-ing site of soap4r!
[soap4r] [httpclient] [openpgp4u] [pkcs1] [logger] [csv] [vtr]

Changeset 2002

Show
Ignore:
Timestamp:
10/19/07 00:07:43 (1 year ago)
Author:
nahi
Message:
  • unnecessary 's' option for CRLF trimming regexp. Thanks Nobu.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1_5/lib/soap/mimemessage.rb

    r1737 r2002  
    121121 
    122122    def parse(str) 
    123       headers, body = str.split(/\r\n\r\n/s, 2) 
     123      headers, body = str.split(/\r\n\r\n/, 2) 
    124124      if headers != nil and body != nil 
    125125        @headers = Headers.parse(headers) 
  • branches/1_5/lib/soap/soap.rb

    r1984 r2002  
    1515 
    1616 
    17 VERSION = Version = '1.5.8
     17VERSION = Version = '1.5.9-SNAPSHOT
    1818PropertyName = 'soap/property' 
    1919