
| Key: |
SRC-469
|
| Type: |
Bug
|
| Status: |
Open
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Jin Yin
|
| Votes: |
0
|
| Watchers: |
1
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Original Estimate:
|
0.03h
|
Remaining Estimate:
|
0.03h
|
Time Spent:
|
Unknown
|
|
|
At the latest code of ProxyHandler, the constructor has been changed to "ProxyHandler(boolean trustAllSSLCertificates, String dontInjectRegex, String debugURL)", but when we set a null value to "debugURL", all the test will be failure.
The root cause is here(InjectHelper.java, line 189,191):
if (debugURL.equals(url)) {
log.info("debug URL seen");
}
This is a trouble for me to use a customized proxy handler rather than the default ProxyHandler.
|
|
Description
|
At the latest code of ProxyHandler, the constructor has been changed to "ProxyHandler(boolean trustAllSSLCertificates, String dontInjectRegex, String debugURL)", but when we set a null value to "debugURL", all the test will be failure.
The root cause is here(InjectHelper.java, line 189,191):
if (debugURL.equals(url)) {
log.info("debug URL seen");
}
This is a trouble for me to use a customized proxy handler rather than the default ProxyHandler. |
Show » |
|