Lavinia
unread,May 15, 2012, 11:20:02 AM5/15/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to littleims-dev
Hi..
I need to add a new field to the Authorization Header, so I added
in the class AuthorizationHeader a new String (public static final
String Key="key";). After that, I add in PcscfService.java, in
function authencticate, the value I need. But when the SCSCF receives
the message, it sends a 503 Forbidden error. So, what more classes do
I have to modify? Or how can I delete this field from the message if I
don't need it anymore after this step? ( I've tried
request.remove(AuthorizationHeader.Key) , but it doesn't work like
that...)