Revision 023f6f1e src/gr/ebs/gss/server/webdav/Webdav.java

b/src/gr/ebs/gss/server/webdav/Webdav.java
3392 3392
			context = theContext;
3393 3393
		}
3394 3394

  
3395
		@Override
3395 3396
		public InputSource resolveEntity(String publicId, String systemId) {
3396 3397
			context.log("The request included a reference to an external entity with PublicID " + publicId + " and SystemID " + systemId + " which was ignored");
3397 3398
			return new InputSource(new StringReader("Ignored external entity"));

Also available in: Unified diff