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

  • SEARCH
  • Home
  • 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 9094757
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T23:25:41+00:00 2026-06-16T23:25:41+00:00

I have a strange scenario. Query string has value first=second=12123423423423432323234 String queryString = request.getParameter(first=second=12123423423423432323234)

  • 0

I have a strange scenario. Query string has value first=second=12123423423423432323234

String queryString = request.getParameter("first=second=12123423423423432323234")

So i have to:

  1. capture ‘first’ and ‘second’ values
  2. validate the query string has ‘first’ and ‘second’.

Could someone please share how I can achieve this in the best possible way?

I really appreciate your help on this.

  • 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-06-16T23:25:42+00:00Added an answer on June 16, 2026 at 11:25 pm

    I believe your query string should look like

    first=firstvalue&second=secondvalue
    

    You can use this in your servlet to print the query string

    String firstValue = request.getParameter("first");
    String secondValue = request.getParameter("second");
    System.out.println("Query String:first="+firstValue+"second=+"secondValue);
    

    In your case, where the query string is

    first=second=12123423423423432323234
    

    You could do this

    String first = request.getParameter("first");
    String second = request.getParameter("second");
    if(first.contains("second=")){
        second = first.split("second=")[1];
        first = first.split("second=")[0];
    }
    out.println("[First:"+first+"][Second:"+second+"]");
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have strange behaviour in Python/PyMongo. dbh = self.__connection__['test'] first = dbh['test_1'] second =
I have a strange problem with acceptance tests, capybara showing me only first scenario
I have a strange problem with in-app billing RESTORE_TRANSACTION command. Every request RESTORE_TRANSACTION request
I have strange scenario in which if I create database using SQL Server 2008
I have a strange scenario in which the auto identity int column in my
I have the following strange scenario with spring's transaction management: I have method A
I have a scenario which is causing strange behavior with WPF data binding and
I have a strange scenario in a C++ builder 2010 project I have in
Kind of a strange question, but here is my scenario: I have accidentally added
I have strange problem on my pc/server. I run query such as Select field1,

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.