Hi,

I know I can do a 302 redirect in a Stripes Action Bean like this:

return new RedirectResolution(ExampleAction.class).addParameter("topic",
12);

But this the default temporary redirect (301). For SEO reasons I like to
send a permanent 302 redirect. But how?

Should I make my own RedirectResolution? Or is there easier way?


------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to