I think this is a know issue with v2.4. It was fixed in 2.6. Check-out the change-log for 'redirect'. The version number is visible at the bottom of your left-menu.
dirk On Wed, Mar 25, 2009 at 10:07 PM, psterk <[email protected]> wrote: > > Hi, > > I have version 2.4 installed (I am not sure what the exact version number > is. Please let me know the best way to determine this.) The redirect after > login feature is not working. Specifically: > > - the user is on wiki page X > - then, an explicit login is done. > - the user is redirected to Login.jsp. The authn is successful. > - the user is then redirected to the main wiki page. What I want is to be > redirected to the original wiki page X. > > Is this a known issue with older versions? Below is a snippet from web.xml. > > Please let me know if you need more info. > > Paul > > <filter-name>RedirectorFilter</filter-name> > <display-name>RedirectorFilter</display-name> > <filter-class>jrw.RedirectorFilter</filter-class> > <init-param> > <param-name>destination</param-name> > <param-value>http://(hostname > removed){request.uriAndQueryString}</param-value> > </init-param> > <init-param> > <param-name>uri-rewrite-from</param-name> > <param-value>^/gfwiki</param-value> > </init-param> > <init-param> > <param-name>uri-rewrite-to</param-name> > <param-value/> > </init-param> > </filter> > > <filter-mapping> > <filter-name>RedirectorFilter</filter-name> > <url-pattern>/gfwiki/*</url-pattern> > </filter-mapping> > > -- > View this message in context: > http://www.nabble.com/Redirect-after-login-does-not-work-tp22710183p22710183.html > Sent from the JspWiki - User mailing list archive at Nabble.com. > >
