- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for MalformedXML (0.04 sec)
-
src/test/java/org/codelibs/fess/util/GsaConfigParserTest.java
} } public void test_parseWithMalformedXml() { GsaConfigParser parser = new GsaConfigParser(); String malformedXml = "<?xml version=\"1.0\"?><eef><unclosed>"; try { parser.parse(new InputSource(new StringReader(malformedXml))); fail("Should throw GsaConfigException"); } catch (GsaConfigException e) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 12 07:34:10 UTC 2025 - 11.4K bytes - Viewed (0)