Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for 415 (0.02 sec)

  1. compat/maven-artifact/src/test/java/org/apache/maven/artifact/versioning/VersionRangeTest.java

            assertTrue(restriction.isUpperBoundInclusive(), CHECK_UPPER_BOUND_INCLUSIVE);
    
            range1 = VersionRange.createFromVersionSpec("[1.0,1.2],[1.3,1.5]");
            range2 = VersionRange.createFromVersionSpec("[1.1,1.4],[1.5,]");
            mergedRange = range1.restrict(range2);
            assertNull(mergedRange.getRecommendedVersion(), CHECK_VERSION_RECOMMENDATION);
            restrictions = mergedRange.getRestrictions();
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 44.3K bytes
    - Viewed (0)
  2. docs/en/docs/img/deployment/https/https07.drawio

                        <mxGeometry relative="1" as="geometry">
                            <mxPoint x="415" y="680" as="sourcePoint"/>
                            <mxPoint x="110" y="275" as="targetPoint"/>
                            <Array as="points">
                                <mxPoint x="245" y="710"/>
                            </Array>
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Thu May 12 00:06:16 UTC 2022
    - 18.7K bytes
    - Viewed (0)
  3. docs/en/docs/img/deployment/https/https08.drawio

                        <mxGeometry relative="1" as="geometry">
                            <mxPoint x="415" y="680" as="sourcePoint"/>
                            <mxPoint x="110" y="275" as="targetPoint"/>
                            <Array as="points">
                                <mxPoint x="245" y="710"/>
                            </Array>
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Thu May 12 00:06:16 UTC 2022
    - 20.9K bytes
    - Viewed (0)
  4. docs/en/docs/img/deployment/https/https.drawio

                        <mxGeometry relative="1" as="geometry">
                            <mxPoint x="415" y="680" as="sourcePoint"/>
                            <mxPoint x="110" y="275" as="targetPoint"/>
                            <Array as="points">
                                <mxPoint x="245" y="710"/>
                            </Array>
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Thu May 12 00:06:16 UTC 2022
    - 25.7K bytes
    - Viewed (1)
  5. src/archive/tar/reader_test.go

    		},
    	}, {
    		maker: makeSparse{makeReg{"abcdefghEXTRA", 13}, sparseDatas{{1, 3}, {6, 5}}, 15},
    		tests: []testFnc{
    			testRemaining{15, 13},
    			testWriteTo{fileOps{int64(1), "abc", int64(2), "defgh", int64(4)}, 15, errUnrefData},
    			testRead{100, "", errUnrefData},
    			testRemaining{0, 5},
    		},
    	}}
    
    	for i, v := range vectors {
    		var fr fileReader
    		switch maker := v.maker.(type) {
    		case makeReg:
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Oct 03 15:48:09 UTC 2024
    - 46.9K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.2.md

    headers are now properly handled as per the HTTP spec.  As a consequence, if
    you had a client that was sending an invalid Content-Type or Accept header to
    the API, in 1.2 you will either receive a 415 or 406 error.
    The only client
    this is known to affect is curl when you use -d with JSON but don't set a
    content type, helpfully sends "application/x-www-urlencoded", which is not
    correct.
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Fri Dec 04 06:36:19 UTC 2020
    - 41.4K bytes
    - Viewed (0)
Back to top