diff options
author | Yoshiyuki Hirano <yhirano@me.com> | 2017-08-24 01:55:16 +0900 |
---|---|---|
committer | Yoshiyuki Hirano <yhirano@me.com> | 2017-08-24 01:55:16 +0900 |
commit | ed1b4b92e189316da4dfcfc5bcd671248d6befca (patch) | |
tree | 42c4fe0274d512bf0d6f2e9745a76c08428a74b8 /activesupport/lib/active_support/xml_mini | |
parent | abe9592beadf8f7146bc531b94aab2992eb5eeb4 (diff) | |
download | rails-ed1b4b92e189316da4dfcfc5bcd671248d6befca.tar.gz rails-ed1b4b92e189316da4dfcfc5bcd671248d6befca.tar.bz2 rails-ed1b4b92e189316da4dfcfc5bcd671248d6befca.zip |
Fix broken link for Java xml [ci skip]
Diffstat (limited to 'activesupport/lib/active_support/xml_mini')
-rw-r--r-- | activesupport/lib/active_support/xml_mini/jdom.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/xml_mini/jdom.rb b/activesupport/lib/active_support/xml_mini/jdom.rb index 60c7277028..ebed376c7a 100644 --- a/activesupport/lib/active_support/xml_mini/jdom.rb +++ b/activesupport/lib/active_support/xml_mini/jdom.rb @@ -40,7 +40,7 @@ module ActiveSupport 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) |