
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
11/Aug/06 05:41 PM
|
|
The javadocs for getString(String) and getString(String, Boolean) are wrong. There is no string replacement. The one method that does do replacement, getString(String, Map), does not check for a null string before attempting replacement.
|
|
Description
|
The javadocs for getString(String) and getString(String, Boolean) are wrong. There is no string replacement. The one method that does do replacement, getString(String, Map), does not check for a null string before attempting replacement. |
Show » |
| Repository |
Revision |
Date |
User |
Message |
| ASF |
#430654 |
Fri Aug 11 04:08:24 UTC 2006 |
noel |
JAMES-588. Remove references to parameter replacement for methods that don't do it. Add getString(String,Map,Boolean) to match the other options. Modify replaceParameters(String, Map) so that it won't NPE if either parameter is null. Change the RuntimeException to the more specific IllegalArgumentException.
|
| Files Changed |
MODIFY
/james/server/trunk/src/java/org/apache/james/util/XMLResources.java
|
|