Mantis - Quercus
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
4268 | minor | always | 10-21-10 17:53 | 10-21-10 17:53 | |
|
|||||
Reporter: | javajman | Platform: | |||
Assigned To: | OS: | ||||
Priority: | normal | OS Version: | |||
Status: | new | Product Version: | 4.0.11 | ||
Product Build: | Resolution: | open | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | |||
|
|||||
Summary: | 0004268: Security Algorithm Issue. | ||||
Description: |
Let me know if you need more information: OS: Mac Snow Leopard Java: 1.6 Servers tested on: Resin and Tomcat. Problem: ERROR: hash_init: HmacSHA-256 is an unknown algorithm Fix: Changed HashModule static Map loading to fix finding algorithm. static { _algorithmMap.put("md2", "MD2"); _algorithmMap.put("md5", "MD5"); _algorithmMap.put("sha1", "SHA"); _algorithmMap.put("sha256", "SHA256"); // Fix for not found algorythm _algorithmMap.put("sha384", "SHA-384"); _algorithmMap.put("sha512", "SHA-512"); } |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
There are no notes attached to this issue. |