
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
22/Sep/05 11:56 AM
|
|
When searching the ServerDirContext with filter arguments it throws index out of bounds exceptions in two places.
The first place is where it attempts to substitute the value into the buffer it uses the index of the } char as the index into the arguments.
The second one, after you fix the first, is when the search for { reaches the end of the string.
The attached patch fixes both and includes a JUnit test.
|
|
Description
|
When searching the ServerDirContext with filter arguments it throws index out of bounds exceptions in two places.
The first place is where it attempts to substitute the value into the buffer it uses the index of the } char as the index into the arguments.
The second one, after you fix the first, is when the search for { reaches the end of the string.
The attached patch fixes both and includes a JUnit test. |
Show » |
| No work has yet been logged on this issue.
|
|