-
Bug
-
Resolution: Not an Issue
-
P3
-
None
-
7u40
In https://jbs.oracle.com/bugs/browse/JDK-8021231, we have:
implementation should be changed as follows:
1.) www.oracle.com ==> any port, any protocol
2.) http://www.oracle.com ==> http only, any port
3.) www.oracle.com:80 ==> any protocol, only port 80
4.) http://www.oracle.com:8080 ==> http only, port 8080 only
5.) http://www.oracle.com:80 ==> http only, default port 80 only
I have a question. Should "http://127.0.0.1:8080/LSPJPI/html/" match rule "http://127.0.0.1/LSPJPI/html/"?
From the row #2, seems they should match. But it looks a little bit strange and counterintuitive. Need dev's confirmation.
implementation should be changed as follows:
1.) www.oracle.com ==> any port, any protocol
2.) http://www.oracle.com ==> http only, any port
3.) www.oracle.com:80 ==> any protocol, only port 80
4.) http://www.oracle.com:8080 ==> http only, port 8080 only
5.) http://www.oracle.com:80 ==> http only, default port 80 only
I have a question. Should "http://127.0.0.1:8080/LSPJPI/html/" match rule "http://127.0.0.1/LSPJPI/html/"?
From the row #2, seems they should match. But it looks a little bit strange and counterintuitive. Need dev's confirmation.