| Summary: | Fix URL Usage due to DNS Lookups on equals(..) and hashCode() | ||
|---|---|---|---|
| Product: | [JogAmp] Gluegen | Reporter: | Sven Gothel <sgothel> |
| Component: | core | Assignee: | Sven Gothel <sgothel> |
| Status: | RESOLVED FIXED | ||
| Severity: | major | CC: | gouessej, harvey.harrison, xerxes |
| Priority: | P3 | ||
| Version: | 2 | ||
| Hardware: | All | ||
| OS: | all | ||
| Type: | --- | SCM Refs: |
gluegen b98825eb7cfb61aead4a7dff57471cd2d2c26823
gluegen 377d9de1ff1e2fabcd9bb7f65c0318f3c890392c
|
| Workaround: | --- | ||
| Bug Depends on: | 757, 820, 857 | ||
| Bug Blocks: | |||
|
Description
Sven Gothel
2013-02-06 23:21:35 CET
In which classes do we use URLs except TextureIO & AWTTextureIO? GlueGen: IOUtil, JarUtil, TempJarCache, .. uses URI instead of URL to remove DNS Lookups etc . I have not seen further URL usage w/ equals/hash, which could trigger a DNS lookup. If anybody finds those .. pls reopen and report. |