[JBoss JIRA] (ELY-43) Clean up Base64
by Darran Lofthouse (JIRA)
[ https://issues.jboss.org/browse/ELY-43?page=com.atlassian.jira.plugin.sys... ]
Darran Lofthouse updated ELY-43:
--------------------------------
Description:
The Base64 implementation has been split out of PasswordUtils some additional steps are needed to finish cleaning it up: -
- Look at switching to input and output streams instead of the custom iterators it is using.
- Consider the ByteStringBuilder from SASL
- As potentially more visible ensure clearer method names.
- Ensure adequate javadoc and cross referencing of standards supported.
e.g. If we implement an RFC ensure the number is referenced.
- Testing of each variant
- Consider optional support, e.g. decoding a padded String
- Go beyond testing we can decode what we encode and ensure pre-encoded values can be handled adequately.
Any other clean up here that seems relevant.
was:
The Base64 implementation has been split out of PasswordUtils some additional steps are needed to finish cleaning it up: -
- Look at switching to input and output streams instead of the custom iterators it is using.
- Consider the ByteStringBuilder from SASL
- As potentially more visible ensure clearer method names.
- Ensure adequate javadoc and cross referencing of standards supported.
- Testing of each variant
- Consider optional support, e.g. decoding a padded String
- Go beyond testing we can decode what we encode and ensure pre-encoded values can be handled adequately.
Any other clean up here that seems relevant.
> Clean up Base64
> ---------------
>
> Key: ELY-43
> URL: https://issues.jboss.org/browse/ELY-43
> Project: WildFly Elytron
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Utils
> Reporter: Darran Lofthouse
> Fix For: 1.0.0.Beta1
>
>
> The Base64 implementation has been split out of PasswordUtils some additional steps are needed to finish cleaning it up: -
> - Look at switching to input and output streams instead of the custom iterators it is using.
> - Consider the ByteStringBuilder from SASL
> - As potentially more visible ensure clearer method names.
> - Ensure adequate javadoc and cross referencing of standards supported.
> e.g. If we implement an RFC ensure the number is referenced.
> - Testing of each variant
> - Consider optional support, e.g. decoding a padded String
> - Go beyond testing we can decode what we encode and ensure pre-encoded values can be handled adequately.
> Any other clean up here that seems relevant.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 8 months
[JBoss JIRA] (ELY-43) Clean up Base64
by Darran Lofthouse (JIRA)
Darran Lofthouse created ELY-43:
-----------------------------------
Summary: Clean up Base64
Key: ELY-43
URL: https://issues.jboss.org/browse/ELY-43
Project: WildFly Elytron
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: Utils
Reporter: Darran Lofthouse
Fix For: 1.0.0.Beta1
The Base64 implementation has been split out of PasswordUtils some additional steps are needed to finish cleaning it up: -
- Look at switching to input and output streams instead of the custom iterators it is using.
- Consider the ByteStringBuilder from SASL
- As potentially more visible ensure clearer method names.
- Ensure adequate javadoc and cross referencing of standards supported.
- Testing of each variant
- Consider optional support, e.g. decoding a padded String
- Go beyond testing we can decode what we encode and ensure pre-encoded values can be handled adequately.
Any other clean up here that seems relevant.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 8 months
[JBoss JIRA] (WFLY-3336) Injection of SpringBean into EJB doesn't work if Spring is installed as static module
by Tomas Repel (JIRA)
[ https://issues.jboss.org/browse/WFLY-3336?page=com.atlassian.jira.plugin.... ]
Tomas Repel edited comment on WFLY-3336 at 8/13/14 9:24 AM:
------------------------------------------------------------
Thank you [~swd847], adding annotations="true" to jboss-deployment-structure.xml and creating jandex.idx file for spring-context.jar works. The SpringBeanAutowiringSupport doesn't have to be used.
This issue can be closed.
was (Author: trepel):
Thank you [~swd847], adding annotations="true" to jboss-deployment-structure.xml and creating jandex.idx file for spring-context.jar works. The SpringBeanAutowiringSupport doesn't have to be used.
You may close this issue.
> Injection of SpringBean into EJB doesn't work if Spring is installed as static module
> -------------------------------------------------------------------------------------
>
> Key: WFLY-3336
> URL: https://issues.jboss.org/browse/WFLY-3336
> Project: WildFly
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: EJB
> Affects Versions: 8.1.0.CR1
> Reporter: Tomas Repel
> Assignee: David Lloyd
>
> If you inject SpringBean into EJB using SpringBeanAutowiringInterceptor and the Spring core jars are available as static module, the injection doesn't work.
> Reproducer:
> https://github.com/trepel/WFLY-3336-Reproducer
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 8 months