Hi!
For developing applications above the P4PP API we need
some more control over the API or some methods.
1. org.p4pp.p3p.appel.ruleset.AppelRuleset
should have a constructor for InputStreams (not only
File).
1.1. AppelRuleset #getRootElement()
should not be package private, but public or protected.
2. org.p4pp.p3p.document.Policy#getURL()
should not be package private, but public.
3. org.p4pp.p3p.appel.ruleset.PromptBehavior#*
all methods inside this class should be public and not
package private, that makes no sence.
4. org.p4pp.p3p.document.ExpiryDate
should use a Calendar object not a Date object...
Thanks, Thoralf
[additional comments in german are available from tho.r
(at)gmx.net]