Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 37367 invoked from network); 12 May 2008 11:28:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 May 2008 11:28:07 -0000 Received: (qmail 3940 invoked by uid 500); 12 May 2008 11:27:57 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 3911 invoked by uid 500); 12 May 2008 11:27:57 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 3900 invoked by uid 99); 12 May 2008 11:27:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 May 2008 04:27:57 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of aleks_d@gmx.de designates 213.165.64.20 as permitted sender) Received: from [213.165.64.20] (HELO mail.gmx.net) (213.165.64.20) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 12 May 2008 11:27:03 +0000 Received: (qmail invoked by alias); 12 May 2008 11:27:24 -0000 Received: from g228074178.adsl.alicedsl.de (EHLO localhost) [92.228.74.178] by mail.gmx.net (mp056) with SMTP; 12 May 2008 13:27:24 +0200 X-Authenticated: #14782887 X-Provags-ID: V01U2FsdGVkX18kU/gGKyMke/5h39NcVxEQronD4u9yc+1/Dy+csN ovPrxULS3fAz8U Date: Mon, 12 May 2008 13:27:37 +0200 From: =?utf-8?B?0JDQu9C10LrRgdCw0L3QtNGK0YAg0JsuINCU0LjQvNC40YLRgNC+0LI=?= To: Tomcat Users List Subject: Re: Streaming Video Media Message-ID: <20080512112737.GB21491@brmbr.sfs.uni-tuebingen.de> References: <17185149.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="yEPQxsgoJgBvi8ip" Content-Disposition: inline In-Reply-To: <17185149.post@talk.nabble.com> User-Agent: Mutt/1.5.17+20080114 (2008-01-14) X-Y-GMX-Trusted: 0 X-Virus-Checked: Checked by ClamAV on apache.org --yEPQxsgoJgBvi8ip Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi,=20 Quoth bperquku: > Hi, > I installed Tomcat 6.0. I have sample webapp that streams's video content. > Is it possible somke how to protect video from downloading Simplest suggestion: why don't you just let the webapp authenticate the user against some user DB? If security isn't a concern there are even simpler me= thods (like, md5-hash the password and store it locally). Query for it with a JS input dialog or an http form. If it's supposed to be= very secure, use SSL on top. Aleks --yEPQxsgoJgBvi8ip Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD4DBQFIKCmprljAdGQVWuARAsRxAJ9zW1gCnZ2pOou2oX64k3BBdttrqwCYwQnu H6ZKK77F0AeGfnFy1qhrzA== =flMk -----END PGP SIGNATURE----- --yEPQxsgoJgBvi8ip--