- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for MalformedXML (0.07 seconds)
-
src/test/java/org/codelibs/fess/util/GsaConfigParserTest.java
} @Test 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) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 11.7K bytes - Click Count (0) -
cmd/api-errors.go
Code: "InvalidRequest", Description: "Cannot specify both Range header and partNumber query parameter", HTTPStatusCode: http.StatusBadRequest, }, ErrMalformedXML: { Code: "MalformedXML", Description: "The XML you provided was not well-formed or did not validate against our published schema.", HTTPStatusCode: http.StatusBadRequest, }, ErrMissingContentLength: {
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Wed Apr 16 07:34:24 GMT 2025 - 93K bytes - Click Count (3)