Spring Operator
Spring Operator
**[Keith Donald](https://jira.spring.io/secure/ViewProfile.jspa?name=kdonald)** commented All reference manual examples should be showcases.
**[Jeremy Haile](https://jira.spring.io/secure/ViewProfile.jspa?name=jhaile)** commented Original forum post related to this issue is here: http://forum.springframework.org/showthread.php?t=64698
**[Paweł Rymaszewski](https://jira.spring.io/secure/ViewProfile.jspa?name=rymek)** commented action1 is wrong it should be like this ofcourse: ```xml ```
**[Rossen Stoyanchev](https://jira.spring.io/secure/ViewProfile.jspa?name=rstoya05-aop)** commented I'm not sure I follow the request. You can secure flows, states, and transitions. You can also handle exceptions and you can define more advanced decision logic...
**[Rossen Stoyanchev](https://jira.spring.io/secure/ViewProfile.jspa?name=rstoya05-aop)** commented Okay I think I understand better. What confused me is the fact that secured can appear in multiple places including flow level, state, and on transitions. I...
**[Taylor S. Wicksell](https://jira.spring.io/secure/ViewProfile.jspa?name=taylor.wicksell)** commented We would also love to see something like this.
**[Sloan Seaman](https://jira.spring.io/secure/ViewProfile.jspa?name=sseaman)** commented Update to code that I am using (previous version was untested and taken from a forum, this version I have tested against a Blue Coat proxy) ```...
**[Oleg Zhurakousky](https://jira.spring.io/secure/[email protected])** commented I am going to push this issue as I am discovering a lot of inconsistencies while testing with other Proxy servers (e.g., Squid) or without proxy servers...
**[Oleg Zhurakousky](https://jira.spring.io/secure/[email protected])** commented Here is the link to my branch so you can test it out https://github.com/olegz/spring-integration/tree/INT-2505
**[Sloan Seaman](https://jira.spring.io/secure/ViewProfile.jspa?name=sseaman)** commented Thanks! I'll attempt to test it in the next few days