Skip to content

Commit

Permalink
Fix broken link for Java xml [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
yhirano55 committed Aug 23, 2017
1 parent abe9592 commit ed1b4b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activesupport/lib/active_support/xml_mini/jdom.rb
Expand Up @@ -40,7 +40,7 @@ def parse(data)
else
@dbf = DocumentBuilderFactory.new_instance
# secure processing of java xml
# http://www.ibm.com/developerworks/xml/library/x-tipcfsx/index.html
# https://archive.is/9xcQQ
@dbf.setFeature("http://apache.org/xml/features/nonvalidating/load-external-dtd", false)
@dbf.setFeature("http://xml.org/sax/features/external-general-entities", false)
@dbf.setFeature("http://xml.org/sax/features/external-parameter-entities", false)
Expand Down

0 comments on commit ed1b4b9

Please sign in to comment.