Skip to content
Succès

Changes

Summary

  1. Fix a bug in AutoRedirectServlet in which the goto parameter is directly (details)
Commit b1571e8de07832d62242b633fdaab98e66efd7bf by Miguel Moquillon
Fix a bug in AutoRedirectServlet in which the goto parameter is directly
encoded for URL even in the case it isn't set, driving to a
NullPointerException. Now, all the URL parameters are encoded when
they're valued.
The file was modifiedcore-war/src/main/webapp/look/jsp/spaceHomePage.jsp (diff)
The file was modifiedcore-war/src/main/java/org/silverpeas/web/AutoRedirectServlet.java (diff)