IIS Server Security - Allow jar files to be served without authentification?

This is Interesting: Free IT Magazines  
Home > Archive > IIS Server Security > July 2007 > Allow jar files to be served without authentification?





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Allow jar files to be served without authentification?
Crystal

2007-07-24, 1:24 pm

We have IIS configured to require SSL and allow anonymous access is disabled.
I need to be able to allow .jar files to be served up without
authentification. With anonymous access enabled, our .jar files are served
up. With it disabled, we are continually prompted for a User Name and
Password. How could we resolve this problem?

Thanks!

Crystal
David Wang

2007-07-27, 7:18 am

On Jul 24, 7:20 am, Crystal <Crys...@discussions.microsoft.com> wrote:
> We have IIS configured to require SSL and allow anonymous access is disabled.
> I need to be able to allow .jar files to be served up without
> authentification. With anonymous access enabled, our .jar files are served
> up. With it disabled, we are continually prompted for a User Name and
> Password. How could we resolve this problem?
>
> Thanks!
>
> Crystal



Configure .jar files to only have Anonymous authentication. You will
have to do this one file at a time because IIS Authentication settings
are on a per-URL scope, not RegExp-extension-based scope.

This means you can make your life easier by creating a vdir holding
all .jar files and configuring the vdir to allow anonymous
authentication. Instead of sprinkling .jar files everywhere and then
trying to tell IIS "only anonymous authentication for .jar files".

It would be possible to rewrite IIS to authenticate with a scope like
that, but that's not what currently exists.


//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com