List Info

Thread: Array




Array
user name
1969-12-31 18:00:00
I have recently migrated from Pebble 1.9 to Pebble 2.0.0-M3. I have several blogs including a private blog that I want to be accessible by myself alone. I believe I followed the instructions for setting up private blogs closely. I am the only one who can publish to the blog. It does not appear in the summary page. However, if one knows the url one can simply enter the url and go to the private blog and read the contents without logging in at all. In Pebble 1.9 attempting to do this would have sent one to a login page. 

Have I missed a step in securing the blog? I have marked it as private in the properties. I have made the recommended changes to the /WEB-INF/applicationContext-acegi-security.xml as found in the help page on private blogs. I have reloaded pebble. 

Any suggestions as to what I might be missing?

Rob


Array
user name
1969-12-31 18:00:00
Sorry, there's a typo in the docs.

The line that reads :

/someblog/*=ROLE_SOME_BLOG_CONTRIBUTOR,ROLE_SOME_BLOG_OWNER

should read

/someblog/**=ROLE_SOME_BLOG_CONTRIBUTOR,ROLE_SOME_BLOG_OWNER

(notice the two stars)

Let me know if that doesn't fix the problem.

Cheers
Simon

On 7/1/06, Rob Rye <ryeusc.edu> wrote:
>
> I have recently migrated from Pebble 1.9 to Pebble
2.0.0-M3. I have several
> blogs including a private blog that I want to be
accessible by myself alone.
> I believe I followed the instructions for setting up
private blogs closely.
> I am the only one who can publish to the blog. It does
not appear in the
> summary page. However, if one knows the url one can
simply enter the url and
> go to the private blog and read the contents without
logging in at all. In
> Pebble 1.9 attempting to do this would have sent one to
a login page.
>
> Have I missed a step in securing the blog? I have
marked it as private in
> the properties. I have made the recommended changes to
> the /WEB-INF/applicationContext-acegi-security.xml as
found in the help page
> on private blogs. I have reloaded pebble.
>
> Any suggestions as to what I might be missing?
>
> Rob
>
>
>
> Using Tomcat but need to do more? Need to support web
services, security?
> Get stuff done quickly with pre-integrated technology
to make your job
> easier
> Download IBM WebSphere Application Server v.1.0.1 based
on Apache Geronimo
> http://sel.as-us.falkag.net/
sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>
> _______________________________________________
> Pebble-user mailing list
> Pebble-userlists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pebble-user

>
>
>

Using Tomcat but need to do more? Need to support web
services, security?
Get stuff done quickly with pre-integrated technology to
make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on
Apache Geronimo
http://sel.as-us.falkag.net/
sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Pebble-user mailing list
Pebble-userlists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pebble-user

Array
user name
1969-12-31 18:00:00
Worked like a charm. This is one impressive application. 

Thank you for your rapid reply. 

Cheers,
Rob
On Jul 1, 2006, at 12:47 PM, Simon Brown wrote:

Sorry, there's a typo in the docs.

The line that reads :

/someblog/*=ROLE_SOME_BLOG_CONTRIBUTOR,ROLE_SOME_BLOG_OWNER

should read

/someblog/**=ROLE_SOME_BLOG_CONTRIBUTOR,ROLE_SOME_BLOG_OWNER

(notice the two stars)

Let me know if that doesn't fix the problem.

Cheers
Simon

On 7/1/06, Rob Rye <usc.edu">ryeusc.edu&gt; wrote:

I have recently migrated from Pebble 1.9 to Pebble 2.0.0-M3. I have several
blogs including a private blog that I want to be accessible by myself alone.
I believe I followed the instructions for setting up private blogs closely.
I am the only one who can publish to the blog. It does not appear in the
summary page. However, if one knows the url one can simply enter the url and
go to the private blog and read the contents without logging in at all. In
Pebble 1.9 attempting to do this would have sent one to a login page.

Have I missed a step in securing the blog? I have marked it as private in
the properties. I have made the recommended changes to
the /WEB-INF/applicationContext-acegi-security.xml as found in the help page
on private blogs. I have reloaded pebble.

Any suggestions as to what I might be missing?

Rob



Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo

_______________________________________________
Pebble-user mailing list




Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
_______________________________________________
Pebble-user mailing list

-----------

Rob Rye

University of Southern California

Department of Earth Sciences

3651 Trousdale Parkway

Los Angeles, California 90089-0740

Office: (213) 821-2267

Fax: (213) 740-8801 (shared)


NASA Astrobiology Institute Co-Investigator

Virtual Planet Laboratory/Caltech

http://vpl.ipac.caltech.edu




Array
user name
1969-12-31 18:00:00
It is probably overkill for me to point this out, but I presume that given the new role of publisher this should now include:

ROLE_SOME_BLOG_PUBLISHER

On Jul 1, 2006, at 12:47 PM, Simon Brown wrote:

Sorry, there's a typo in the docs.

The line that reads :

/someblog/*=ROLE_SOME_BLOG_CONTRIBUTOR,ROLE_SOME_BLOG_OWNER

should read

/someblog/**=ROLE_SOME_BLOG_CONTRIBUTOR,ROLE_SOME_BLOG_OWNER

(notice the two stars)

Let me know if that doesn't fix the problem.

Cheers
Simon

On 7/1/06, Rob Rye <usc.edu">ryeusc.edu&gt; wrote:

I have recently migrated from Pebble 1.9 to Pebble 2.0.0-M3. I have several
blogs including a private blog that I want to be accessible by myself alone.
I believe I followed the instructions for setting up private blogs closely.
I am the only one who can publish to the blog. It does not appear in the
summary page. However, if one knows the url one can simply enter the url and
go to the private blog and read the contents without logging in at all. In
Pebble 1.9 attempting to do this would have sent one to a login page.

Have I missed a step in securing the blog? I have marked it as private in
the properties. I have made the recommended changes to
the /WEB-INF/applicationContext-acegi-security.xml as found in the help page
on private blogs. I have reloaded pebble.

Any suggestions as to what I might be missing?

Rob



Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo

_______________________________________________
Pebble-user mailing list




Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
_______________________________________________
Pebble-user mailing list

-----------

Rob Rye

University of Southern California

Department of Earth Sciences

3651 Trousdale Parkway

Los Angeles, California 90089-0740

Office: (213) 821-2267

Fax: (213) 740-8801 (shared)


NASA Astrobiology Institute Co-Investigator

Virtual Planet Laboratory/Caltech

http://vpl.ipac.caltech.edu




[1-4]

about | contact  Other archives ( Real Estate discussion Medical topics )