Java Security filter together with thickbox pop-ups
        Posted  
        
            by user197127
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user197127
        
        
        
        Published on 2010-05-17T05:57:03Z
        Indexed on 
            2010/05/17
            6:00 UTC
        
        
        Read the original article
        Hit count: 284
        
Hi,
I have a java application that uses a security filter to protect certain resources. If there is no user logged on, it will keep in session the request path and redirect to a logon page. After a successful logon, user is redirected to the original requested page.
I have now added some thickbox (ajax bases pop-up) popups to the application. Unfortunately, when I get now a popup that is "secure" the filter redirects to a logon page (which is not a popup) and makes the whole application messy.
Anyone with ideas on how to solve this?
Thanks
© Stack Overflow or respective owner