Hello Community
im glad to start my first thread here but first i have to excuse my bad english in advance.![]()
Now lets get back to my question:
I have to open a xhtml file with URL("..").openStream; from a Servlet. I need the html-output so i have no other chance. The file lays in a protectet directory so if i try to open it, the conection will be refused by Spring Security.
I wonder if i'm able to tell Spring Security that connections from localhost or 127.0.0.1 are permitted always.
Does anyone know a solution?
regards
David



Reply With Quote