Root Exception stack trace:
org.mule.api.security.UnauthorisedException: Registered authentication is set to org.mule.module.spring.security.filters.http.HttpBasicAuthenticationFilter but there was no security context on the session. Authentication denied on endpoint http://0.0.0.0:8888. Message payload is of type: ContentLengthInputStream
at org.mule.transport.http.filters.HttpBasicAuthenticationFilter.authenticateInbound(HttpBasicAuthenticationFilter.java:160)
at org.mule.security.AbstractEndpointSecurityFilter.authenticate(AbstractEndpointSecurityFilter.java:58)
at org.mule.security.AbstractAuthenticationFilter.doFilter(AbstractAuthenticationFilter.java:56)
    + 3 more (set debug level logging or '-Dmule.verbose.exceptions=true' for everything)

解决方案 »

  1.   

    地址 怎么变为    http://0.0.0.0:8888   你查查原因。 
      

  2.   


    这个貌似和IP什么关系吧,数据时发送过去了的  但是 在解析的时候貌似那里出错了
    1、no security context on the session.
    2、Message payload is of type: ContentLengthInputStream
    我觉得关键是这两个,但是我用浏览器访问的时候是没问题的,所以我就奇怪了
    http://user:password@IP:port/path  这种格式的浏览器访问   和 我们写HTTPclient有什么区别啊?