cvs commit: jakarta-jetspeed-2/applications/security/src/webapp/WEB-INF/security/login login.jsp

2004-10-17 Thread ate
ate 2004/10/17 19:12:59 Modified:applications/security/src/webapp/WEB-INF/security/chgpwd change-password.jsp applications/security/src/webapp/WEB-INF/security/login login.jsp Log: Equally size password fields and all

cvs commit: jakarta-jetspeed-2/applications/security/src/java/org/apache/jetspeed/portlets/security ChangePasswordPortlet.java

2004-10-17 Thread ate
ate 2004/10/17 18:42:08 Modified:applications/security/src/webapp/WEB-INF jetspeed-portlet.xml portlet.xml web.xml applications/security/src/java/org/apache/jetspeed/portlets/security/resources LoginResources.properties

cvs commit: jakarta-jetspeed-2/applications/security/src/webapp/WEB-INF/security/chgpwd - New directory

2004-10-17 Thread ate
ate 2004/10/17 18:42:02 jakarta-jetspeed-2/applications/security/src/webapp/WEB-INF/security/chgpwd - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-jetspeed-2/components/security/src/java/org/apache/jetspeed/security/spi/impl DefaultCredentialHandler.java

2004-10-17 Thread ate
ate 2004/10/17 18:35:48 Modified:components/security/src/java/org/apache/jetspeed/security/spi/impl DefaultCredentialHandler.java Log: Added setPassword security checks Revision ChangesPath 1.5 +23 -0 jakarta-jetspeed-2/components/se

cvs commit: jakarta-jetspeed-2/jetspeed-api/src/java/org/apache/jetspeed/security SecurityException.java

2004-10-17 Thread ate
ate 2004/10/17 18:35:04 Modified:jetspeed-api/src/java/org/apache/jetspeed/security SecurityException.java Log: Added password exception messages Revision ChangesPath 1.3 +6 -0 jakarta-jetspeed-2/jetspeed-api/src/java/org/apache/jet

cvs commit: jakarta-jetspeed-2/components/security/src/java/META-INF ojb_repository.xml

2004-10-17 Thread ate
ate 2004/10/17 18:33:38 Modified:components/security/src/java/META-INF ojb_repository.xml Log: Fixed InternalCredentialImpl fk Revision ChangesPath 1.6 +1 -1 jakarta-jetspeed-2/components/security/src/java/META-INF/ojb_repository.xml Index: ojb_reposi

cvs commit: jakarta-jetspeed-2/portal/src/webapp/WEB-INF/assembly jetspeed-spring.xml

2004-10-17 Thread ate
ate 2004/10/17 18:30:29 Modified:portal/src/webapp/WEB-INF/assembly jetspeed-spring.xml Log: Fixed DefaultAuthenticator configuration (quotes removed) Revision ChangesPath 1.27 +1 -1 jakarta-jetspeed-2/portal/src/webapp/WEB-INF/assembly/jetspeed-spring.xml

cvs commit: jakarta-jetspeed-2 .classpath

2004-10-17 Thread ate
ate 2004/10/17 18:26:57 Modified:..classpath Log: Missing source entry Revision ChangesPath 1.70 +1 -0 jakarta-jetspeed-2/.classpath Index: .classpath === RCS file: /home/cvs/ja

[jira] Closed: (JS2-149) Implementing PLT.7.1 PortletURL request parameter name and value encoding

2004-10-17 Thread jetspeed-dev
Message: The following issue has been closed. Resolver: Ate Douma Date: Sun, 17 Oct 2004 4:48 PM I've got confirmation from Shinsuke that it now works (after one more small fix). - View the issue: http://issues.ap

[jira] Closed: (JS2-125) multibyte characters are broken between ActionResponse#setRenderParameter and RenderRequest#getParameter

2004-10-17 Thread jetspeed-dev
Message: The following issue has been closed. Resolver: Shinsuke SUGAYA Date: Sun, 17 Oct 2004 4:09 PM Please see JS2-149. This problem is fixed by Ate Douma. - View the issue: http://issues.apache.org/jira/browse

cvs commit: jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/container/state/impl JetspeedNavigationalStateCodec.java

2004-10-17 Thread shinsuke
shinsuke2004/10/17 15:54:01 Modified:portal/src/java/org/apache/jetspeed/container/state/impl JetspeedNavigationalStateCodec.java Log: specified characterEncoding when decoding the array of bytes Revision ChangesPath 1.2 +2 -2 jakarta-j

cvs commit: jakarta-jetspeed-2/components/security/xdocs index.xml navigation.xml

2004-10-17 Thread dlestrat
dlestrat2004/10/17 12:22:38 Modified:components/security/xdocs navigation.xml Added: components/security/xdocs/images components.jpg class-diagram.jpg components/security/xdocs index.xml Log: Starting security services doc. Revision

cvs commit: jakarta-jetspeed-2/components/security/xdocs/images - New directory

2004-10-17 Thread dlestrat
dlestrat2004/10/17 12:21:15 jakarta-jetspeed-2/components/security/xdocs/images - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Exception starting tomcat

2004-10-17 Thread Chris Custine
I have the same problem with the files from /etc/db-ojb not being copied. I looked but I can't find anywhere that even implies they would be copied. There are a couple of the files that get copied and have filters applied to them (repository_database.xml, etc.) and those files show up but not the

is_mapping_only column data type

