I would really appreciate a java and php example
thanks
Andy
Type: Posts; User: bangzippy; Keyword(s):
I would really appreciate a java and php example
thanks
Andy
After playing around, It looks like the easiest thing to is pre-emptively send the authentication header
It adds some over head on the server. How ever I need to make things as brain dead simple...
Thanks for the suggestion.
I played around with http-basic yesterday. but did not get very far. I do not have a good example of what / how the http headers work, with spring. I guess I will need...
Hi
I have a collection of web services that make calls to each other passing XML. The URLs they access are protected. Can anyone suggest an easy way to set up the system so that these...
Hi Luke
fair enough. As a newb I total missed this. Its it mentioned in the tutorial?
This is a very important detail
thanks
Andy
Hi Rwinch
the upgrading did not help. I spent some time combing through the http response header using the Web developers toolbar in Firefox. I am pretty sure the problem is that after I log out,...
I am using Tomcat 6.0.29
The tomcat bug you mentioned "More than one JSESSIONID cookie headers set" was marked as being fixed in 6.0.26 on PC linux. I am on Mac, however I assume the distribution...
I am new to spring security. I built a little example based on the tutorial and examples in the book "Spring Security 3". In my test program I set up a protected resource. I am not able to access...
Hi
I need to come up with a security architecture and design that works with web applications written in both Java and PHP. I am totally blown away with the Java support. Does anyone know if the...
Hi
I am new to spring. for the life of me I can not figure out how to configure
org.springframework.oxm.jaxb.Jaxb2Marshaller so that it pretty prints and
validates. Any idea what I need to add...