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. 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.

Reply via email to