Re: Form based authentaction but not for static resources

2006-12-22 Thread Peter Coppens

Thanks, I will, Peter.


Mikolaj Rydzewski-2 wrote:
> 
> Peter Coppens wrote:
>> I understand that that is the way a typical servlet deployment would work
>> yes. On the other hand, it would not meet the url requirements that are
>> imposed on me.
>>   
> So you can try http://securityfilter.sourceforge.net/
> 
> -- 
> Mikolaj Rydzewski <[EMAIL PROTECTED]>
> 
> 
>  
> 

-- 
View this message in context: 
http://www.nabble.com/Form-based-authentaction-but-not-for-static-resources-tf2870124.html#a8025548
Sent from the Tomcat - User mailing list archive at Nabble.com.


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Form based authentaction but not for static resources

2006-12-22 Thread Mikolaj Rydzewski

Peter Coppens wrote:

I understand that that is the way a typical servlet deployment would work
yes. On the other hand, it would not meet the url requirements that are
imposed on me.
  

So you can try http://securityfilter.sourceforge.net/

--
Mikolaj Rydzewski <[EMAIL PROTECTED]>



smime.p7s
Description: S/MIME Cryptographic Signature


Re: Form based authentaction but not for static resources

2006-12-22 Thread Peter Coppens

I understand that that is the way a typical servlet deployment would work
yes. On the other hand, it would not meet the url requirements that are
imposed on me.

Thanks,

Peter


Mikolaj Rydzewski-2 wrote:
> 
> Peter Coppens wrote:
>> 
>>   
>> myapp
>>   /*
>>   
> Use pattern like *.jsp, *.do or /secure/*
> 
> 
> -- 
> Mikolaj Rydzewski <[EMAIL PROTECTED]>
> 
> 
>  
> 

-- 
View this message in context: 
http://www.nabble.com/Form-based-authentaction-but-not-for-static-resources-tf2870124.html#a8023769
Sent from the Tomcat - User mailing list archive at Nabble.com.


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Form based authentaction but not for static resources

2006-12-22 Thread Mikolaj Rydzewski

Peter Coppens wrote:


  
myapp
  /*
  

Use pattern like *.jsp, *.do or /secure/*


--
Mikolaj Rydzewski <[EMAIL PROTECTED]>



smime.p7s
Description: S/MIME Cryptographic Signature


Form based authentaction but not for static resources

2006-12-22 Thread Peter Coppens

Tomcat fans,

I have a (I assume basic) question wrt servlet/tomcat
authentication/authorization

First let me indicate I would like my URL to always be something like 
http:///username

I have configured a security-constraint like


  
myapp
  /*
  POST
  GET


  user
 
 


I would however like to have some static resources accessible without any
authentication. Typically these would be identified with 
http:///resouce/appstyle.css etc.

The reason is that I would like to have the login page use an external
stylesheet and/or some images.

Is that at all possible? Any guidelines how to achieve that?

Thanks,

Peter
-- 
View this message in context: 
http://www.nabble.com/Form-based-authentaction-but-not-for-static-resources-tf2870124.html#a8021941
Sent from the Tomcat - User mailing list archive at Nabble.com.


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]