All Activity

alessioalessio (deleted user)

created OPENAM-1332

07:26
Mark

created OPENIDM-595

06:56
purbanpurban (deleted user)

attached one file to OPENAM-1264

03:05
Error log from Apache - Linux n2rhpve5 2.6.32-131.0.15.el6.x86_64 #1 SMP Tue May 10 15:42:40 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux, Red Hat Enterprise Linux Server release 6.1 (Santiago), httpd-2.2.15-9.el6.x86_64, nightly build of openam agent
purbanpurban (deleted user)

commented on OPENAM-1264

03:02
Well, it took some time, but some results from the testing are here. It seems like Apache processes no longer crash 'on their own', ie on testing servers with no traffic. They keep crashing on production systems, though. I'm attaching backtrace from Apache's error log from one of our servers.
Kohei

resolved OPENAM-925

23 May
tsujiguchi

resolved OPENAM-995

23 May
iwakata

resolved OPENAM-1054

23 May
iwakata

committed 2015 to openam

23 May
OPENAM-1054:: MySQL (JDBC) IdRepo shares configurations in all realms
Kohei

commented on OPENAM-1144

23 May
No. This problem is caused by incorrect interpretations of boundary string.
OpenAM interprets "-----------------" as a boundary string when reading contents of file from http request.

There is the following difference between Firefox and Safari.

======================================================================
[[ Firefox(, IE) ]]

-----------------------------4966737613931
Content-Disposition: form-data; name="FileUploader.button1"

Upload File
-----------------------------4966737613931
Content-Disposition: form-data; name="fileX"; filename="test.txt"
Content-Type: text/plain

  ...(contents of file)...

-----------------------------4966737613931--


======================================================================
[[ Safari(, Chrome) ]]

------WebKitFormBoundaryTS7FbDSYKIIr514A
Content-Disposition: form-data; name="FileUploader.button1"

Upload File
------WebKitFormBoundaryTS7FbDSYKIIr514A
Content-Disposition: form-data; name="fileX"; filename="test.txt"
Content-Type: text/plain

  ...(contents of file)...

------WebKitFormBoundaryTS7FbDSYKIIr514A--


======================================================================

See also:
RFC 1867
http://www.ietf.org/rfc/rfc1867.txt
Mark de Reeper

started review CR-421

23 May
Proposed fix for OPENAM-24 - Identity Changes not propagating to policy decisions
andi

changed the Assignee to 'matthias' on OPENIDM-594

23 May
jeffreycjeffreyc (deleted user)

commented on OPENDJ-504

23 May

ok understood about wanting to support chars, but can it at least not return entries if the text you are entering in the search surrounded by stars isn't present in the attribute?

Even though this is a new product at least both the old sun directory server and openldap do not return entries if you place this search text in a query.

Just for reference this is causing problems for a simple search page that will take a single search item and try them against several different attributes in the background for example:

'(|(cn=*doe*)(givenName=*doe*)(sn=*doe*)(telephoneNumber=*doe*))'

Thanks for looking into this!

Mark

created OPENIDM-594

23 May
matthew

committed 306 to commons

23 May
Update to latest forgerock parent in order to pull in Checkstyle and Javadoc rules.
matthew

committed 305 to commons

23 May
* fix bug in string parsing of trailing slashes
* add support for obtaining relative pointers which can be useful when recursively processing JSON objects.

Mark

committed 1071 to openidm

23 May
Update README w.r.t. current 2.1.0 download
Ludovic Poitou

commented on OPENDJ-504

23 May

Manuel,

I agree with you.
However, there should be 2 different behaviors of the matching rule : when strictly compliant with the international telephone number format and when accepting loose numbers.
When accepting loose numbers, I believe ignoring non digit is fine, but we might result in an error if the reduced string is empty.

One other thing that is not treated properly for example is +1 800 FLOWERS, which some expects to match with +1 800 356 9377.

Ludovic.

matthew

committed 304 to commons

23 May
Back out changes to pom.xml committed by accident in previous commit.
manuelgauppmanuelgaupp (deleted user)

commented on OPENDJ-504

23 May

Hi Ludovic,

X.520, 8.2.9 defines the following for Telephone Number Substrings Match:

"The rules for matching are identical to those for caseExactSubstringsMatch, except that all hyphens and spaces are insignificant and removed during the insignificant character removal step."

So I think that ignoring all non-digit characters from the filter is not the correct behavior. But I'm not sure about that.

Best regards,
Manuel

Peter Major

created OPENAM-1331

23 May
Peter Major

commented on OPENAM-1144

23 May
Peter Major

changed the Priority to 'Critical' on OPENAM-1313

23 May