appserver
appserver copied to clipboard
[appserver-io/appserver] Add missing method annotations to Interfaces
Updated: Missing methods in the following interfaces:
ApplicationInterface
- getDataDir()
- search()
HttpServletRequestInterface
- setAttribute()
- getUserPrincipal()
- logout()
HttpSessionInterface
- removeData()
- putData()
- hasKey()
Can you please apply a more concrete description for the issue? Thanks
@wagnert Updated description with methods that are missing in commonly used interfaces.