cvs commit: jakarta-jetspeed-2 .classpath

2005-02-10 Thread jford
jford 2005/02/10 19:33:33 Modified:..classpath Log: Added rewriter source directories Revision ChangesPath 1.92 +2 -1 jakarta-jetspeed-2/.classpath Index: .classpath === RCS file:

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

2005-02-10 Thread taylor
taylor 2005/02/10 15:48:47 Modified:portal/src/webapp/WEB-INF/assembly jetspeed-spring.xml Added: portal/src/webapp/WEB-INF/assembly security.xml spi.xml Log: simply jetspeed-spring.xml by moving out spis and security into their own spring beans config facilitating integr

[jira] Commented: (JS2-188) Implement the LDAP

2005-02-10 Thread mike long (JIRA)
[ http://issues.apache.org/jira/browse/JS2-188?page=comments#action_58969 ] mike long commented on JS2-188: --- Following are some questions to those of you interested in LDAP authentication and authorization in Jetspeed-2. I have spent a some time this week

cvs commit: jakarta-jetspeed-2/portals-bridges/library/spring exampleResources_en.properties

2005-02-10 Thread shinsuke
shinsuke2005/02/10 14:10:59 Added: applications/pam/src/java/org/apache/jetspeed/portlets/pam/resources PAMResources_en.properties applications/pam/src/java/org/apache/jetspeed/portlets/site/resources SiteResources_en.pro

[jira] Updated: (JS2-208) Inter-portlet Communication

2005-02-10 Thread Peter Meier (JIRA)
[ http://issues.apache.org/jira/browse/JS2-208?page=history ] Peter Meier updated JS2-208: Attachment: jetspeed-2-diff.zip portlet-event.zip Attached are two zip files, which contain (a) the portlet event notification package, and (b) the ch

[jira] Created: (JS2-208) Inter-portlet Communication

2005-02-10 Thread Peter Meier (JIRA)
Inter-portlet Communication --- Key: JS2-208 URL: http://issues.apache.org/jira/browse/JS2-208 Project: Jetspeed 2 Type: New Feature Components: Assembly/Configuration, Components Core, Container, Other, Struts Portlet Versions: 2.0-M

Re: Subject not set in session - bug in SecurityValve?

2005-02-10 Thread David Sean Taylor
Pesendorfer, Tom wrote: I found that the security valve is never setting the subject in the session attribute - is that intended or should line 95 of the AbstractSecurityValve.java read request.getRequest().getSession().setAttribute(PortalReservedParameters.SESS ION_KEY_SUBJECT, subject); instead

cvs commit: jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/security/impl AbstractSecurityValve.java

2005-02-10 Thread taylor
taylor 2005/02/10 13:09:18 Modified:portal/src/java/org/apache/jetspeed/security/impl AbstractSecurityValve.java Log: bug in security valve, not setting subject into session patch from Tom Pesendorfer Revision ChangesPath 1.3 +3 -2 j

J2: Inter-portlet communications

2005-02-10 Thread Peter Meier
I would like to submit a working solution for inter-portlet communications between portlets (that do not belong to the same portlet application). I tried to submit the code using email attachments (zip files), but it was bounced back. What is the best way to submit code? Regards, Peter Architec

Subject not set in session - bug in SecurityValve?

2005-02-10 Thread Pesendorfer, Tom
I found that the security valve is never setting the subject in the session attribute - is that intended or should line 95 of the AbstractSecurityValve.java read request.getRequest().getSession().setAttribute(PortalReservedParameters.SESS ION_KEY_SUBJECT, subject); instead of the current (J2-M1)

Page rebuilding and caching

2005-02-10 Thread zazo
Hi all, I'm trying to add to J2 some kind of security constraints at the level of a single portlet. It's supposed to be as simple as possible. To achive this goal I'm using portlet enitity's preferences. I modified a little bit PageAggregatorImpl and according to these preferences above I can deci