Search:

Type: Posts; User: jy1999; Keyword(s):

Search: Search took 0.03 seconds.

  1. CAS Proxy Authentication and RestTemplate, Problem when using Post method

    Hi,

    I have 3 web apps A, B, C all using Spring Security 3.1.0 and all protected CAS 3.1. App A is a simple widget, which will call service B and then B will call service C to get data. By using...
  2. HTTPOutBoundGateway access CAS SSO protected webpage?

    Hi,

    How can I through HTTP OutBound-gateway to access the webpage protected by CAS SSO? Anybody had success with this?

    Thanks,

    Jeffrey
  3. Replies
    8
    Views
    1,246

    Yes, I'm using the header filter to remove the...

    Yes, I'm using the header filter to remove the "content-length" right now. But is it possible to update the content-length value instead of remove it?

    Thanks,

    Jeffrey
  4. Replies
    8
    Views
    1,246

    Question regarding HTTP Response Header

    Hi,

    I have a spring integration piece sitting between front and a backend rest services to do the message transform, as defined as below:



    <http:inbound-gateway id="request01"
    ...
  5. Hi Oleg, Thanks for look into it. We did...

    Hi Oleg,

    Thanks for look into it. We did change the host name to resolve the problem.

    -Jeffrey
  6. http:outbound-gateway, throws exception when domain name contains underscore

    I tried to configure a http:outbound-gateway, when the domain name contains an underscore character, it throws invalid character exception.

    Any solution/workaround?

    Thanks,

    Jeffrey
  7. Replies
    13
    Views
    1,402

    Do I need to configure a Service Activator to do...

    Do I need to configure a Service Activator to do that?

    Thanks,

    Jeffrey
  8. Replies
    13
    Views
    1,402

    Hi Mark, I can make that work if I add the...

    Hi Mark,

    I can make that work if I add the contenttype in the headermapper as the provided link shows.

    But what I want is: where is the place (class) I should extend to add extra information...
  9. Replies
    13
    Views
    1,402

    Hi Oleg and Mark, Thank you very much for your...

    Hi Oleg and Mark,

    Thank you very much for your help. Following your suggestion, my piece is also working now. The problem I found is because in my testing, I changed the:
    ...
  10. Replies
    13
    Views
    1,402

    2.0.0.release

    2.0.0.release
  11. Replies
    13
    Views
    1,402

    Hi, Thanks for all your reply. What I want...

    Hi,

    Thanks for all your reply.

    What I want to implement is: From a webcomponent A, through the SI to to get Data from another REST Service B.
    basically: A (WebApp) --> inbound http gateway's...
  12. Replies
    13
    Views
    1,402

    Hi, I'm new to Spring Integration. I have a...

    Hi, I'm new to Spring Integration. I have a similar need. Below is the snippet of my configuration:


    <int-http:inbound-gateway
    id="inbound"
    name="/dotest.htm" ...
Results 1 to 12 of 12