Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for toml (0.05 sec)

  1. FessMultipartRequestHandler.java

    if (boundarySize > getBoundaryLimitSize()) { L163: throwTooLongBoundarySizeException(contentType, boundarySize, limitSize); L164: } L165: } L166: L167: protected int getBoundaryLimitSize() { L168: // one HTTP proxy tool already limits the size (e.g. 3450 bytes) L169: // so specify this size for test L170: return 2000; // you can override as you like it L171: } L172: L173: protected void throwTooLongBoundarySizeException(final String contentType,...
    github.com/codelibs/fess/src/main/java/org/code...
    Wed Oct 23 13:27:21 UTC 2024
      18.6K bytes
Back to top