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
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