Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6571671
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T14:54:43+00:00 2026-05-25T14:54:43+00:00

I am opening a HttpURLConnection from within a managed bean to post to an

  • 0

I am opening a HttpURLConnection from within a managed bean to post to an external service. When I make the call to HttpUrlConnection.getInputStream() I am getting the following warning:

WARN [Parameters] Parameters : Invalid chunk ignored

Everything processes just fine, but I’d like to keep a bunch of those warnings out of our logs. What is causing this warning and how might I stop it from occurring?

Here is the relevant code:

@ManagedBean
@SessionScoped
public class MyController {

  private void doStuff() {
    ...
    URL url = new URL(externalServiceUrl);
    HttpURLConnection conn = (HttpURLConnection) url.openConnection();
    conn.setDoOutput(true);
    conn.setDoInput(true);

    wr = new OutputStreamWriter(conn.getOutputStream());
    wr.write(postData);
    wr.flush();

    InputStream is = conn.getInputStream(); // Warning logged after this line
    ...
  }

}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T14:54:44+00:00Added an answer on May 25, 2026 at 2:54 pm

    This warning can occur whenever the query string contains an invalid chunk, such as a request parameter without a name:

    name1=value1&=value2&name3=value3
    

    or in your particular case, a & in the beginning (essentially, the first chunk is invalid):

    &name1=value1&name2=value2&name3=value3
    

    As per the comments, you seem to be HTTP-connecting to a service which runs on the same container and logs to the same logfile. This warning is actually coming from the service container itself, not from HttpURLConnection.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Opening an XML file in Internet explorer gives a security warning. IE has a
In opening up the .xap file that is generated as output from a Silverlight
When opening a file from your hard drive into your browser, where is the
While opening any MS Access database, a security warning appears saying that the file
I'm looking at opening up a website in the near future and aside from
Opening a public page from browser works fine. Downloading same page using WebClient throws
when opening a solution from a visual studio w/o source control, visual studio just
I would like to determine the number of bytes downloaded from the following working
I am opening the msgbox in asp.net by following code.. if (ds.Tables[0].Rows[0][12].ToString() == 0
I have intercepted URL opening by doing the following: - (BOOL)openURL:(NSURL *)url{ URLViewController *

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.