morciuch 2003/01/02 10:40:06
Modified: src/java/org/apache/jetspeed/modules/actions
ChangePassword.java
xdocs changes.xml
docs/site changes.html
Log:
Fixed problem with redirecting to correct profile after password change when castor
psml manager is used (see Bugzilla issue# 15742)
Revision Changes Path
1.3 +2 -1
jakarta-jetspeed/src/java/org/apache/jetspeed/modules/actions/ChangePassword.java
Index: ChangePassword.java
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed/src/java/org/apache/jetspeed/modules/actions/ChangePassword.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangePassword.java 13 Dec 2002 21:36:06 -0000 1.2
+++ ChangePassword.java 2 Jan 2003 18:40:06 -0000 1.3
@@ -136,6 +136,7 @@
JetspeedRunData jdata = (JetspeedRunData) rundata;
ProfileLocator locator = Profiler.createLocator();
locator.setUser(user);
+ locator.setMediaType(jdata.getCapability().getPreferredMediaType());
Profile profile = Profiler.getProfile(locator);
jdata.setProfile(profile);
1.106 +4 -1 jakarta-jetspeed/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed/xdocs/changes.xml,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- changes.xml 23 Dec 2002 23:14:49 -0000 1.105
+++ changes.xml 2 Jan 2003 18:40:06 -0000 1.106
@@ -23,6 +23,9 @@
</li>
-->
<li>
+ Fixed - Bug # 15742 - 2003/01/02 - Fixed problem with redirecting to correct
profile after password change (when castor psml manager is used) (MO)
+</li>
+<li>
Add - Bug # 15214 - 2002/12/23 - Added commons logging based replacement for
Turbine Logging Service (MO)
</li>
<li>
1.88 +3 -0 jakarta-jetspeed/docs/site/changes.html
Index: changes.html
===================================================================
RCS file: /home/cvs/jakarta-jetspeed/docs/site/changes.html,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- changes.html 23 Dec 2002 23:14:48 -0000 1.87
+++ changes.html 2 Jan 2003 18:40:06 -0000 1.88
@@ -133,6 +133,9 @@
</li>
-->
<li>
+ Fixed - Bug # 15742 - 2003/01/02 - Fixed problem with redirecting to correct
profile after password change (when castor psml manager is used) (MO)
+</li>
+<li>
Add - Bug # 15214 - 2002/12/23 - Added commons logging based replacement for
Turbine Logging Service (MO)
</li>
<li>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>