Identity Writer               ------               Homepage
John Domenichini's Weblog
Blog Description: A technical writer of Sun Java SystemTM Access Manager Policy Agent documentation is pretty much blogging about the same thing.

Be Confident
See how identity management can help you protect, store, verify, and share identity data.


MY BLOG STUFF
My Blog Pages
Policy Agent 2.2 Page*
My Blog Feeds & Such
My Atom Newsfeed*
My RSS Newsfeed* Monitor this site via Email, IM or Mobile Device.*
My Blog Archives
« November 2009
SunMonTueWedThuFriSat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
     
       
Today

My Blog Search

My Technorati Stuff
My Technorati Stuff Profile*
Sites That Link Here*

My Recent Blog Entries

My Blog-Related Links

My Blog Stats

Total # of blog entries: 93

Total # of comments: 139

Today's Page Hits: 19


NOT MY BLOG STUFF
 
Get the Source
« Wildcards for OpenSS... | Main | OpenSSO Learning... »
Tuesday Oct 07, 2008
OpenSSO: Wildcards and Handling Resources with Query Strings

NOTE ADDED 10/11/08: For the most up-to-date info on wildcards see the following link:

http://wikis.sun.com/display/OpenSSO/openssowildcards

In my previous blog entry, Wildcards for OpenSSO, I provided the write up I plan to include for OpenSSO documentation. I got some feedback. One piece of feedback came in the form of a blog comment at the end of the entry. I responded to that comment with my own comment. The other piece of feedback had to do with query strings in URLs, and that comment came in the form of an email message through the following mailing list: users@opensso.dev.java.net. Obviously, I'm subscribed to that mailing list.

In fact, when I submit a new blog entry, I often send an email message to that mailing list. This is a great community approach that I picked up from other Sun bloggers. When it comes to feedback, I feel that comments on the blog are actually better because people who haven't  subscribed to the mailing list still can see the comment. All the same, the mailing list is great. I feel that the OpenSSO community is really starting to gel. It's easier than ever to interact with the community now. Anyway, the following link is to various OpenSSO related mailing lists:

https://opensso.dev.java.net/servlets/ProjectMailingListList

The "users" mailing list has a lot of activity. To sign up to one of the mailing lists, you first need to register to the OpenSSO project. You can also do that from the link listed above.

All right then, for the the comment I received about query strings, I wrote up a couple of short paragraphs that I'll add to my wildcard write up. I've added those paragraphs below. Leave a comment if you have anything you can add or suggest for these two extra paragraphs.


The following section is what I'm proposing to add to the write up about wildcards:

Handling Resources That Contain Query Strings:

Some resources use a query string, which is the part of a URL that contains data to be passed to web applications. The following is a feasible example of a URL that contains a query string: http://AgentHost/path/app?query-string. The question mark (?) is the separator. It is not part of the query string. Many scenarios exist in which query strings might be used. They can be used for personalization of the user's session. Sometimes an application might add some locale information for a page request. The following example demonstrates the use of such locale information:
http://AgentHost.com:8080/sampleapp/main.jsp?language=en&country=US.

Neither the multi-level wildcard (*) nor the one-level wildcard (-*-) match the question mark. Therefore, to define a policy resource that can handle the question mark, use the multi-level wildcard on both sides of a question mark, as follows: *?* (asterisk-question mark-asterisk).

Posted at 06:43PM Oct 07, 2008 by John Domenichini in Finding Info  |  Comments[0]
Tags used in this entry:

Comments:

Post a Comment:
  • HTML Syntax: NOT allowed

View My StatCounter.com Stats