Skip to content
This repository has been archived by the owner on Jun 17, 2021. It is now read-only.

Commit

Permalink
Merge pull request rubycas#57 from NUBIC/missing-pgturl
Browse files Browse the repository at this point in the history
Set @pgt_url in serviceValidate
  • Loading branch information
gunark committed Aug 12, 2011
2 parents 1c8230b + b037b21 commit 99fb7d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/casserver/server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,7 @@ def self.init_database!
@service = clean_service_url(params['service'])
@ticket = params['ticket']
# optional
@pgt_url = params['pgtUrl']
@renew = params['renew']

st, @error = validate_service_ticket(@service, @ticket)
Expand Down

0 comments on commit 99fb7d8

Please sign in to comment.