Thanks for the reminder JP. This is done.

On Sun, Jan 25, 2015 at 4:30 AM, Juan Pablo Santos Rodríguez <
[email protected]> wrote:

> Hi David,
>
> would you mind updating ChangeLog with latest commits' info + bump
> o.a.w.Release#BUILD? This way is easier to keep track of all changes, f.ex,
> the former is linked directly from jspwiki.apache.org.
>
>
> br, and thanks for your work! :-)
>
> On Sat, Jan 24, 2015 at 12:03 PM, <[email protected]> wrote:
>
> > Author: dvittor
> > Date: Sat Jan 24 11:03:27 2015
> > New Revision: 1654491
> >
> > URL: http://svn.apache.org/r1654491
> > Log:
> > JSPWIKI-867: Return to VIEW context after a deletion.
> >
> > Modified:
> >     jspwiki/trunk/jspwiki-war/src/main/webapp/Delete.jsp
> >
> > Modified: jspwiki/trunk/jspwiki-war/src/main/webapp/Delete.jsp
> > URL:
> >
> http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/webapp/Delete.jsp?rev=1654491&r1=1654490&r2=1654491&view=diff
> >
> >
> ==============================================================================
> > --- jspwiki/trunk/jspwiki-war/src/main/webapp/Delete.jsp (original)
> > +++ jspwiki/trunk/jspwiki-war/src/main/webapp/Delete.jsp Sat Jan 24
> > 11:03:27 2015
> > @@ -69,7 +69,7 @@
> >              session.setAttribute( BreadcrumbsTag.BREADCRUMBTRAIL_KEY,
> > trail );
> >          }
> >
> > -        response.sendRedirect(wiki.getURL( WikiContext.INFO, redirTo,
> > null, false ));
> > +        response.sendRedirect(wiki.getURL( WikiContext.VIEW, redirTo,
> > null, false ));
> >          return;
> >      }
> >      else if( delete != null )
> > @@ -91,7 +91,7 @@
> >              }
> >          }
> >
> > -        response.sendRedirect(wiki.getURL( WikiContext.INFO, redirTo,
> > null, false ));
> > +        response.sendRedirect(wiki.getURL( WikiContext.VIEW, redirTo,
> > null, false ));
> >          return;
> >      }
> >
> >
> >
> >
>

Reply via email to