Andy Wilkinson
365fed59ca
Polish "Use HTTPS for external links wherever possible"
...
See gh-16381
7 years ago
Andy Wilkinson
5bc43ae76b
Polish "Use HTTPS for external links wherever possible"
...
See gh-16317
7 years ago
Spring Operator
189eeefbb1
Use HTTPS for external links wherever possible
...
See gh-16317
7 years ago
Andy Wilkinson
9be96c49e2
Polish "Use HTTPS for external links wherever possible"
...
See gh-16316
7 years ago
Spring Operator
e401d02ced
Use HTTPS for external links wherever possible
...
See gh-16316
7 years ago
Spring Operator
b6fdfa8f0f
Use HTTPS for external links from XML files where possible
...
See gh-16313
7 years ago
Spring Operator
adc2462689
Use HTTPS for external links from XML files where possible
...
See gh-16311
7 years ago
Andy Wilkinson
0e009ef047
Use HTTPS to link to the Apache license
7 years ago
Spring Operator
991ba550d3
Update build and setup configuration to use HTTPS
...
See gh-16245
7 years ago
Spring Operator
e2837843e1
Update build and setup configuration to use HTTPS
...
See gh-16244
7 years ago
Spring Operator
7c314122f7
Update build and setup configuration to use HTTPS
...
See gh-16243
7 years ago
Spring Buildmaster
b04710d744
Next development version
7 years ago
Spring Buildmaster
9bb64a3493
Next Development Version
7 years ago
Spring Buildmaster
4d24feb443
Next development version
8 years ago
Spring Buildmaster
46df506b0a
Next development version
8 years ago
Phillip Webb
9543fcf44d
Upgrade to spring-javaformat 0.0.6
8 years ago
Phillip Webb
a085541d26
Polish
8 years ago
Andy Wilkinson
384cfd2ad8
Preserve ref and query when creating URL in loader's handler
...
Closes gh-14011
8 years ago
Johnny Lim
af2db82b22
Invoke Inflater.end() in ZipInflaterInputStream.close()
...
Closes gh-14001
8 years ago
Spring Buildmaster
73bf744cb0
Next Development Version
8 years ago
Spring Buildmaster
36b8639853
Next Development Version
8 years ago
Phillip Webb
bb0550ab95
Polish
8 years ago
Phillip Webb
55d0611bc3
Guard against JarURLConnection with wrong JAR
...
Update `JarURLConnection.get()` to guard against the wrong nested JAR
being used as context.
Closes gh-11367
8 years ago
Spring Buildmaster
010b4fccbd
Next development version
8 years ago
Phillip Webb
99dad81e9a
Update copyright header year for changed files
8 years ago
Phillip Webb
0a0247975c
Formatting
8 years ago
Phillip Webb
3ee777e142
Polish ternary expressions
...
Consistently format ternary expressions and always favor `!=` as the
the check.
8 years ago
Spring Buildmaster
c10aad165f
Next Development Version
8 years ago
Spring Buildmaster
ade4760842
Next Development Version
8 years ago
Phillip Webb
624a5f8260
Apply URL decoding for nested jar entry names
...
Update `JarURLConnection` to apply URL decoding to nested jar entry
names.
Fixes gh-12765
8 years ago
Phillip Webb
a8f366a554
Fix copyright header for edited files
8 years ago
Phillip Webb
e975dbe3f0
Only use jar shortcut for matching URLs
...
Update JAR `Handler` logic so that the existing `jarFile` is only used
if the requested URL starts with the same path. Prior to this commit it
was possible to construct a URL with another URL as context. This could
mean that the `handler` was shared and the already resolved `jarFile`
contained in the handler wasn't necessarily suitable.
Fixes gh-12483
8 years ago
Andy Wilkinson
eee891dbc8
Decode file: URLs passed into PropertiesLauncher via loader.path
...
Closes gh-12325
8 years ago
Stephane Nicoll
b4a7e1d64b
Use toLowerCase() and toUpperCase() with Locale.ENGLISH
...
This commit updates all `toLowerCase()` and `toUpperCase` invocations to
use the variant that takes a `Locale` to avoid locale-specific side
effect.
Closes gh-12213
8 years ago
Andy Wilkinson
915eaf3447
Polish
8 years ago
Andy Wilkinson
746cc0f70b
Make JarFile.size() return the number of entries in the jar
...
Closes gh-12195
8 years ago
Spring Buildmaster
aa6cb9744b
Next Development Version
8 years ago
Phillip Webb
798522d890
Format with Eclipse Oxygen SR2
8 years ago
Spring Buildmaster
6414b42335
Next Development Version
8 years ago
Stephane Nicoll
397d3e85e8
Fix Windows build
...
Closes gh-11459
8 years ago
Douglas Cardoso
feecc27677
Log inaccessible file in RandomAccessDataFile
...
Closes gh-11401
8 years ago
dreis2211
d5370e6852
Precompile current dir pattern in Handler
...
Closes gh-11321
8 years ago
dreis2211
37437a0fe2
Avoid allocations from lower-casing spec in JAR Handler
...
Closes gh-11314
8 years ago
Andy Wilkinson
a491727b7c
Avoid creating unnecessary garbage during URL normalization
...
Closes gh-11207
8 years ago
Spring Buildmaster
df2ae7aa19
Next Development Version
8 years ago
Johnny Lim
4979af9fa5
Remove unnecessary assignments
...
Closes gh-10805
9 years ago
Spring Buildmaster
c0f9f64776
Next Development Version
9 years ago
Spring Buildmaster
30eb937a83
Next Development Version
9 years ago
Andy Wilkinson
7a87c69dd0
Normalize spec when creating jar URL by removing /../ and /./
...
Previously when Handler was creating a URL from a context URL and a
spec, any occurrances of /../ or /./ in the spec would be left as-is.
This differed from the JDK's Handler implementation which normalizes
the URL by modifying the path to remove any occurrences of /../ or
/./
This commit updates our Handler implementation to align it with the
JDK's. Tests have been added to assert that, given the same inputs,
the two Handler classes produce the same output.
Closes gh-9917
9 years ago
Andy Wilkinson
b7ac5f2eb2
Polish "Make JarURLConnection return entry's last modified time"
...
Closes gh-9893
9 years ago