Skip to content

Commit ee8954a

Browse files
Merge 25.8 to develop
2 parents 7d44d44 + 6b825c6 commit ee8954a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

core/src/org/labkey/core/webdav/DavController.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3607,8 +3607,7 @@ private static FileTime getLastModified(InputStream in) throws IOException
36073607
{
36083608
try
36093609
{
3610-
SAXParserFactory factory = SAXParserFactory.newInstance();
3611-
SAXParser saxParser = factory.newSAXParser();
3610+
SAXParser saxParser = XmlBeansUtil.SAX_PARSER_FACTORY.newSAXParser();
36123611
final List<StringBuilder> lastModifieds = new ArrayList<>();
36133612

36143613
saxParser.parse(new InputSource(in), new DefaultHandler()

0 commit comments

Comments
 (0)