Mantis - Resin
Viewing Issue Advanced Details
4130 minor always 07-19-10 10:00 07-23-10 12:04
ferg  
ferg  
normal  
closed 4.0.8  
fixed  
none    
none 4.0.9  
0004130: remote-client authentication
(rep by Jeff Schnitzer)

I'm trying to inject a connection to a remote hessian service using
Resin 4.0.8. I have the <remote-client> declared in my resin-web.xml.
 I can inject the proxy just fine, but I don't see any way to provide
basic auth credentials. Is it possible? I can always use the
HessinProxyFactory directly, but that seems like a workaround.

Notes
(0004682)
ferg   
07-23-10 12:04   
server/5204

The configuration is:

<mypkg:MyClientApi>
  <resin:HessianClient url="..." userName="my-name" password="my-password"/>
</mypkg:MyClientApi>