Changes between Version 1 and Version 7 of Ticket #7794


Ignore:
Timestamp:
2012-06-21T23:55:01+02:00 (14 years ago)
Author:
stoecker
Comment:

Sorry, but you should change your password. The base64 text you supplied can be easily decoded. :-(

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7794

    • Property Resolutionothersoftware
    • Property Status newclosed
  • Ticket #7794 – Description

    v1 v7  
    1616
    1717
    18 java.lang.RuntimeException: java.lang.IllegalArgumentException: Illegal character(s) in message header value: Basic a3Jpc3RpYW4uaGVybWFubi5rYXJsQGdtYWlsLmNvbTprcmlzdGlhbi5oZXJtYW5uLmthcmxAZ21h
    19 aWwuY29t
     18java.lang.RuntimeException: java.lang.IllegalArgumentException: Illegal character(s) in message header value: Basic XXX
    2019        at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1137)
    2120        at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(HttpURLConnection.java:2338)
     
    3231        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    3332        at java.lang.Thread.run(Thread.java:662)
    34 Caused by: java.lang.IllegalArgumentException: Illegal character(s) in message header value: Basic a3Jpc3RpYW4uaGVybWFubi5rYXJsQGdtYWlsLmNvbTprcmlzdGlhbi5oZXJtYW5uLmthcmxAZ21h
    35 aWwuY29t
     33Caused by: java.lang.IllegalArgumentException: Illegal character(s) in message header value: Basic XXX
    3634        at sun.net.www.protocol.http.HttpURLConnection.checkMessageHeader(HttpURLConnection.java:428)
    3735        at sun.net.www.protocol.http.HttpURLConnection.setAuthenticationProperty(HttpURLConnection.java:2406)