https://bz.apache.org/bugzilla/show_bug.cgi?id=59761
--- Comment #8 from Christopher Schultz <[email protected]> --- Messing-around with the ParameterMap might be considered a security issue. Producing a writable clone makes sense, but I'm not convinced that a clone method that ignored the "lock" status would follow the contract for clone(). I'm -1 on changing the behavior of the parameter map in this way. If the client code wants a clone that doesn't have Tomcat's parameter Map's restrictions, then that client code should create a new Map of the appropriate type and copy the mappings from one to the other. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
