Skip to main content

developerWorks >  WebSphere  >  Forums  >  WebSphere MQ Workflow  >  developerWorks

Change password using com.ibm.workflow.client.api.FMCService    Point your RSS reader here for a feed of the latest messages in this thread


Tags for this thread: 

     

 
 

My developerWorks
 Welcome, Guest
Sign in or register
This question is not answered.

Permlink Replies: 1 - Pages: 1 - Last Post: Jul 25, 2009 10:20 AM Last Post By: jmac_EmeriCon
KimberlyLewis

Posts: 1
Registered: Jul 15, 2009 01:40:20 PM
Change password using com.ibm.workflow.client.api.FMCService
Posted: Jul 15, 2009 01:49:09 PM
 
Click to report abuse...   Click to reply to this thread Reply
We have a customer client that our users use to change their password. In our code we just validate that the password inputted is not null and not spaces. Then we call the setPassword in the Request Context getExecutionService().setPassword() method. I have followed the code all the way back to the FMCService and FmcSyntaxChecker.

The issue is when I test changing the password in our development and test environments with the password having either the @ and/or # in it, it fails because these symbols are not java identifiers. This is how is should work. But when I change the password in our production environment, it doesn't work. It allows the users to have either the @ and/or # in their password.

I have researched everything I can think of from looking at the code in all jar files, looking at the server configurations, etc. and have not figured out why it is working this way.

The only thing I can think of doing next is some how turning on tracing so I can see if the code in FmcSyntaxChecker is being utilized in all environments.

How do I turn tracing on so I can see if the code is being processed?
jmac_EmeriCon

Posts: 105
Registered: May 31, 2005 11:17:37 AM
Re: Change password using com.ibm.workflow.client.api.FMCService
Posted: Jul 25, 2009 10:20:57 AM   in response to: KimberlyLewis in response to: KimberlyLewis's post
 
Click to report abuse...   Click to reply to this thread Reply
Not sure how this might apply, but @ and # are treated specially on mainframes along with $ they are considered alpha characters. Are we talking about different platforms in what you are testing?



Regards


John McDonald

EmeriCon, LLC

 Tags
Help

Use the search field to find all types of content in My developerWorks with that tag.

Use the slider bar to see more or fewer tags.

Popular tags shows the top tags for this particular type of content or application that you're viewing.

My tags shows your tags for this particular type of content or application that you're viewing.

 

MoreLess 


Point your RSS reader here for a feed of the latest messages in all forums