Details
-
Bug
-
Status: Resolved
-
P3
-
Resolution: Fixed
-
8u66
-
b107
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8161818 | 8u112 | Dmitry Markov | P3 | Resolved | Fixed | b03 |
JDK-8156229 | 8u111 | Dmitry Markov | P3 | Resolved | Fixed | b01 |
JDK-8162004 | emb-8u111 | Dmitry Markov | P3 | Resolved | Fixed | b01 |
JDK-8155296 | emb-8u101 | Dmitry Markov | P3 | Resolved | Fixed | b01 |
JDK-8156719 | 7u121 | Dmitry Markov | P3 | Resolved | Fixed | b01 |
JDK-8155878 | 7u101 | Dmitry Markov | P3 | Resolved | Fixed | b32 |
Description
A statement like the following
if shExpMatch (host, "*.test") return "DIRECT;";
will lead to wrong proxy direction (in this case to DIRECT) for a Java applet with the url http://someapplet.test.com
Obviously the wildcarding is broken. *.test should not match someapplet.test.com
The funny thing is that thisworks fine for FF. Only IE is affected.
And only Java applets. Regular HTML urls are not impacted.
Attachments
Issue Links
- backported by
-
JDK-8155296 pac file returns wrong proxy with IE only due to broken wildcarding
-
- Resolved
-
-
JDK-8155878 pac file returns wrong proxy with IE only due to broken wildcarding
-
- Resolved
-
-
JDK-8156229 pac file returns wrong proxy with IE only due to broken wildcarding
-
- Resolved
-
-
JDK-8156719 pac file returns wrong proxy with IE only due to broken wildcarding
-
- Resolved
-
-
JDK-8161818 pac file returns wrong proxy with IE only due to broken wildcarding
-
- Resolved
-
-
JDK-8162004 pac file returns wrong proxy with IE only due to broken wildcarding
-
- Resolved
-
- relates to
-
JDK-8169118 JNLP file fails to launch with 8u112 with NPE when behind proxy
-
- Closed
-