This is an automated email from the ASF dual-hosted git repository.

mbien pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/roller.git.


    from 58e61b0  Merge pull request #90 from snoopdave/parse-referrer
     new 97cf6e7  TagDataServlet input validation.
     new 2c68105  OpenSearchServlet input validation.
     new 21c3c32  weblog handle validation.
     new 253c309  WeblogRequest and WeblogFeedRequest input validation.
     new 89ec086  Exception handling can be simplified since velocity is now 
throwing subtypes of VelocityException.
     new b498567  exception handling / logging.
     new 2fc77ed  added error pages for 400 and 500 errors.
     new f816257  fix: this should be && not ||.
     new 8e09e8f  escape html in weblog title + remove non alphanumeric chars 
in tags.

The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../business/jpa/JPAWeblogManagerImpl.java         | 22 +++++++-
 .../comments/CommentAuthenticatorUtils.java        |  8 ++-
 .../ui/rendering/servlets/CommentServlet.java      |  6 +-
 .../ui/rendering/servlets/FeedServlet.java         |  2 +-
 .../ui/rendering/servlets/SearchServlet.java       | 19 +++----
 .../ui/rendering/util/WeblogFeedRequest.java       |  7 ++-
 .../weblogger/ui/rendering/util/WeblogRequest.java | 10 ++--
 .../rendering/velocity/RollerResourceLoader.java   |  9 ++-
 .../ui/rendering/velocity/VelocityRenderer.java    | 55 +++---------------
 .../velocity/VelocityRendererFactory.java          | 21 +++----
 .../weblogger/ui/struts2/editor/EntryBean.java     | 10 ++--
 .../webservices/opensearch/OpenSearchServlet.java  | 66 +++++++++++-----------
 .../webservices/tagdata/TagDataServlet.java        | 58 +++++++++++++------
 app/src/main/webapp/WEB-INF/web.xml                | 17 +++++-
 14 files changed, 163 insertions(+), 147 deletions(-)

Reply via email to