2004-10-17 Thread Chris Custine
The new IS_MAPPING_ONLY column in SECURITY_PRINCIPAL is mapped to a bool data type when used with Postgres. Obviously the population scripts gag when trying to insert a 0 into the column. As a workaround I am generating this column type locally as a BOOLEANINT which comes out to an int2 in Postgr

Re: [Notice] Moving Committers to Emeritus status

2004-10-17 Thread Raphaël Luta
Santiago Gala wrote: El dom, 17-10-2004 a las 14:59 +0200, RaphaÃl Luta escribiÃ: Following the adoption of the Emeritus committer policy by the Portals PMC, I propose that we move to actually implement it for Jetspeed repositories. Here is the list of current committers that I believe should be

cvs commit: jakarta-jetspeed-2/applications/demo/src/webapp/WEB-INF/demo/security roles.jsp

2004-10-17 Thread ate
ate 2004/10/17 09:20:11 Modified:applications/demo/src/webapp/WEB-INF/demo/security roles.jsp Log: Corrects the usage of HttpServletRequest.isUserInRole(roleName) for which only role names defined in web.xml can be used (see PLT.16.3.3, cxxxvi) Revision ChangesPath 1

cvs commit: jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/engine/servlet ServletRequestImpl.java

2004-10-17 Thread ate
ate 2004/10/17 09:18:21 Modified:portal/src/java/org/apache/jetspeed/engine/servlet ServletRequestImpl.java Log: Removed isUserInRole(roleName) because it is now provided by Pluto itself (in its PortletRequestImpl, see issue: PLUTO-46) and is conflicting

Jetspeed2 deployment

2004-10-17 Thread sree
Hello, I followed the instructions on the getting started guide and deployed Jetspeed2 on Tomcat 5, by doing maven quickstart. It built it successfully, but when I go to the url http://localhost:8080/jetspeed I see an empty page. Is this suppose to bring up an empty page or with content? I am u

Re: [Notice] Moving Committers to Emeritus status

2004-10-17 Thread Santiago Gala
El dom, 17-10-2004 a las 14:59 +0200, RaphaÃl Luta escribiÃ: > Following the adoption of the Emeritus committer policy by the Portals > PMC, I propose that we move to actually implement it for Jetspeed > repositories. > > Here is the list of current committers that I believe should be moved to >

cvs commit: jakarta-jetspeed-2/components/search/src/test/org/apache/jetspeed - New directory

2004-10-17 Thread ate
ate 2004/10/17 07:22:15 jakarta-jetspeed-2/components/search/src/test/org/apache/jetspeed - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-jetspeed-2/components/search/src/test/org/apache/jetspeed/search TestSearch.java

2004-10-17 Thread ate
ate 2004/10/17 07:22:17 Added: components/search/src/test/org/apache/jetspeed/search TestSearch.java Removed: components/search/src/test/org/apache/jetpseed/search TestSearch.java Log: Package name correction Revision

cvs commit: jakarta-jetspeed-2/components/search/src/test/org/apache/jetspeed/search - New directory

2004-10-17 Thread ate
ate 2004/10/17 07:22:15 jakarta-jetspeed-2/components/search/src/test/org/apache/jetspeed/search - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-jetspeed-2/components/search project.xml

2004-10-17 Thread ate
ate 2004/10/17 07:20:40 Modified:components/search project.xml Log: Repository url correction Revision ChangesPath 1.4 +2 -2 jakarta-jetspeed-2/components/search/project.xml Index: project.xml =

[jira] Commented: (JS2-149) Implementing PLT.7.1 PortletURL request parameter name and value encoding

2004-10-17 Thread jetspeed-dev
The following comment has been added to this issue: Author: Ate Douma Created: Sun, 17 Oct 2004 7:10 AM Body: Implemented needed changes with the help from Shinsuke Sugaya. I'm leaving this issue open waiting for (his) confirmation it now works. ---

cvs commit: jakarta-jetspeed-2/portal/src/test/org/apache/jetspeed/container/state TestNavigationalState.java

2004-10-17 Thread ate
ate 2004/10/17 07:02:38 Modified:portal/src/java/org/apache/jetspeed/container/url/impl AbstractPortalURL.java PathInfoEncodingPortalURL.java QueryStringEncodingPortalURL.java portal/src/java/org/a

[jira] Reopened: (JS2-149) Implementing PLT.7.1 PortletURL request parameter name and value encoding

2004-10-17 Thread jetspeed-dev
Message: The following issue has been reopened. Reopener: Ate Douma Date: Sun, 17 Oct 2004 6:57 AM character encoding isn't handled properly yet. Because the correct character encoding is determined in the CapabilityValveImpl, instantiating the PortalURL cannot be done yet from wit

[Notice] Moving Committers to Emeritus status

2004-10-17 Thread Raphaël Luta
Following the adoption of the Emeritus committer policy by the Portals PMC, I propose that we move to actually implement it for Jetspeed repositories. Here is the list of current committers that I believe should be moved to emeritus based on their current participation to the project: jon

cvs commit: jakarta-jetspeed/fusion/src/java/org/apache/jetspeed/fusion/services/fusion FusionServiceImpl.java

2004-10-17 Thread ate
ate 2004/10/17 03:37:47 Modified:fusion/src/java/org/apache/jetspeed/fusion/services/fusion FusionServiceImpl.java Log: Fix for cps removed from J2 http://issues.apache.org/jira/browse/JS2-148?page=comments#action_53999 Revision ChangesPath 1