Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    15
    Views
    2,604

    Thanks for those hints! I'll give it a try :)

    Thanks for those hints!

    I'll give it a try :)
  2. Replies
    15
    Views
    2,604

    So it looks like:

    So it looks like:


    <bean id="recursiveFtpSynchronizer" class="org.company.sftp.inbound.RecursiveSftpInboundFileSynchronizer">
    <constructor-arg ref="sftpSessionFactory"/>
    </bean>...
  3. Replies
    15
    Views
    2,604

    Thanks for the replies! I found a similar...

    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...
  4. Replies
    15
    Views
    2,604

    I stumbled into the same issue. The files on 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...
  5. Replies
    1
    Views
    474

    hello if you dont change the defaults that...

    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...
  6. hello! thanks a lot for the very quick...

    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!
  7. re-initialize spring-security after context-refresh?

    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...
  8. same interface for UserDatails (anonymous or logged in)

    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:


    ...
  9. Replies
    2
    Views
    1,078

    hello thanks for the reply! i've tried 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....
  10. Replies
    2
    Views
    1,078

    preauth with BASIC fallback

    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...
Results 1 to 10 of 10