Skip to content

Commit

Permalink
[grailstwitter] Made the search results page XSS safe.
Browse files Browse the repository at this point in the history
  • Loading branch information
pledbrook committed Oct 13, 2011
1 parent b1f8aa3 commit b603289
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions grailstwitter/grails-app/conf/Config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ log4j = {
'grails.plugin.searchable'

}

searchable {
compassConnection = null
compassSettings = [
Expand Down
1 change: 1 addition & 0 deletions grailstwitter/grails-app/views/searchable/index.gsp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<%@ page defaultCodec="html" %>
<%@ page import="org.springframework.util.ClassUtils" %>
<%@ page import="grails.plugin.searchable.internal.lucene.LuceneUtils" %>
<%@ page import="grails.plugin.searchable.internal.util.StringQueryUtils" %>
Expand Down

0 comments on commit b603289

Please sign in to comment.