[JBoss-dev] [Design of JBoss/Tomcat Integration] - Re: tomcat-5.0.27 authentication/authorization

2005-01-25 Thread mate12
No one know? OK, is it somehow possible to put with servlet same data that server put after successfully check user name and password in , BASIC or FORM? I want to use my own login way and I need to put this data so web server can exchange this data with EJB server. Or there is another way ho

[JBoss-dev] [Design of JBoss/Tomcat Integration] - tomcat-5.0.27 authentication/authorization

2005-01-24 Thread mate12
Can I change authorization parameters in code? I found this: "1. Check whether there is an Authorization header. If there is no such header, go to Step 2. If there is, skip over the word "basic" and reverse the base64 encoding of the remaining part. This results in a string of the form username