I am bumping this thread to the dev list, probably the appropriate place for
it.

I am currently migrating from 2.6.1 to 3.0, comparing local patches to the
latest release as I go and ran into UP-1891 again in 3.0. The fix is really
trivial, there is an attached patch file for 2.6.1 and 3.0 on the JIRA
issue.

http://www.ja-sig.org/issues/browse/UP-1891

Parker

On Wed, Jan 2, 2008 at 9:39 AM, Dan Ellentuck <[EMAIL PROTECTED]> wrote:

> Hi Parker,
>
> Thanks for catching and fixing this.  I'll put your fix in sometime this
> week.
>
>   Dan
>
> Parker Grimes wrote:
>
>> I ran into a small problem with PAGS. I had Eclipse format the XML in
>> PAGSGroupStoreConfig.xml and it completely broke PAGs. Turns out the code
>> that loads the PAGSGroupStoreConfig.xml file wasn't consistently trimming
>> extra white space when loading elements. It was trimming in one place, but
>> there were two other places it needed to be trimming white space.
>>
>> So this would work:
>>
>> <tester-class>org.jasig.portal.groups.pags.testers.StringEqualsIgnoreCaseTester</tester-class>
>>
>> But the following would not because the line breaks and indentation added
>> extra white space that would result in a ClassNotFoundException when trying
>> to load the tester class:
>> <tester-class>
>>    org.jasig.portal.groups.pags.testers.StringEqualsIgnoreCaseTester
>> </tester-class>
>>
>> I created a JIRA issue here: http://www.ja-sig.org/issues/browse/UP-1891<
>> http://www.ja-sig.org/issues/browse/UP-1891>
>>
>> I also attached a patch to that JIRA issue that fixes the problem.
>>
>> Regards,
>> Parker
>>
>> --- You are currently subscribed to [EMAIL PROTECTED] as:
>> [EMAIL PROTECTED]
>> To unsubscribe, change settings or access archives, see
>> http://www.ja-sig.org/wiki/display/JSG/uportal-user
>>
>
>
> --- You are currently subscribed to [EMAIL PROTECTED] as:
> [EMAIL PROTECTED]
> To unsubscribe, change settings or access archives, see
> http://www.ja-sig.org/wiki/display/JSG/uportal-user
>

-- 
You are currently subscribed to [email protected] as: [EMAIL 
PROTECTED]
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/uportal-dev

Reply via email to