vidyuthd / owasp-esapi-java

Automatically exported from code.google.com/p/owasp-esapi-java
0 stars 0 forks source link

Logger.EventType should have a public constructor #211

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Using a class in a package other than org.owasp.esapi, attempt to create a 
new EventType instance.

I would expect based upon the Logger Javadoc comments to be able to add new 
values. Unfortunately, since the EventType constructor has default / package 
access, it is not visible to classes in non org.owasp.esapi packages.

2.0_rc10

Does this issue affect only a specified browser or set of browsers? no

Please provide any additional information below.
Please add the public access modifier to the EventType constructor.

Original issue reported on code.google.com by dave.w...@gmail.com on 22 Feb 2011 at 2:08

GoogleCodeExporter commented 9 years ago
I believe that this is a flaw in the design of ESAPI's Logger.EventType class's 
constructor.

Original comment by dave.w...@gmail.com on 1 Mar 2011 at 4:07

GoogleCodeExporter commented 9 years ago
This was complete checkin 1727

Original comment by manico.james@gmail.com on 1 Mar 2011 at 4:30