I am a little embarrassed. It looks like the problem was a case of if
(wrong_variable) { causing some interesting behavior.Thanks for the help. Alexander Barker Senior Programmer California Lutheran University Information Systems and Services 60 West Olsen Road Thousand Oaks, CA 91360 805.493.3912 On 02/19/2010 12:56 PM, Alex Barker wrote: > Basically I have the standard set of filters setup and I am trying to > use Blackboards Building Block (its there version of a portlet but its > basically a servlet with an extra xml file) with these filters and just > running the normal getporxyticket for that works fine for a stand alone > servlet. I am guess there maybe something strange with what blackboard > gives its building blocks access to. Is there a way a can check if a > filter was called? > > Alexander Barker > Senior Programmer > California Lutheran University > Information Systems and Services > 60 West Olsen Road > Thousand Oaks, CA 91360 > 805.493.3912 > > > On 02/19/2010 12:46 PM, Scott Battaglia wrote: > >> I'm not sure I've ever seen that before! Is the word null literally >> being passed in? >> >> >> On Fri, Feb 19, 2010 at 2:22 PM, Alex Barker <[email protected] >> <mailto:[email protected]>> wrote: >> >> Any Ideas on what could cause a null ticket like this? >> >> 2010-02-19 11:10:41,526 DEBUG >> [org.jasig.cas.ticket.registry.DefaultTicketRegistry] - Attempting to >> retrieve ticket >> [TGT-2-9xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-phobos] >> 2010-02-19 11:10:55,069 DEBUG >> >> [org.jasig.cas.client.validation.Cas20ProxyReceivingTicketValidationFilter] >> - Attempting to validate ticket: null >> 2010-02-19 11:10:55,069 DEBUG >> [org.jasig.cas.client.util.CommonUtils] - >> serviceUrl generated: >> https://phobos.callutheran.edu:8443/cas/clearPass >> >> 2010-02-19 11:10:55,069 DEBUG >> [org.jasig.cas.client.validation.Cas20ProxyTicketValidator] - Placing >> URL parameters in >> map. >> 2010-02-19 11:10:55,069 DEBUG >> [org.jasig.cas.client.validation.Cas20ProxyTicketValidator] - Calling >> template URL attribute >> map. >> 2010-02-19 11:10:55,069 DEBUG >> [org.jasig.cas.client.validation.Cas20ProxyTicketValidator] - Loading >> custom parameters from >> configuration. >> 2010-02-19 11:10:55,069 DEBUG >> [org.jasig.cas.client.validation.Cas20ProxyTicketValidator] - >> Constructing validation url: >> >> https://phobos.callutheran.edu:8443/cas/proxyValidate?ticket=null&service=https%3A%2F%2Fphobos.callutheran.edu%3A8443%2Fcas%2FclearPass >> >> <https://phobos.callutheran.edu:8443/cas/proxyValidate?ticket=null&service=https%3A%2F%2Fphobos.callutheran.edu%3A8443%2Fcas%2FclearPass> >> >> 2010-02-19 11:10:55,069 DEBUG >> [org.jasig.cas.client.validation.Cas20ProxyTicketValidator] - >> Retrieving >> response from >> server. >> 2010-02-19 11:10:55,074 DEBUG >> [org.jasig.cas.web.support.CasArgumentExtractor] - Extractor generated >> service for: >> https://phobos.callutheran.edu:8443/cas/clearPass >> 2010-02-19 11:10:55,074 DEBUG >> [org.jasig.cas.ticket.registry.DefaultTicketRegistry] - Attempting to >> retrieve ticket >> [null] >> 2010-02-19 11:10:55,074 DEBUG >> [org.jasig.cas.CentralAuthenticationServiceImpl] - ServiceTicket >> [null] >> does not >> exist. >> 2010-02-19 11:10:55,076 DEBUG >> [org.jasig.cas.client.validation.Cas20ProxyTicketValidator] - Server >> response: <cas:serviceResponse >> xmlns:cas='http://www.yale.edu/tp/cas'> >> <cas:authenticationFailure >> code='INVALID_TICKET'> >> >> ticket 'null' not >> recognized >> >> >> </cas:authenticationFailure> >> >> </cas:serviceResponse> >> >> >> -- >> >> Alexander Barker >> Senior Programmer >> California Lutheran University >> Information Systems and Services >> 60 West Olsen Road >> Thousand Oaks, CA 91360 >> 805.493.3912 >> >> >> -- >> You are currently subscribed to [email protected] >> <mailto:[email protected]> as: [email protected] >> <mailto:[email protected]> >> To unsubscribe, change settings or access archives, see >> http://www.ja-sig.org/wiki/display/JSG/cas-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/cas-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/cas-user
