From dev-return-89-apmail-ripple-dev-archive=ripple.apache.org@ripple.incubator.apache.org Fri Jan 4 17:49:52 2013 Return-Path: X-Original-To: apmail-ripple-dev-archive@minotaur.apache.org Delivered-To: apmail-ripple-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 253B5E850 for ; Fri, 4 Jan 2013 17:49:52 +0000 (UTC) Received: (qmail 57732 invoked by uid 500); 4 Jan 2013 17:49:52 -0000 Delivered-To: apmail-ripple-dev-archive@ripple.apache.org Received: (qmail 57701 invoked by uid 500); 4 Jan 2013 17:49:51 -0000 Mailing-List: contact dev-help@ripple.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ripple.incubator.apache.org Delivered-To: mailing list dev@ripple.incubator.apache.org Received: (qmail 57693 invoked by uid 99); 4 Jan 2013 17:49:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Jan 2013 17:49:51 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of brent.lintner@gmail.com designates 209.85.220.173 as permitted sender) Received: from [209.85.220.173] (HELO mail-vc0-f173.google.com) (209.85.220.173) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Jan 2013 17:49:45 +0000 Received: by mail-vc0-f173.google.com with SMTP id f13so16709168vcb.4 for ; Fri, 04 Jan 2013 09:49:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=JxanuBRmSNIO3Um+isLBHyXQIWelvw06MhPiL2qMGy0=; b=MbmQT13OJqnXh4IPuFqIY22CrPIvS7nfIQRCvoyLN56uE/dyFI9upFJfJ58CmYVils il+4Ie/54REgX4cT4B/4HZH4VFcDzV200AXac4WHLZ34g+CjyHXJJICl3ASAY3zn9ENF mluuq7XVnEuKQo3BJnCroHniD14MbCKkSVCEVdZiAIIeLSI3eE6Y/jscb5k7EuBm3SmG IzQOUmf/GWkwljr86ER1LgHlYtImXbuJQKDN5V6Bz9E4rpuYgyA7nMYvVt4YwjNcZSOt uDtJwHJmqwNgdomJcE06F7/ZxlX6/lrbXC8ELXb7KMqdYGbEaNLIy2H0T+e+nc3yC4Nh dvLw== MIME-Version: 1.0 Received: by 10.52.20.238 with SMTP id q14mr67120720vde.120.1357321763590; Fri, 04 Jan 2013 09:49:23 -0800 (PST) Received: by 10.58.4.170 with HTTP; Fri, 4 Jan 2013 09:49:23 -0800 (PST) Date: Fri, 4 Jan 2013 12:49:23 -0500 Message-ID: Subject: GitHub Pull Request: `request.pipe` better handles proxying (xhr) requests (in general). From: Brent Lintner To: dev@ripple.incubator.apache.org Content-Type: multipart/alternative; boundary=20cf307c9b2a90922c04d27a1955 X-Virus-Checked: Checked by ClamAV on apache.org --20cf307c9b2a90922c04d27a1955 Content-Type: text/plain; charset=UTF-8 Until the project code is fully submitted to Apache, I wanted to create this thread manually. https://github.com/blackberry/Ripple-UI/pull/660 This is for a small fix I noted in another piece of code I was working on. It has to do with the latest proxy implementation (in nodejs) that is used in the NPM package of ripple. It is also of note that the (rather hacky, less encouraged) JSONP based proxy method (when running your app via file:///) was not touched, as it still needs to modify content on the way back. This only affects when hosting your app via a webserver. It is a pretty small change, see the commit message for details (as well). -- Brent --20cf307c9b2a90922c04d27a1955--