Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 97084 invoked from network); 10 Jul 2008 18:04:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Jul 2008 18:04:39 -0000 Received: (qmail 12608 invoked by uid 500); 10 Jul 2008 18:04:06 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 12583 invoked by uid 500); 10 Jul 2008 18:04:06 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list user@struts.apache.org Received: (qmail 12572 invoked by uid 99); 10 Jul 2008 18:04:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jul 2008 11:04:05 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jgmoose@gmail.com designates 209.85.162.181 as permitted sender) Received: from [209.85.162.181] (HELO el-out-1112.google.com) (209.85.162.181) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jul 2008 18:03:14 +0000 Received: by el-out-1112.google.com with SMTP id j27so637586elf.17 for ; Thu, 10 Jul 2008 11:03:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=GPhZ5BUJR5Z0ZMmlhwNCMnqFdjOqvKDLvKOkBxGK1gQ=; b=q1snL2GgQ2y6NYrtgSPY40/IMcXhMtbuktIiYxasmzPJjbW31EqchefXs1f0LXlCwa gXCIK+z/aQ3A3SlPwX8slAtsXEkAtQqrym2UjLfqUBQxOZvnggLM75YP4tP9q9xLI13o ez0LvnbhXtmYrUiDzAz72VVRV8mucGgt97PFE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=DcMv1HxeMTTaalr8Ry3226nuTDGsW3TuYxlQTWDTkR73BH5oXBqpgdoZsn1bunWP/w WBKk5rT5sIdlSTAK6CdJNnW0uo3GgK2jkoSdlqZ4dehYPPdLZBIyoXIYbLTUuadhGDkN iTdOyx30ds+78uxn8RinlhzZwjh5Dn9wv0qAQ= Received: by 10.151.48.15 with SMTP id a15mr14792140ybk.58.1215713016187; Thu, 10 Jul 2008 11:03:36 -0700 (PDT) Received: by 10.150.155.1 with HTTP; Thu, 10 Jul 2008 11:03:36 -0700 (PDT) Message-ID: Date: Thu, 10 Jul 2008 14:03:36 -0400 From: "John Moose" To: "Struts Users Mailing List" Subject: REST plugin doesn't return JSON serialization anymore... MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_30146_2763041.1215713016152" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_30146_2763041.1215713016152 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline building with Struts-2.1.3-SNAPSHOT and xworks-2.1.2-SNAPSHOT the XML extenson and XHTML extension seem to work OK both in the showcase and my app, but the .json extension seems to be triggering a File Download action...even in the showcase??? fwiw, JSON serialized data is a key feature of our new architecture...several weeks back this feature worked well and our gov't sponsors were really impressed. ------=_Part_30146_2763041.1215713016152--