[JBoss-dev] [ jboss-Bugs-561737 ] Base64Encoder in wrong jar

2002-05-28 Thread noreply

Bugs item #561737, was opened at 2002-05-28 23:45
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detailatid=376685aid=561737group_id=22866

Category: JBossSX
Group: v2.4 (stable)
Status: Open
Resolution: None
Priority: 5
Submitted By: Dmitri Colebatch (dimc)
Assigned to: Nobody/Anonymous (nobody)
Summary: Base64Encoder in wrong jar

Initial Comment:
I tried to create my own LoginModule that used 
password hashing, by subclassing 
UsernamePasswordLoginModule (you can get the same 
result by enabling hashing in any of the existing 
subclasses of that login module - eg 
DatabaseServerLoginModule).  And got a 
NoClassDefFoundError whilst looking for 
Base64Encoder.

The problem is that Base64Encoder is in jbosssx.jar 
when it should be in jboss-jaas.jar.

Adding this:

exclude 
name=org/jboss/security/Base64Encoder.class /

to the list of excludes for jbosssx.jar, and adding the 
corresponding include to jboss-jaas.jar, fixes the 
problem.

This bug report is based on the JBoss_2_4_4 branch, 
although may also apply to other branches.



--

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detailatid=376685aid=561737group_id=22866

___

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] [ jboss-Bugs-561737 ] Base64Encoder in wrong jar

2002-05-28 Thread noreply

Bugs item #561737, was opened at 2002-05-28 16:45
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detailatid=376685aid=561737group_id=22866

Category: JBossSX
Group: v2.4 (stable)
Status: Closed
Resolution: Out of Date
Priority: 5
Submitted By: Dmitri Colebatch (dimc)
Assigned to: Nobody/Anonymous (nobody)
Summary: Base64Encoder in wrong jar

Initial Comment:
I tried to create my own LoginModule that used 
password hashing, by subclassing 
UsernamePasswordLoginModule (you can get the same 
result by enabling hashing in any of the existing 
subclasses of that login module - eg 
DatabaseServerLoginModule).  And got a 
NoClassDefFoundError whilst looking for 
Base64Encoder.

The problem is that Base64Encoder is in jbosssx.jar 
when it should be in jboss-jaas.jar.

Adding this:

exclude 
name=org/jboss/security/Base64Encoder.class /

to the list of excludes for jbosssx.jar, and adding the 
corresponding include to jboss-jaas.jar, fixes the 
problem.

This bug report is based on the JBoss_2_4_4 branch, 
although may also apply to other branches.



--

Comment By: Scott M Stark (starksm)
Date: 2002-05-28 16:50

Message:
Logged In: YES 
user_id=175228

Get the 2.4.6 release

[starksm@banshee JBoss-2.4.6]$ jar -tf lib/jboss-jaas.jar | 
grep Base
org/jboss/security/Base64Encoder.class


--

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detailatid=376685aid=561737group_id=22866

___

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development