Thanks for those hints!
I'll give it a try :)
Type: Posts; User: wemu; Keyword(s):
Thanks for those hints!
I'll give it a try :)
So it looks like:
<bean id="recursiveFtpSynchronizer" class="org.company.sftp.inbound.RecursiveSftpInboundFileSynchronizer">
<constructor-arg ref="sftpSessionFactory"/>
</bean>...
Thanks for the replies!
I found a similar example in the archive: http://forum.springsource.org/archive/index.php/t-127972.html
But I would prefer not having to go there :)
I kinda ignored the...
I stumbled into the same issue. The files on the sftp server are stored in sub-directories (which group files that belong together).
where / how can I configure a custom...
hello
if you dont change the defaults that come with <http> then no you dont need to repeat that configuration.
the http element takes most of the configuration settings too:
<http...
hello!
thanks a lot for the very quick response!!
this probably saved me a lot of time :)
i'll vote on that issue and think about some workaround.
thanks!
Hello
I've constructed some weird problem and would like to plead for help.
I got a web-application that will ask the user for some settings (mainly the database stuff) upon first startup.
For...
hello
I've got some trouble to understand howto alter the userdetails available when the user has not yet logged in.
My goal is that the call to:
...
hello
thanks for the reply!
i've tried to pust the basic filter behind the HttpSessionContextIntegrationFilter but with no big changes. the basic filter seems not to understand what to do....
hello
I've started with spring security a few days ago. So please be patient if I ask boring questions :rolleyes:
I need to integrate spring security with container based authentication. I've...