Skip to content

Commit ed1b4b9

Browse files
committed
Fix broken link for Java xml [ci skip]
1 parent abe9592 commit ed1b4b9

File tree

1 file changed

+1
-1
lines changed
  • activesupport/lib/active_support/xml_mini

1 file changed

+1
-1
lines changed

activesupport/lib/active_support/xml_mini/jdom.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def parse(data)
4040
else
4141
@dbf = DocumentBuilderFactory.new_instance
4242
# secure processing of java xml
43-
# http://www.ibm.com/developerworks/xml/library/x-tipcfsx/index.html
43+
# https://archive.is/9xcQQ
4444
@dbf.setFeature("http://apache.org/xml/features/nonvalidating/load-external-dtd", false)
4545
@dbf.setFeature("http://xml.org/sax/features/external-general-entities", false)
4646
@dbf.setFeature("http://xml.org/sax/features/external-parameter-entities", false)

0 commit comments

Comments
 (0)