Re: Can ClientAbortException be circumvented?

2013-03-28 Thread Thad Humphries
On Wed, Mar 27, 2013 at 6:09 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Thad, > > On 3/27/13 5:20 PM, Thad Humphries wrote: > > On Tue, Mar 26, 2013 at 3:56 PM, Christopher Schultz < > > ch...@christopherschultz.net> wrote

Re: Can ClientAbortException be circumvented?

2013-03-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Thad, On 3/27/13 5:20 PM, Thad Humphries wrote: > On Tue, Mar 26, 2013 at 3:56 PM, Christopher Schultz < > ch...@christopherschultz.net> wrote: > > Thad, > > Coming a little late to the party... > > On 3/24/13 4:30 PM, Thad Humphries wrote:

Re: Can ClientAbortException be circumvented?

2013-03-27 Thread Thad Humphries
On Tue, Mar 26, 2013 at 3:56 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Thad, > > Coming a little late to the party... > > On 3/24/13 4:30 PM, Thad Humphries wrote: > > I have a web-app that uses a servlet for downloading

Re: Can ClientAbortException be circumvented?

2013-03-27 Thread Howard W. Smith, Jr.
On Mon, Mar 25, 2013 at 11:58 AM, Howard W. Smith, Jr. < smithh032...@gmail.com> wrote: > On Mon, Mar 25, 2013 at 11:54 AM, Howard W. Smith, Jr. < > smithh032...@gmail.com> wrote: > >> On Mon, Mar 25, 2013 at 9:00 AM, Thad Humphries > > wrote: >> >>> On Sun, Mar 24, 2013 at 4:46 PM, Konstantin Kol

Re: Can ClientAbortException be circumvented?

2013-03-26 Thread Howard W. Smith, Jr.
On Tue, Mar 26, 2013 at 8:42 PM, Howard W. Smith, Jr. < smithh032...@gmail.com> wrote: > Chris, > > On Tue, Mar 26, 2013 at 4:00 PM, Christopher Schultz < > ch...@christopherschultz.net> wrote: > >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA256 >> >> Howard, >> >> On 3/25/13 11:54 AM, Howard

Re: Can ClientAbortException be circumvented?

2013-03-26 Thread Howard W. Smith, Jr.
Chris, On Tue, Mar 26, 2013 at 4:00 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Howard, > > On 3/25/13 11:54 AM, Howard W. Smith, Jr. wrote: > > Test and results: > > > > clicked Download button, PDF downloaded to Google N

Re: Can ClientAbortException be circumvented?

2013-03-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Howard, On 3/25/13 11:54 AM, Howard W. Smith, Jr. wrote: > Test and results: > > clicked Download button, PDF downloaded to Google Nexus 7 (Google > Chrome browser, of course), showed up in notifications, instead of > PDF Viewer app, I selected to

Re: Can ClientAbortException be circumvented?

2013-03-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Thad, Coming a little late to the party... On 3/24/13 4:30 PM, Thad Humphries wrote: > I have a web-app that uses a servlet for downloading files from a > repository--PDF, Office, images, zip, etc. It works with desktop > browsers--IE, Firefox, C

Re: Can ClientAbortException be circumvented?

2013-03-25 Thread Howard W. Smith, Jr.
On Mon, Mar 25, 2013 at 11:54 AM, Howard W. Smith, Jr. < smithh032...@gmail.com> wrote: > On Mon, Mar 25, 2013 at 9:00 AM, Thad Humphries > wrote: > >> On Sun, Mar 24, 2013 at 4:46 PM, Konstantin Kolinko >> wrote: >> >> > 2013/3/25 Thad Humphries : >> > > I have a web-app that uses a servlet for

Re: Can ClientAbortException be circumvented?

2013-03-25 Thread Howard W. Smith, Jr.
On Mon, Mar 25, 2013 at 9:00 AM, Thad Humphries wrote: > On Sun, Mar 24, 2013 at 4:46 PM, Konstantin Kolinko > wrote: > > > 2013/3/25 Thad Humphries : > > > I have a web-app that uses a servlet for downloading files from a > > > repository--PDF, Office, images, zip, etc. It works with desktop > >

Re: Can ClientAbortException be circumvented?

2013-03-25 Thread Thad Humphries
On Mon, Mar 25, 2013 at 10:02 AM, Brett Delle Grazie < brett.dellegra...@gmail.com> wrote: > On 25 March 2013 13:00, Thad Humphries wrote: > > > On Sun, Mar 24, 2013 at 4:46 PM, Konstantin Kolinko > > wrote: > > > > > 2013/3/25 Thad Humphries : > > > > I have a web-app that uses a servlet for dow

Re: Can ClientAbortException be circumvented?

2013-03-25 Thread Brett Delle Grazie
On 25 March 2013 13:00, Thad Humphries wrote: > On Sun, Mar 24, 2013 at 4:46 PM, Konstantin Kolinko > wrote: > > > 2013/3/25 Thad Humphries : > > > I have a web-app that uses a servlet for downloading files from a > > > repository--PDF, Office, images, zip, etc. It works with desktop > > > browse

Re: Can ClientAbortException be circumvented?

2013-03-25 Thread Thad Humphries
On Sun, Mar 24, 2013 at 4:46 PM, Konstantin Kolinko wrote: > 2013/3/25 Thad Humphries : > > I have a web-app that uses a servlet for downloading files from a > > repository--PDF, Office, images, zip, etc. It works with desktop > > browsers--IE, Firefox, Chrome, and Safari--on their various platfor

Re: Can ClientAbortException be circumvented?

2013-03-24 Thread Mark Thomas
On 24/03/2013 20:30, Thad Humphries wrote: > Thoughts? Grab a copy of Wireshark. Take a look at exactly what is going on and hopefully use that to figure out what is causing the breakage. Mark - To unsubscribe, e-mail: users-u

Re: Can ClientAbortException be circumvented?

2013-03-24 Thread Konstantin Kolinko
2013/3/25 Thad Humphries : > I have a web-app that uses a servlet for downloading files from a > repository--PDF, Office, images, zip, etc. It works with desktop > browsers--IE, Firefox, Chrome, and Safari--on their various platforms. It > also works fine with Firefox from Android (2.3 and 4.x test

Can ClientAbortException be circumvented?

2013-03-24 Thread Thad Humphries
I have a web-app that uses a servlet for downloading files from a repository--PDF, Office, images, zip, etc. It works with desktop browsers--IE, Firefox, Chrome, and Safari--on their various platforms. It also works fine with Firefox from Android (2.3 and 4.x tested). However when I try with Androi