There was a bug-report on that issue stating that M$ would not send
authentication data
until faced with a server error (50x or something similar, I think).

The JBoss Authentication Handler has been extended with the parameter
"validateUnauthenticatedCalls"

                        <!-- authentication runs against the jaas:/other
domain -->
                        <handler
type="java:org.jboss.net.axis.server.JBossAuthenticationHandler">
                                <parameter name="securityDomain"
value="java:/jaas/other"/>
                                <parameter
name="validateUnauthenticatedCalls" value="false"/>
</handler>

This will block any unauthenticated calls from trying to get routed (this is
what M$ could first try to do before going the "right" way).

Best,
CGJ



> -----Urspr�ngliche Nachricht-----
> Von: Simone Milani [mailto:[EMAIL PROTECTED] 
> Gesendet: Dienstag, 10. Juni 2003 16:29
> An: [EMAIL PROTECTED]
> Betreff: [JBoss-user] M$ Soap 3.0 toolkit and JBoss.net interop
> 
> 
> Hi,
> 
>     I am happily using the M$ Soap 3.0 toolkit as a client 
> for JBoss.net.  I am now having trouble having the Basic 
> Authentication to work.  Has anyone managed to use it?
> 
> Thanks
> 
> 
> Simone
> 
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by:  Etnus, makers of 
> TotalView, The best thread debugger on the planet. Designed 
> with thread debugging features you've never dreamed of, try 
> TotalView 6 free at www.etnus.com. 
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED] 
> https://lists.sourceforge.net/lists/listinfo/j> boss-user
> 
###########################################

This message has been scanned by F-Secure Anti-Virus for Microsoft Exchange.
For more information, connect to http://www.F-Secure.com/


-------------------------------------------------------
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to